/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

*,
:after,
:before {
  border: 0 solid;
}

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

html {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: normal;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, Helvetica Neue, Arial,
    Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  line-height: inherit;
  margin: 0;
}

.content-container {
  display: flex;
  flex-direction: column;
  gap: 2rem; 
  align-items: flex-start;
}

.text-content {
  max-width: 36rem; 
  flex: 1;
  padding-bottom: 1rem; 
}

.video-container {
  flex: 1;
  min-width: 600px; 
  max-width: 800px; 
  height: auto;
}

.video-container iframe {
  width: 100%;
  height: auto; 
  aspect-ratio: 16 / 9; 
}

@media (min-width: 	1152px) { 
  .content-container {
      flex-direction: row;
      justify-content: center;
      align-items: center; 
  }

  .text-content {
      max-width: 36rem; 
      flex: 1;
  }

  .video-container {
      flex: 1;
      min-width: 600px; 
      max-width: 800px; 
      height: auto;
  }
}

hr {
  border-top-width: 1px;
  color: inherit;
  height: 0;
}

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

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

a {
  text-decoration: inherit;
}

li {
  margin: 10px 0;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

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

fieldset {
  margin: 0;
}

fieldset,
legend {
  padding: 0;
}

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

.bullet-points {
  list-style-type: circle;
}

textarea {
  resize: vertical;
}

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

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

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

:disabled {
  cursor: default;
}

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

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

.button-container {
  display: flex;
  gap: 20px; 
  flex-wrap: wrap;
}
.button-wrapper {
  display: flex;
  align-items: center; 
  height: 40px; 
  flex: 1 1 auto; 
}

@media (max-width: 600px) {
  .button-container {
      flex-direction: column;
  }
  .button-wrapper {
      width: 100%; 
      margin-bottom: 10px; 
  }
  .button-wrapper:last-child {
      margin-bottom: 0; 
  }
}

[hidden] {
  display: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px) !important;
}

@media (min-width: 768px) {
  .container {
    width: calc(100% - 80px) !important;
  }
}

@media (min-width: 1024px) {
  .container {
    width: calc(100% - 140px) !important;
  }
}

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

@media (min-width: 768px) {
  .container--sm {
    max-width: 800px;
  }
  .container--md {
    max-width: 860px;
  }
  .container--md-lg {
    max-width: 1000px;
  }
}

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

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

.container .container {
  width: 100%;
}

@media (min-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    gap: 1rem;
    line-height: inherit;
  }
}

@media (min-width: 1024px) {
  .menu {
    font-size: 1.25rem;
    gap: 1.5rem;
    line-height: inherit;
  }
}

@media (min-width: 1280px) {
  .menu {
    gap: 2rem;
  }
}

input {
  cursor: pointer;
}

.menu__wrapper {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 100%;
  list-style-type: none;
  margin: 0;
  padding-bottom: 2rem;
  padding-top: 5rem;
  pointer-events: none;
  position: fixed;
  row-gap: 1.5rem;
  top: 0;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 100%;
  z-index: 0;
}

@media (min-width: 768px) {
  .menu__wrapper {
    background-color: transparent;
    display: block;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
    pointer-events: auto;
    position: static;
    visibility: visible;
    position: static;
  }
}

.menu-is-open .menu__wrapper {
  --tw-translate-x: -100%;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  overflow-y: auto;
  pointer-events: auto;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  visibility: visible;
}

@media (min-width: 768px) {
  .menu-is-open .menu__wrapper {
    --tw-translate-x: 0px;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
      var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    overflow-y: visible;
    pointer-events: auto;
    position: static;
    right: auto;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.menu__li {
  border-bottom: 2px;
  border-color: #f24d31;
  border-style: dotted;
  margin: 0;
}

@media (min-width: 768px) {
  .menu__li {
    border-bottom-width: 2px;
    border-top-width: 2px;
    position: relative;
  }
}

.menu__li:last-child {
  border-bottom-width: 0;
}

@media (min-width: 768px) {
  .menu__li:last-child {
    border-bottom-width: 2px;
    border-top-width: 2px;
  }
}

.menu__a {
  width: 100%;
}

.menu__a:hover,
.menu__a[aria-expanded="true"] {
  background-color: #1e0a78;
}

@media (min-width: 768px) {
  .menu__a:hover,
  .menu__a[aria-expanded="true"] {
    background-color: transparent;
  }
  .menu__a:hover:after,
  .menu__a:hover:before,
  .menu__a[aria-expanded="true"]:after,
  .menu__a[aria-expanded="true"]:before {
    background-color: #f24d31;
    border-radius: 9999px;
    content: "";
    height: 0.25rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
  }
  .menu__a:hover:before,
  .menu__a[aria-expanded="true"]:before {
    top: -0.125rem;
  }
  .menu__a:hover:after,
  .menu__a[aria-expanded="true"]:after {
    bottom: -0.125rem;
  }
}

.menu__span {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  pointer-events: none;
  text-align: left;
  width: 100%;
}

@media (min-width: 768px) {
  .menu__span {
    padding: 0.25rem 0;
  }
}

[aria-expanded] .menu__span {
  position: relative;
}

@media (min-width: 768px) {
  [aria-expanded="true"] .menu__span:before {
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    bottom: -0.5rem;
    height: 0.375rem;
    width: 0.75rem;
  }
  [aria-expanded="true"] .menu__span:after,
  [aria-expanded="true"] .menu__span:before {
    background-color: #f24d31;
    content: "";
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    transform: none;
  }
  [aria-expanded="true"] .menu__span:after {
    border-style: none;
    bottom: -1rem;
    height: 0.563rem;
    top: auto;
    width: 0.25rem;
  }
}

.menu__icon {
  fill: #f24d31;
  pointer-events: none;
}

@media (min-width: 768px) {
  [aria-expanded] .menu__icon {
    bottom: -0.5rem;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
  }
}

[aria-expanded="true"] .menu__icon {
  --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));
}

@media (min-width: 768px) {
  [aria-expanded="true"] .menu__icon {
    --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));
  }
}

.sub-menu {
  display: none;
}

@media (min-width: 768px) {
  .sub-menu {
    --tw-shadow: 0 4px 0 transparent;
    --tw-shadow-colored: 0 4px 0 var(--tw-shadow-color);
    background-color: #fafcfc;
    border-bottom-width: 4px;
    border-color: #f24d31;
    border-radius: 4px;
    border-top-width: 4px;
    box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
      var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
    color: #000000;
    font-size: 1.125rem;
    line-height: inherit;
    overflow: hidden;
    padding: 1.75rem;
    position: absolute;
    right: -3rem;
    top: calc(100% + 0.938rem);
    width: 18rem;
  }
}

@media (min-width: 768px) {
  .sub-menu.col-2 {
    width: 37.5rem;
  }
}

.error {
    color: red;
    font-size: 1rem;
    padding-top: 0.2rem;
    font-weight: 400;
    width: 100%;
}

.sub-menu__list {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .sub-menu__list {
    background-color: transparent;
    row-gap: 0.75rem;
  }
}

.sub-menu__li:hover {
  background-color: #dcdddf;
}

@media (min-width: 768px) {
  .sub-menu__li:hover {
    background-color: transparent;
  }
}

.sub-menu__a {
  color: #000000;
  display: block;
  padding: 1rem 1.25rem 1rem 2.5rem;
}

@media (min-width: 768px) {
  .sub-menu__a {
    padding: 0;
  }
  .sub-menu__a:hover {
    color: #f24d31;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
  }
}

.rc {
  position: relative;
}

.rc:after,
.rc:before {
  --tw-content: "";
  background-color: transparent;
  -webkit-clip-path: inset(-2px);
  clip-path: inset(-2px);
  content: var(--tw-content);
  display: block;
  height: 200px;
  pointer-events: none;
  position: absolute;
  width: 1.75rem;
}

@media (min-width: 768px) {
  .rc:after,
  .rc:before {
    width: 3rem;
  }
}

@media (min-width: 1024px) {
  .rc:after,
  .rc:before {
    width: 5rem;
  }
}

.rc--br:before {
  --tw-shadow: 0 80px 0 0 transparent;
  --tw-shadow-colored: 0 80px 0 0 var(--tw-shadow-color);
  border-bottom-right-radius: 30px;
  bottom: 0;
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  right: 0;
}

@media (min-width: 768px) {
  .rc--br:before {
    border-bottom-right-radius: 50px;
  }
}

@media (min-width: 1024px) {
  .rc--br:before {
    border-bottom-right-radius: 80px;
  }
}

.rc--br.rc--small:before {
  border-bottom-right-radius: 40px;
}

.rc--tl:after {
  --tw-shadow: 0 -80px 0 0 transparent;
  --tw-shadow-colored: 0 -80px 0 0 var(--tw-shadow-color);
  border-top-left-radius: 80px;
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  .rc--tl:after {
    border-top-left-radius: 50px;
  }
}

@media (min-width: 1024px) {
  .rc--tl:after {
    border-top-left-radius: 80px;
  }
}

.rc--tl.rc--small:after {
  border-top-left-radius: 40px;
}

.link-text {
  outline-color: transparent;
  text-decoration: underline;
}

.link-text:link {
  color: #0000ee;
  text-decoration: underline;
}

.link-text:visited {
  color: #5821A0;
  text-decoration: underline;
}

.link-text:focus {
  text-decoration: none;
  background: #cbdce9;
  text-decoration: underline;
}

.link-text:hover {
  text-decoration: none;
  background: #cbdce9;
  text-decoration: underline;
}

.link-text:active {
  background: #5821A0;
  color: #ffffff;
}


.link-text-2 {
  outline-color: transparent;
  color: #ffffff;
  text-decoration: underline;
}

.link-text-2:link {
  color: #ffffff;
  text-decoration: underline;
}

.link-text-2:hover {
  text-decoration: none;
  color: #F4885E;
  text-decoration: underline;
}

.link-text-2:active {
  text-decoration: none;
  color: #A54DF6;
  text-decoration: underline;
}

h1 {
  font-family: "Open Sans", serif;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: inherit;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
    line-height: inherit;
  }
}

h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem; 
}

.wysiwyg h2,
h2 {
  line-height: inherit;
}

.wysiwyg h2 {
  font-family: "Open Sans", serif;
  font-size: 2.25rem;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 1rem;
}

.wysiwyg h3 {
  font-family: "Open Sans", serif;
  font-weight: 500;
}

h4 {
  font-size: 1.25rem;
  line-height: inherit;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 1.5rem;
    line-height: inherit;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  h5 {
    font-size: 1.25rem;
    line-height: inherit;
  }
}

p {
  line-height: 1.375;
  margin-bottom: 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

*,
:after,
:before {
  --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-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: rgba(124, 208, 255, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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: rgba(124, 208, 255, 0.5);
  --tw-ring-offset-shadow: 0 0 transparent;
  --tw-ring-shadow: 0 0 transparent;
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
  --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: ;
}

.btn {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #43b806;
  border-radius: 9999px;
  color: #203642;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 500;
  gap: 0.75rem;
  justify-content: center;
  line-height: inherit;
  padding: 0.75rem 1rem;
  text-align: center;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  word-break: break-word;
}

@media (min-width: 768px) {
  .btn {
    padding: 1rem 1.25rem;
  }
}

.btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 5px #000;
}
.bg-light_blue .btn:focus-visible,
.bg-black .btn:focus-visible,
.bg-dark_blue .btn:focus-visible {
  box-shadow: 0 0 0 5px #ffffff;
}

.btn--primary {
  background-color: #5821a0;
  border-color: #ffffff;
  border-width: 2px;
  color: #ffffff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.btn--primary:hover {
  --tw-shadow: 0 4px 0 transparent;
  --tw-shadow-colored: 0 4px 0 var(--tw-shadow-color);
  --tw-shadow-color: rgba(32, 54, 66, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  background-color: #f24d31;
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.btn--primary:active {
  border-color: #a54df6;
}

.btn--secondary {
  background-color: #5821a0;
  border-color: #000000;
  border-width: 2px;
  color: #ffffff;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.btn--secondary:hover {
  --tw-shadow: 0 4px 0 transparent;
  --tw-shadow-colored: 0 4px 0 var(--tw-shadow-color);
  --tw-shadow-color: #F4885E;
  --tw-shadow: var(--tw-shadow-colored);
  background-color: #000000;
  border-color: #1d1d1d;
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  color: #ffffff;
}

.btn--secondary:active {
  border-color: #ffffff;
}

.btn--tertiary {
  background-color: #fafcfc;
  border-color: #5821a0;
  border-width: 2px;
  color: #5821a0;
  padding: 1rem 1.5rem;
}

.btn--tertiary:hover {
  background-color: #cbdce9;
}

.btn--tag {
  background-color: #fafcfc;
  border: 2px dotted #f4885e;
  border-radius: 9999px;
  font-size: 1rem;
  line-height: inherit;
  padding: 0.25rem 10px;
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.btn--tag:hover {
  background-color: #f4885e;
}

.btn--tag:active {
  background-color: #f4885e;
}

.btn--tag-no-link {
  background-color: #fafcfc;
  border-color: #203642;
  border-radius: 9999px;
  border-width: 1px;
  color: #203642;
  font-size: 1rem;
  line-height: inherit;
  padding: 0.25rem 10px;
}

.btn--back-to-top,
.btn--tag-no-link {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.btn--back-to-top {
  background-color: #43b806;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #43b806;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-width: 2px;
  font-weight: 500;
  padding: 1rem 1.5rem;
}

.btn--back-to-top:hover {
  background-color: #51de07;
}

.back-to-top {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  position: sticky;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 100%;
}

.back-to-top--visible {
  opacity: 1;
  visibility: visible;
}

.mb-sm-dropdown {
  margin-bottom: 2rem;
}

.dropdown-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
}

.dropdown-container::after {
  content: "\25BC"; /* Unicode character for down arrow */
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none; /* Ensure the icon doesn't block interaction with the select */
  color: #203642;
}

input {
  background-color: #cbdce9;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-color: #1e0a78;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-width: 1px;
  color: #203642;
  padding: 0.75rem 1rem !important;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 40px;
}

input#name {
  max-width: 500px;
}

input#email {
  max-width: 500px;
}

select#job {
  max-width: 500px;
}

input#cardname {
  max-width: 500px;
}

input#cardnumber {
  max-width: 500px;
}

input#expirydate {
  max-width: 234px;
}

input#cvc {
  max-width: 234px;
}

input:focus-visible {
  outline: 2px solid #5821A0;
  border-radius: 3px;
}

.search-focus:focus-visible {
  outline: 2px solid #ffffff;
  border-radius: 3px;
}

select:focus-visible {
  border: 2px solid crimson;
  border-radius: 3px;
  outline: none;
}

input::-moz-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

@media (min-width: 768px) {
  input {
    padding: 1rem 1.25rem;
  }
}

input:hover {
  border-color: #f24d31;
}

input[type="file"] {
  background-color: transparent;
  border: 2px dotted #308406;
  border-radius: 0;
  padding: 2rem;
}

input[type="file"]::file-selector-button {
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
  background-color: #fafcfc;
  border: 2px solid #308406;
  border-radius: 9999px;
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  color: #308406;
  cursor: pointer;
  font-weight: 500;
  margin-right: 0.75rem;
  padding: 1rem 1.5rem;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[type="file"]::file-selector-button:hover {
  --tw-shadow: 0 4px 0 transparent;
  --tw-shadow-colored: 0 4px 0 var(--tw-shadow-color);
  --tw-shadow-color: rgba(48, 132, 6, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

input[type="file"]::file-selector-button:active {
  --tw-shadow-color: rgba(32, 54, 66, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  border-color: #203642;
  color: #203642;
}

textarea {
  background-color: #d8eccd;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 1.5rem;
  border-color: #43b806;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 1.5rem;
  border-width: 1px;
  color: #203642;
  padding: 0.75rem 1rem;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea::placeholder {
  opacity: 1;
}

@media (min-width: 768px) {
  textarea {
    padding: 1rem 1.25rem;
  }
}

textarea:hover {
  border-color: #203642;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.bottom-7 {
  bottom: 1.75rem;
}

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

.right-5 {
  right: 1.25rem;
}

.top-5 {
  top: 1.25rem;
}

.right-0 {
  right: 0;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

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

.top-28 {
  top: 7rem;
}

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

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

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

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

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

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

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

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

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

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

.form-group {
  display: flex;
  gap: 32px; /* Adjust the gap between the elements as needed */
  width: 100%;
}

.mb-sm10 {
  margin-bottom: 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 234px;
}

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.ml-7 {
  margin-left: 1.75rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-banner inline-flex {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.intro-banner {
  align-items: center;
  transition: 0.2s ease;
  max-height: 4rem;
  font-size: 0.875rem;
}

.menu-is-open .intro-banner {
  max-height: 0;
  overflow: hidden;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.intro-banner.inline-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 10px;
}

.intro-banner.inline-flex p {
  margin-left: 8px;
  text-align: left;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-auto {
  height: auto;
}

.h-10 {
  height: 2.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-full {
  height: 100%;
}

.h-20 {
  height: 5rem;
}

.h-8 {
  height: 2rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0;
}

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

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-0 {
  width: 0;
}

.w-full {
  width: 100%;
}

.w-8 {
  width: 2rem;
}

.w-5 {
  width: 1.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-7 {
  width: 1.75rem;
}

.w-28 {
  width: 7rem;
}

.w-36 {
  width: 9rem;
}

.w-52 {
  width: 13rem;
}

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

.w-\[calc\(100\%_-_40px\)\] {
  width: calc(100% - 40px);
}

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

.w-72 {
  width: 18rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

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

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

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

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

.max-w-xl {
  max-width: 36rem;
}

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

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

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

.max-w-5xl {
  max-width: 64rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.article-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.article-box {
  flex-basis: calc(50% - 1rem);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .article-container {
      flex-direction: column;
  }

  .article-box {
      flex-basis: 100%;
  }
}

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

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

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

.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-0,
.border-spacing-1 {
  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-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
}

.border-spacing-2,
.border-spacing-3 {
  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-4 {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
}

.border-spacing-4,
.border-spacing-5 {
  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-6 {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
}

.border-spacing-6,
.border-spacing-7 {
  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-8 {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
}

.border-spacing-8,
.border-spacing-9 {
  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-10 {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
}

.border-spacing-10,
.border-spacing-11 {
  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-12 {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
}

.border-spacing-12,
.border-spacing-14 {
  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-16 {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
}

.border-spacing-16,
.border-spacing-20 {
  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-24 {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
}

.border-spacing-24,
.border-spacing-28 {
  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-32 {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
}

.border-spacing-32,
.border-spacing-36 {
  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-40 {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
}

.border-spacing-40,
.border-spacing-44 {
  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-48 {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
}

.border-spacing-48,
.border-spacing-52 {
  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-56 {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
}

.border-spacing-56,
.border-spacing-60 {
  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-64 {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
}

.border-spacing-64,
.border-spacing-72 {
  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-80 {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
}

.border-spacing-80,
.border-spacing-96 {
  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-px {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
}

.border-spacing-0\.5,
.border-spacing-px {
  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-1\.5 {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
}

.border-spacing-1\.5,
.border-spacing-2\.5 {
  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-3\.5 {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
}

.border-spacing-3\.5,
.border-spacing-xs {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-xs {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
}

.border-spacing-sm {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
}

.border-spacing-md,
.border-spacing-sm {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-md {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
}

.border-spacing-lg {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
}

.border-spacing-lg,
.border-spacing-xl {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-xl {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
}

.border-spacing-x-0 {
  --tw-border-spacing-x: 0px;
}

.border-spacing-x-0,
.border-spacing-x-1 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-1 {
  --tw-border-spacing-x: 0.25rem;
}

.border-spacing-x-2 {
  --tw-border-spacing-x: 0.5rem;
}

.border-spacing-x-2,
.border-spacing-x-3 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-3 {
  --tw-border-spacing-x: 0.75rem;
}

.border-spacing-x-4 {
  --tw-border-spacing-x: 1rem;
}

.border-spacing-x-4,
.border-spacing-x-5 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-5 {
  --tw-border-spacing-x: 1.25rem;
}

.border-spacing-x-6 {
  --tw-border-spacing-x: 1.5rem;
}

.border-spacing-x-6,
.border-spacing-x-7 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-7 {
  --tw-border-spacing-x: 1.75rem;
}

.border-spacing-x-8 {
  --tw-border-spacing-x: 2rem;
}

.border-spacing-x-8,
.border-spacing-x-9 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-9 {
  --tw-border-spacing-x: 2.25rem;
}

.border-spacing-x-10 {
  --tw-border-spacing-x: 2.5rem;
}

.border-spacing-x-10,
.border-spacing-x-11 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-11 {
  --tw-border-spacing-x: 2.75rem;
}

.border-spacing-x-12 {
  --tw-border-spacing-x: 3rem;
}

.border-spacing-x-12,
.border-spacing-x-14 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-14 {
  --tw-border-spacing-x: 3.5rem;
}

.border-spacing-x-16 {
  --tw-border-spacing-x: 4rem;
}

.border-spacing-x-16,
.border-spacing-x-20 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-20 {
  --tw-border-spacing-x: 5rem;
}

.border-spacing-x-24 {
  --tw-border-spacing-x: 6rem;
}

.border-spacing-x-24,
.border-spacing-x-28 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-28 {
  --tw-border-spacing-x: 7rem;
}

.border-spacing-x-32 {
  --tw-border-spacing-x: 8rem;
}

.border-spacing-x-32,
.border-spacing-x-36 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-36 {
  --tw-border-spacing-x: 9rem;
}

.border-spacing-x-40 {
  --tw-border-spacing-x: 10rem;
}

.border-spacing-x-40,
.border-spacing-x-44 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-44 {
  --tw-border-spacing-x: 11rem;
}

.border-spacing-x-48 {
  --tw-border-spacing-x: 12rem;
}

.border-spacing-x-48,
.border-spacing-x-52 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-52 {
  --tw-border-spacing-x: 13rem;
}

.border-spacing-x-56 {
  --tw-border-spacing-x: 14rem;
}

.border-spacing-x-56,
.border-spacing-x-60 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-60 {
  --tw-border-spacing-x: 15rem;
}

.border-spacing-x-64 {
  --tw-border-spacing-x: 16rem;
}

.border-spacing-x-64,
.border-spacing-x-72 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-72 {
  --tw-border-spacing-x: 18rem;
}

.border-spacing-x-80 {
  --tw-border-spacing-x: 20rem;
}

.border-spacing-x-80,
.border-spacing-x-96 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-96 {
  --tw-border-spacing-x: 24rem;
}

.border-spacing-x-px {
  --tw-border-spacing-x: 1px;
}

.border-spacing-x-0\.5,
.border-spacing-x-px {
  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-x-1\.5 {
  --tw-border-spacing-x: 0.375rem;
}

.border-spacing-x-1\.5,
.border-spacing-x-2\.5 {
  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-x-3\.5 {
  --tw-border-spacing-x: 0.875rem;
}

.border-spacing-x-3\.5,
.border-spacing-x-xs {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-xs {
  --tw-border-spacing-x: 1rem;
}

.border-spacing-x-sm {
  --tw-border-spacing-x: 2rem;
}

.border-spacing-x-md,
.border-spacing-x-sm {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-md {
  --tw-border-spacing-x: 4rem;
}

.border-spacing-x-lg {
  --tw-border-spacing-x: 6rem;
}

.border-spacing-x-lg,
.border-spacing-x-xl {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-x-xl {
  --tw-border-spacing-x: 8rem;
}

.border-spacing-y-0 {
  --tw-border-spacing-y: 0px;
}

.border-spacing-y-0,
.border-spacing-y-1 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-1 {
  --tw-border-spacing-y: 0.25rem;
}

.border-spacing-y-2 {
  --tw-border-spacing-y: 0.5rem;
}

.border-spacing-y-2,
.border-spacing-y-3 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-3 {
  --tw-border-spacing-y: 0.75rem;
}

.border-spacing-y-4 {
  --tw-border-spacing-y: 1rem;
}

.border-spacing-y-4,
.border-spacing-y-5 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-5 {
  --tw-border-spacing-y: 1.25rem;
}

.border-spacing-y-6 {
  --tw-border-spacing-y: 1.5rem;
}

.border-spacing-y-6,
.border-spacing-y-7 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-7 {
  --tw-border-spacing-y: 1.75rem;
}

.border-spacing-y-8 {
  --tw-border-spacing-y: 2rem;
}

.border-spacing-y-8,
.border-spacing-y-9 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-9 {
  --tw-border-spacing-y: 2.25rem;
}

.border-spacing-y-10 {
  --tw-border-spacing-y: 2.5rem;
}

.border-spacing-y-10,
.border-spacing-y-11 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-11 {
  --tw-border-spacing-y: 2.75rem;
}

.border-spacing-y-12 {
  --tw-border-spacing-y: 3rem;
}

.border-spacing-y-12,
.border-spacing-y-14 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-14 {
  --tw-border-spacing-y: 3.5rem;
}

.border-spacing-y-16 {
  --tw-border-spacing-y: 4rem;
}

.border-spacing-y-16,
.border-spacing-y-20 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-20 {
  --tw-border-spacing-y: 5rem;
}

.border-spacing-y-24 {
  --tw-border-spacing-y: 6rem;
}

.border-spacing-y-24,
.border-spacing-y-28 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-28 {
  --tw-border-spacing-y: 7rem;
}

.border-spacing-y-32 {
  --tw-border-spacing-y: 8rem;
}

.border-spacing-y-32,
.border-spacing-y-36 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-36 {
  --tw-border-spacing-y: 9rem;
}

.border-spacing-y-40 {
  --tw-border-spacing-y: 10rem;
}

.border-spacing-y-40,
.border-spacing-y-44 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-44 {
  --tw-border-spacing-y: 11rem;
}

.border-spacing-y-48 {
  --tw-border-spacing-y: 12rem;
}

.border-spacing-y-48,
.border-spacing-y-52 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-52 {
  --tw-border-spacing-y: 13rem;
}

.border-spacing-y-56 {
  --tw-border-spacing-y: 14rem;
}

.border-spacing-y-56,
.border-spacing-y-60 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-60 {
  --tw-border-spacing-y: 15rem;
}

.border-spacing-y-64 {
  --tw-border-spacing-y: 16rem;
}

.border-spacing-y-64,
.border-spacing-y-72 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-72 {
  --tw-border-spacing-y: 18rem;
}

.border-spacing-y-80 {
  --tw-border-spacing-y: 20rem;
}

.border-spacing-y-80,
.border-spacing-y-96 {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-96 {
  --tw-border-spacing-y: 24rem;
}

.border-spacing-y-px {
  --tw-border-spacing-y: 1px;
}

.border-spacing-y-0\.5,
.border-spacing-y-px {
  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-y-1\.5 {
  --tw-border-spacing-y: 0.375rem;
}

.border-spacing-y-1\.5,
.border-spacing-y-2\.5 {
  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-y-3\.5 {
  --tw-border-spacing-y: 0.875rem;
}

.border-spacing-y-3\.5,
.border-spacing-y-xs {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-xs {
  --tw-border-spacing-y: 1rem;
}

.border-spacing-y-sm {
  --tw-border-spacing-y: 2rem;
}

.border-spacing-y-md,
.border-spacing-y-sm {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-md {
  --tw-border-spacing-y: 4rem;
}

.border-spacing-y-lg {
  --tw-border-spacing-y: 6rem;
}

.border-spacing-y-lg,
.border-spacing-y-xl {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.border-spacing-y-xl {
  --tw-border-spacing-y: 8rem;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

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

.-translate-y-2 {
  --tw-translate-y: -0.5rem;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
}

.-translate-y-full,
.translate-y-2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    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%;
}

.rotate-45 {
  --tw-rotate: 45deg;
}

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

.-rotate-45 {
  --tw-rotate: -45deg;
}

.rotate-180 {
  --tw-rotate: 180deg;
}

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

.-rotate-90 {
  --tw-rotate: -90deg;
}

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

.cursor-context-menu {
  cursor: context-menu;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-xs {
  gap: 1rem;
}

.gap-lg {
  gap: 6rem;
}

.gap-sm {
  gap: 2rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.break-words {
  word-wrap: break-word;
}

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

.rounded-10 {
  border-radius: 10px;
}

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

.rounded-20 {
  border-radius: 20px;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-4 {
  border-radius: 4px;
}

.rounded-r-none {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.rounded-l-none {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rounded-l-full {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}

.rounded-br-\[80px\] {
  border-bottom-right-radius: 80px;
}

.rounded-tl-\[80px\] {
  border-top-left-radius: 80px;
}

.rounded-tl-20 {
  border-top-left-radius: 20px;
}

.rounded-br-20 {
  border-bottom-right-radius: 20px;
}

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

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

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

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

.border {
  border-width: 1px;
}

.border-\[5px\] {
  border-width: 5px;
}

.border-x-0 {
  border-left-width: 0;
  border-right-width: 0;
}

.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-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y-0 {
  border-bottom-width: 0;
  border-top-width: 0;
}

.border-y-2 {
  border-bottom-width: 2px;
  border-top-width: 2px;
}

.border-y-4 {
  border-bottom-width: 4px;
  border-top-width: 4px;
}

.border-y-8 {
  border-bottom-width: 8px;
  border-top-width: 8px;
}

.border-y {
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.border-y-\[3px\] {
  border-bottom-width: 3px;
  border-top-width: 3px;
}

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

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

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

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

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

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

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

.border-r-4 {
  border-right-width: 4px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-r {
  border-right-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

.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-inherit {
  border-color: inherit;
}

.border-current {
  border-color: currentColor;
}

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

.border-white {
  border-color: #fafcfc;
}

.border-black {
  border-color: #000;
}

.border-blue-100 {
  border-color: #dfedf4;
}

.border-blue-300 {
  border-color: #b4d9ed;
}

.border-blue-500 {
  border-color: #7cd0ff;
}

.border-blue-600 {
  border-color: #6ab3db;
}

.border-blue-700 {
  border-color: #335669;
}

.border-blue-800 {
  border-color: #203642;
}

.border-blue-900 {
  border-color: #192a33;
}

.border-grey-50 {
  border-color: #eef3f5;
}

.border-grey-100 {
  border-color: #e9ebec;
}

.border-grey-300 {
  border-color: #d3d7da;
}

.border-grey-700 {
  border-color: #919191;
}

.border-green-200 {
  border-color: #d8eccd;
}

.border-green-400 {
  border-color: #51de07;
}

.border-green-500 {
  border-color: #43b806;
}

.border-green-600 {
  border-color: #308406;
}

.border-green-700 {
  border-color: #27ca40;
}

.border-grey-blue-500 {
  border-color: #5f6368;
}

.border-grey-blue-600 {
  border-color: #365b72;
}

.border-grey-green-500 {
  border-color: #565e52;
}

.border-red-500 {
  border-color: #e7083c;
}

.border-transparent\/0 {
  border-color: transparent;
}

.border-transparent\/5 {
  border-color: rgba(0, 0, 0, 0.05);
}

.border-transparent\/10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.border-transparent\/20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.border-transparent\/25 {
  border-color: rgba(0, 0, 0, 0.25);
}

.border-transparent\/30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.border-transparent\/40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.border-transparent\/50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.border-transparent\/60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.border-transparent\/70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.border-transparent\/75 {
  border-color: rgba(0, 0, 0, 0.75);
}

.border-transparent\/80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.border-transparent\/90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.border-transparent\/95 {
  border-color: rgba(0, 0, 0, 0.95);
}

.border-transparent\/100 {
  border-color: #000;
}

.border-white\/0 {
  border-color: rgba(250, 252, 252, 0);
}

.border-white\/5 {
  border-color: rgba(250, 252, 252, 0.05);
}

.border-white\/10 {
  border-color: rgba(250, 252, 252, 0.1);
}

.border-white\/20 {
  border-color: rgba(250, 252, 252, 0.2);
}

.border-white\/25 {
  border-color: rgba(250, 252, 252, 0.25);
}

.border-white\/30 {
  border-color: rgba(250, 252, 252, 0.3);
}

.border-white\/40 {
  border-color: rgba(250, 252, 252, 0.4);
}

.border-white\/50 {
  border-color: rgba(250, 252, 252, 0.5);
}

.border-white\/60 {
  border-color: rgba(250, 252, 252, 0.6);
}

.border-white\/70 {
  border-color: rgba(250, 252, 252, 0.7);
}

.border-white\/75 {
  border-color: rgba(250, 252, 252, 0.75);
}

.border-white\/80 {
  border-color: rgba(250, 252, 252, 0.8);
}

.border-white\/90 {
  border-color: rgba(250, 252, 252, 0.9);
}

.border-white\/95 {
  border-color: rgba(250, 252, 252, 0.95);
}

.border-white\/100 {
  border-color: #fafcfc;
}

.border-black\/0 {
  border-color: transparent;
}

.border-black\/5 {
  border-color: rgba(0, 0, 0, 0.05);
}

.border-black\/10 {
  border-color: rgba(0, 0, 0, 0.1);
}

.border-black\/20 {
  border-color: rgba(0, 0, 0, 0.2);
}

.border-black\/25 {
  border-color: rgba(0, 0, 0, 0.25);
}

.border-black\/30 {
  border-color: rgba(0, 0, 0, 0.3);
}

.border-black\/40 {
  border-color: rgba(0, 0, 0, 0.4);
}

.border-black\/50 {
  border-color: rgba(0, 0, 0, 0.5);
}

.border-black\/60 {
  border-color: rgba(0, 0, 0, 0.6);
}

.border-black\/70 {
  border-color: rgba(0, 0, 0, 0.7);
}

.border-black\/75 {
  border-color: rgba(0, 0, 0, 0.75);
}

.border-black\/80 {
  border-color: rgba(0, 0, 0, 0.8);
}

.border-black\/90 {
  border-color: rgba(0, 0, 0, 0.9);
}

.border-black\/95 {
  border-color: rgba(0, 0, 0, 0.95);
}

.border-black\/100 {
  border-color: #000;
}

.border-blue-100\/0 {
  border-color: rgba(223, 237, 244, 0);
}

.border-blue-100\/5 {
  border-color: rgba(223, 237, 244, 0.05);
}

.border-blue-100\/10 {
  border-color: rgba(223, 237, 244, 0.1);
}

.border-blue-100\/20 {
  border-color: rgba(223, 237, 244, 0.2);
}

.border-blue-100\/25 {
  border-color: rgba(223, 237, 244, 0.25);
}

.border-blue-100\/30 {
  border-color: rgba(223, 237, 244, 0.3);
}

.border-blue-100\/40 {
  border-color: rgba(223, 237, 244, 0.4);
}

.border-blue-100\/50 {
  border-color: rgba(223, 237, 244, 0.5);
}

.border-blue-100\/60 {
  border-color: rgba(223, 237, 244, 0.6);
}

.border-blue-100\/70 {
  border-color: rgba(223, 237, 244, 0.7);
}

.border-blue-100\/75 {
  border-color: rgba(223, 237, 244, 0.75);
}

.border-blue-100\/80 {
  border-color: rgba(223, 237, 244, 0.8);
}

.border-blue-100\/90 {
  border-color: rgba(223, 237, 244, 0.9);
}

.border-blue-100\/95 {
  border-color: rgba(223, 237, 244, 0.95);
}

.border-blue-100\/100 {
  border-color: #dfedf4;
}

.border-blue-300\/0 {
  border-color: rgba(180, 217, 237, 0);
}

.border-blue-300\/5 {
  border-color: rgba(180, 217, 237, 0.05);
}

.border-blue-300\/10 {
  border-color: rgba(180, 217, 237, 0.1);
}

.border-blue-300\/20 {
  border-color: rgba(180, 217, 237, 0.2);
}

.border-blue-300\/25 {
  border-color: rgba(180, 217, 237, 0.25);
}

.border-blue-300\/30 {
  border-color: rgba(180, 217, 237, 0.3);
}

.border-blue-300\/40 {
  border-color: rgba(180, 217, 237, 0.4);
}

.border-blue-300\/50 {
  border-color: rgba(180, 217, 237, 0.5);
}

.border-blue-300\/60 {
  border-color: rgba(180, 217, 237, 0.6);
}

.border-blue-300\/70 {
  border-color: rgba(180, 217, 237, 0.7);
}

.border-blue-300\/75 {
  border-color: rgba(180, 217, 237, 0.75);
}

.border-blue-300\/80 {
  border-color: rgba(180, 217, 237, 0.8);
}

.border-blue-300\/90 {
  border-color: rgba(180, 217, 237, 0.9);
}

.border-blue-300\/95 {
  border-color: rgba(180, 217, 237, 0.95);
}

.border-blue-300\/100 {
  border-color: #b4d9ed;
}

.border-blue-500\/0 {
  border-color: rgba(124, 208, 255, 0);
}

.border-blue-500\/5 {
  border-color: rgba(124, 208, 255, 0.05);
}

.border-blue-500\/10 {
  border-color: rgba(124, 208, 255, 0.1);
}

.border-blue-500\/20 {
  border-color: rgba(124, 208, 255, 0.2);
}

.border-blue-500\/25 {
  border-color: rgba(124, 208, 255, 0.25);
}

.border-blue-500\/30 {
  border-color: rgba(124, 208, 255, 0.3);
}

.border-blue-500\/40 {
  border-color: rgba(124, 208, 255, 0.4);
}

.border-blue-500\/50 {
  border-color: rgba(124, 208, 255, 0.5);
}

.border-blue-500\/60 {
  border-color: rgba(124, 208, 255, 0.6);
}

.border-blue-500\/70 {
  border-color: rgba(124, 208, 255, 0.7);
}

.border-blue-500\/75 {
  border-color: rgba(124, 208, 255, 0.75);
}

.border-blue-500\/80 {
  border-color: rgba(124, 208, 255, 0.8);
}

.border-blue-500\/90 {
  border-color: rgba(124, 208, 255, 0.9);
}

.border-blue-500\/95 {
  border-color: rgba(124, 208, 255, 0.95);
}

.border-blue-500\/100 {
  border-color: #7cd0ff;
}

.border-blue-600\/0 {
  border-color: rgba(106, 179, 219, 0);
}

.border-blue-600\/5 {
  border-color: rgba(106, 179, 219, 0.05);
}

.border-blue-600\/10 {
  border-color: rgba(106, 179, 219, 0.1);
}

.border-blue-600\/20 {
  border-color: rgba(106, 179, 219, 0.2);
}

.border-blue-600\/25 {
  border-color: rgba(106, 179, 219, 0.25);
}

.border-blue-600\/30 {
  border-color: rgba(106, 179, 219, 0.3);
}

.border-blue-600\/40 {
  border-color: rgba(106, 179, 219, 0.4);
}

.border-blue-600\/50 {
  border-color: rgba(106, 179, 219, 0.5);
}

.border-blue-600\/60 {
  border-color: rgba(106, 179, 219, 0.6);
}

.border-blue-600\/70 {
  border-color: rgba(106, 179, 219, 0.7);
}

.border-blue-600\/75 {
  border-color: rgba(106, 179, 219, 0.75);
}

.border-blue-600\/80 {
  border-color: rgba(106, 179, 219, 0.8);
}

.border-blue-600\/90 {
  border-color: rgba(106, 179, 219, 0.9);
}

.border-blue-600\/95 {
  border-color: rgba(106, 179, 219, 0.95);
}

.border-blue-600\/100 {
  border-color: #6ab3db;
}

.border-blue-700\/0 {
  border-color: rgba(51, 86, 105, 0);
}

.border-blue-700\/5 {
  border-color: rgba(51, 86, 105, 0.05);
}

.border-blue-700\/10 {
  border-color: rgba(51, 86, 105, 0.1);
}

.border-blue-700\/20 {
  border-color: rgba(51, 86, 105, 0.2);
}

.border-blue-700\/25 {
  border-color: rgba(51, 86, 105, 0.25);
}

.border-blue-700\/30 {
  border-color: rgba(51, 86, 105, 0.3);
}

.border-blue-700\/40 {
  border-color: rgba(51, 86, 105, 0.4);
}

.border-blue-700\/50 {
  border-color: rgba(51, 86, 105, 0.5);
}

.border-blue-700\/60 {
  border-color: rgba(51, 86, 105, 0.6);
}

.border-blue-700\/70 {
  border-color: rgba(51, 86, 105, 0.7);
}

.border-blue-700\/75 {
  border-color: rgba(51, 86, 105, 0.75);
}

.border-blue-700\/80 {
  border-color: rgba(51, 86, 105, 0.8);
}

.border-blue-700\/90 {
  border-color: rgba(51, 86, 105, 0.9);
}

.border-blue-700\/95 {
  border-color: rgba(51, 86, 105, 0.95);
}

.border-blue-700\/100 {
  border-color: #335669;
}

.border-blue-800\/0 {
  border-color: rgba(32, 54, 66, 0);
}

.border-blue-800\/5 {
  border-color: rgba(32, 54, 66, 0.05);
}

.border-blue-800\/10 {
  border-color: rgba(32, 54, 66, 0.1);
}

.border-blue-800\/20 {
  border-color: rgba(32, 54, 66, 0.2);
}

.border-blue-800\/25 {
  border-color: rgba(32, 54, 66, 0.25);
}

.border-blue-800\/30 {
  border-color: rgba(32, 54, 66, 0.3);
}

.border-blue-800\/40 {
  border-color: rgba(32, 54, 66, 0.4);
}

.border-blue-800\/50 {
  border-color: rgba(32, 54, 66, 0.5);
}

.border-blue-800\/60 {
  border-color: rgba(32, 54, 66, 0.6);
}

.border-blue-800\/70 {
  border-color: rgba(32, 54, 66, 0.7);
}

.border-blue-800\/75 {
  border-color: rgba(32, 54, 66, 0.75);
}

.border-blue-800\/80 {
  border-color: rgba(32, 54, 66, 0.8);
}

.border-blue-800\/90 {
  border-color: rgba(32, 54, 66, 0.9);
}

.border-blue-800\/95 {
  border-color: rgba(32, 54, 66, 0.95);
}

.border-blue-800\/100 {
  border-color: #203642;
}

.border-blue-900\/0 {
  border-color: rgba(25, 42, 51, 0);
}

.border-blue-900\/5 {
  border-color: rgba(25, 42, 51, 0.05);
}

.border-blue-900\/10 {
  border-color: rgba(25, 42, 51, 0.1);
}

.border-blue-900\/20 {
  border-color: rgba(25, 42, 51, 0.2);
}

.border-blue-900\/25 {
  border-color: rgba(25, 42, 51, 0.25);
}

.border-blue-900\/30 {
  border-color: rgba(25, 42, 51, 0.3);
}

.border-blue-900\/40 {
  border-color: rgba(25, 42, 51, 0.4);
}

.border-blue-900\/50 {
  border-color: rgba(25, 42, 51, 0.5);
}

.border-blue-900\/60 {
  border-color: rgba(25, 42, 51, 0.6);
}

.border-blue-900\/70 {
  border-color: rgba(25, 42, 51, 0.7);
}

.border-blue-900\/75 {
  border-color: rgba(25, 42, 51, 0.75);
}

.border-blue-900\/80 {
  border-color: rgba(25, 42, 51, 0.8);
}

.border-blue-900\/90 {
  border-color: rgba(25, 42, 51, 0.9);
}

.border-blue-900\/95 {
  border-color: rgba(25, 42, 51, 0.95);
}

.border-blue-900\/100 {
  border-color: #192a33;
}

.border-grey-50\/0 {
  border-color: rgba(238, 243, 245, 0);
}

.border-grey-50\/5 {
  border-color: rgba(238, 243, 245, 0.05);
}

.border-grey-50\/10 {
  border-color: rgba(238, 243, 245, 0.1);
}

.border-grey-50\/20 {
  border-color: rgba(238, 243, 245, 0.2);
}

.border-grey-50\/25 {
  border-color: rgba(238, 243, 245, 0.25);
}

.border-grey-50\/30 {
  border-color: rgba(238, 243, 245, 0.3);
}

.border-grey-50\/40 {
  border-color: rgba(238, 243, 245, 0.4);
}

.border-grey-50\/50 {
  border-color: rgba(238, 243, 245, 0.5);
}

.border-grey-50\/60 {
  border-color: rgba(238, 243, 245, 0.6);
}

.border-grey-50\/70 {
  border-color: rgba(238, 243, 245, 0.7);
}

.border-grey-50\/75 {
  border-color: rgba(238, 243, 245, 0.75);
}

.border-grey-50\/80 {
  border-color: rgba(238, 243, 245, 0.8);
}

.border-grey-50\/90 {
  border-color: rgba(238, 243, 245, 0.9);
}

.border-grey-50\/95 {
  border-color: rgba(238, 243, 245, 0.95);
}

.border-grey-50\/100 {
  border-color: #eef3f5;
}

.border-grey-100\/0 {
  border-color: hsla(200, 7%, 92%, 0);
}

.border-grey-100\/5 {
  border-color: hsla(200, 7%, 92%, 0.05);
}

.border-grey-100\/10 {
  border-color: hsla(200, 7%, 92%, 0.1);
}

.border-grey-100\/20 {
  border-color: hsla(200, 7%, 92%, 0.2);
}

.border-grey-100\/25 {
  border-color: hsla(200, 7%, 92%, 0.25);
}

.border-grey-100\/30 {
  border-color: hsla(200, 7%, 92%, 0.3);
}

.border-grey-100\/40 {
  border-color: hsla(200, 7%, 92%, 0.4);
}

.border-grey-100\/50 {
  border-color: hsla(200, 7%, 92%, 0.5);
}

.border-grey-100\/60 {
  border-color: hsla(200, 7%, 92%, 0.6);
}

.border-grey-100\/70 {
  border-color: hsla(200, 7%, 92%, 0.7);
}

.border-grey-100\/75 {
  border-color: hsla(200, 7%, 92%, 0.75);
}

.border-grey-100\/80 {
  border-color: hsla(200, 7%, 92%, 0.8);
}

.border-grey-100\/90 {
  border-color: hsla(200, 7%, 92%, 0.9);
}

.border-grey-100\/95 {
  border-color: hsla(200, 7%, 92%, 0.95);
}

.border-grey-100\/100 {
  border-color: #e9ebec;
}

.border-grey-300\/0 {
  border-color: hsla(206, 9%, 84%, 0);
}

.border-grey-300\/5 {
  border-color: hsla(206, 9%, 84%, 0.05);
}

.border-grey-300\/10 {
  border-color: hsla(206, 9%, 84%, 0.1);
}

.border-grey-300\/20 {
  border-color: hsla(206, 9%, 84%, 0.2);
}

.border-grey-300\/25 {
  border-color: hsla(206, 9%, 84%, 0.25);
}

.border-grey-300\/30 {
  border-color: hsla(206, 9%, 84%, 0.3);
}

.border-grey-300\/40 {
  border-color: hsla(206, 9%, 84%, 0.4);
}

.border-grey-300\/50 {
  border-color: hsla(206, 9%, 84%, 0.5);
}

.border-grey-300\/60 {
  border-color: hsla(206, 9%, 84%, 0.6);
}

.border-grey-300\/70 {
  border-color: hsla(206, 9%, 84%, 0.7);
}

.border-grey-300\/75 {
  border-color: hsla(206, 9%, 84%, 0.75);
}

.border-grey-300\/80 {
  border-color: hsla(206, 9%, 84%, 0.8);
}

.border-grey-300\/90 {
  border-color: hsla(206, 9%, 84%, 0.9);
}

.border-grey-300\/95 {
  border-color: hsla(206, 9%, 84%, 0.95);
}

.border-grey-300\/100 {
  border-color: #d3d7da;
}

.border-grey-700\/0 {
  border-color: hsla(0, 0%, 57%, 0);
}

.border-grey-700\/5 {
  border-color: hsla(0, 0%, 57%, 0.05);
}

.border-grey-700\/10 {
  border-color: hsla(0, 0%, 57%, 0.1);
}

.border-grey-700\/20 {
  border-color: hsla(0, 0%, 57%, 0.2);
}

.border-grey-700\/25 {
  border-color: hsla(0, 0%, 57%, 0.25);
}

.border-grey-700\/30 {
  border-color: hsla(0, 0%, 57%, 0.3);
}

.border-grey-700\/40 {
  border-color: hsla(0, 0%, 57%, 0.4);
}

.border-grey-700\/50 {
  border-color: hsla(0, 0%, 57%, 0.5);
}

.border-grey-700\/60 {
  border-color: hsla(0, 0%, 57%, 0.6);
}

.border-grey-700\/70 {
  border-color: hsla(0, 0%, 57%, 0.7);
}

.border-grey-700\/75 {
  border-color: hsla(0, 0%, 57%, 0.75);
}

.border-grey-700\/80 {
  border-color: hsla(0, 0%, 57%, 0.8);
}

.border-grey-700\/90 {
  border-color: hsla(0, 0%, 57%, 0.9);
}

.border-grey-700\/95 {
  border-color: hsla(0, 0%, 57%, 0.95);
}

.border-grey-700\/100 {
  border-color: #919191;
}

.border-green-200\/0 {
  border-color: hsla(99, 45%, 86%, 0);
}

.border-green-200\/5 {
  border-color: hsla(99, 45%, 86%, 0.05);
}

.border-green-200\/10 {
  border-color: hsla(99, 45%, 86%, 0.1);
}

.border-green-200\/20 {
  border-color: hsla(99, 45%, 86%, 0.2);
}

.border-green-200\/25 {
  border-color: hsla(99, 45%, 86%, 0.25);
}

.border-green-200\/30 {
  border-color: hsla(99, 45%, 86%, 0.3);
}

.border-green-200\/40 {
  border-color: hsla(99, 45%, 86%, 0.4);
}

.border-green-200\/50 {
  border-color: hsla(99, 45%, 86%, 0.5);
}

.border-green-200\/60 {
  border-color: hsla(99, 45%, 86%, 0.6);
}

.border-green-200\/70 {
  border-color: hsla(99, 45%, 86%, 0.7);
}

.border-green-200\/75 {
  border-color: hsla(99, 45%, 86%, 0.75);
}

.border-green-200\/80 {
  border-color: hsla(99, 45%, 86%, 0.8);
}

.border-green-200\/90 {
  border-color: hsla(99, 45%, 86%, 0.9);
}

.border-green-200\/95 {
  border-color: hsla(99, 45%, 86%, 0.95);
}

.border-green-200\/100 {
  border-color: #d8eccd;
}

.border-green-400\/0 {
  border-color: rgba(81, 222, 7, 0);
}

.border-green-400\/5 {
  border-color: rgba(81, 222, 7, 0.05);
}

.border-green-400\/10 {
  border-color: rgba(81, 222, 7, 0.1);
}

.border-green-400\/20 {
  border-color: rgba(81, 222, 7, 0.2);
}

.border-green-400\/25 {
  border-color: rgba(81, 222, 7, 0.25);
}

.border-green-400\/30 {
  border-color: rgba(81, 222, 7, 0.3);
}

.border-green-400\/40 {
  border-color: rgba(81, 222, 7, 0.4);
}

.border-green-400\/50 {
  border-color: rgba(81, 222, 7, 0.5);
}

.border-green-400\/60 {
  border-color: rgba(81, 222, 7, 0.6);
}

.border-green-400\/70 {
  border-color: rgba(81, 222, 7, 0.7);
}

.border-green-400\/75 {
  border-color: rgba(81, 222, 7, 0.75);
}

.border-green-400\/80 {
  border-color: rgba(81, 222, 7, 0.8);
}

.border-green-400\/90 {
  border-color: rgba(81, 222, 7, 0.9);
}

.border-green-400\/95 {
  border-color: rgba(81, 222, 7, 0.95);
}

.border-green-400\/100 {
  border-color: #51de07;
}

.border-green-500\/0 {
  border-color: rgba(67, 184, 6, 0);
}

.border-green-500\/5 {
  border-color: rgba(67, 184, 6, 0.05);
}

.border-green-500\/10 {
  border-color: rgba(67, 184, 6, 0.1);
}

.border-green-500\/20 {
  border-color: rgba(67, 184, 6, 0.2);
}

.border-green-500\/25 {
  border-color: rgba(67, 184, 6, 0.25);
}

.border-green-500\/30 {
  border-color: rgba(67, 184, 6, 0.3);
}

.border-green-500\/40 {
  border-color: rgba(67, 184, 6, 0.4);
}

.border-green-500\/50 {
  border-color: rgba(67, 184, 6, 0.5);
}

.border-green-500\/60 {
  border-color: rgba(67, 184, 6, 0.6);
}

.border-green-500\/70 {
  border-color: rgba(67, 184, 6, 0.7);
}

.border-green-500\/75 {
  border-color: rgba(67, 184, 6, 0.75);
}

.border-green-500\/80 {
  border-color: rgba(67, 184, 6, 0.8);
}

.border-green-500\/90 {
  border-color: rgba(67, 184, 6, 0.9);
}

.border-green-500\/95 {
  border-color: rgba(67, 184, 6, 0.95);
}

.border-green-500\/100 {
  border-color: #43b806;
}

.border-green-600\/0 {
  border-color: rgba(48, 132, 6, 0);
}

.border-green-600\/5 {
  border-color: rgba(48, 132, 6, 0.05);
}

.border-green-600\/10 {
  border-color: rgba(48, 132, 6, 0.1);
}

.border-green-600\/20 {
  border-color: rgba(48, 132, 6, 0.2);
}

.border-green-600\/25 {
  border-color: rgba(48, 132, 6, 0.25);
}

.border-green-600\/30 {
  border-color: rgba(48, 132, 6, 0.3);
}

.border-green-600\/40 {
  border-color: rgba(48, 132, 6, 0.4);
}

.border-green-600\/50 {
  border-color: rgba(48, 132, 6, 0.5);
}

.border-green-600\/60 {
  border-color: rgba(48, 132, 6, 0.6);
}

.border-green-600\/70 {
  border-color: rgba(48, 132, 6, 0.7);
}

.border-green-600\/75 {
  border-color: rgba(48, 132, 6, 0.75);
}

.border-green-600\/80 {
  border-color: rgba(48, 132, 6, 0.8);
}

.border-green-600\/90 {
  border-color: rgba(48, 132, 6, 0.9);
}

.border-green-600\/95 {
  border-color: rgba(48, 132, 6, 0.95);
}

.border-green-600\/100 {
  border-color: #308406;
}

.border-green-700\/0 {
  border-color: rgba(39, 202, 64, 0);
}

.border-green-700\/5 {
  border-color: rgba(39, 202, 64, 0.05);
}

.border-green-700\/10 {
  border-color: rgba(39, 202, 64, 0.1);
}

.border-green-700\/20 {
  border-color: rgba(39, 202, 64, 0.2);
}

.border-green-700\/25 {
  border-color: rgba(39, 202, 64, 0.25);
}

.border-green-700\/30 {
  border-color: rgba(39, 202, 64, 0.3);
}

.border-green-700\/40 {
  border-color: rgba(39, 202, 64, 0.4);
}

.border-green-700\/50 {
  border-color: rgba(39, 202, 64, 0.5);
}

.border-green-700\/60 {
  border-color: rgba(39, 202, 64, 0.6);
}

.border-green-700\/70 {
  border-color: rgba(39, 202, 64, 0.7);
}

.border-green-700\/75 {
  border-color: rgba(39, 202, 64, 0.75);
}

.border-green-700\/80 {
  border-color: rgba(39, 202, 64, 0.8);
}

.border-green-700\/90 {
  border-color: rgba(39, 202, 64, 0.9);
}

.border-green-700\/95 {
  border-color: rgba(39, 202, 64, 0.95);
}

.border-green-700\/100 {
  border-color: #27ca40;
}

.border-grey-blue-500\/0 {
  border-color: rgba(95, 99, 104, 0);
}

.border-grey-blue-500\/5 {
  border-color: rgba(95, 99, 104, 0.05);
}

.border-grey-blue-500\/10 {
  border-color: rgba(95, 99, 104, 0.1);
}

.border-grey-blue-500\/20 {
  border-color: rgba(95, 99, 104, 0.2);
}

.border-grey-blue-500\/25 {
  border-color: rgba(95, 99, 104, 0.25);
}

.border-grey-blue-500\/30 {
  border-color: rgba(95, 99, 104, 0.3);
}

.border-grey-blue-500\/40 {
  border-color: rgba(95, 99, 104, 0.4);
}

.border-grey-blue-500\/50 {
  border-color: rgba(95, 99, 104, 0.5);
}

.border-grey-blue-500\/60 {
  border-color: rgba(95, 99, 104, 0.6);
}

.border-grey-blue-500\/70 {
  border-color: rgba(95, 99, 104, 0.7);
}

.border-grey-blue-500\/75 {
  border-color: rgba(95, 99, 104, 0.75);
}

.border-grey-blue-500\/80 {
  border-color: rgba(95, 99, 104, 0.8);
}

.border-grey-blue-500\/90 {
  border-color: rgba(95, 99, 104, 0.9);
}

.border-grey-blue-500\/95 {
  border-color: rgba(95, 99, 104, 0.95);
}

.border-grey-blue-500\/100 {
  border-color: #5f6368;
}

.border-grey-blue-600\/0 {
  border-color: rgba(54, 91, 114, 0);
}

.border-grey-blue-600\/5 {
  border-color: rgba(54, 91, 114, 0.05);
}

.border-grey-blue-600\/10 {
  border-color: rgba(54, 91, 114, 0.1);
}

.border-grey-blue-600\/20 {
  border-color: rgba(54, 91, 114, 0.2);
}

.border-grey-blue-600\/25 {
  border-color: rgba(54, 91, 114, 0.25);
}

.border-grey-blue-600\/30 {
  border-color: rgba(54, 91, 114, 0.3);
}

.border-grey-blue-600\/40 {
  border-color: rgba(54, 91, 114, 0.4);
}

.border-grey-blue-600\/50 {
  border-color: rgba(54, 91, 114, 0.5);
}

.border-grey-blue-600\/60 {
  border-color: rgba(54, 91, 114, 0.6);
}

.border-grey-blue-600\/70 {
  border-color: rgba(54, 91, 114, 0.7);
}

.border-grey-blue-600\/75 {
  border-color: rgba(54, 91, 114, 0.75);
}

.border-grey-blue-600\/80 {
  border-color: rgba(54, 91, 114, 0.8);
}

.border-grey-blue-600\/90 {
  border-color: rgba(54, 91, 114, 0.9);
}

.border-grey-blue-600\/95 {
  border-color: rgba(54, 91, 114, 0.95);
}

.border-grey-blue-600\/100 {
  border-color: #365b72;
}

.border-grey-green-500\/0 {
  border-color: rgba(86, 94, 82, 0);
}

.border-grey-green-500\/5 {
  border-color: rgba(86, 94, 82, 0.05);
}

.border-grey-green-500\/10 {
  border-color: rgba(86, 94, 82, 0.1);
}

.border-grey-green-500\/20 {
  border-color: rgba(86, 94, 82, 0.2);
}

.border-grey-green-500\/25 {
  border-color: rgba(86, 94, 82, 0.25);
}

.border-grey-green-500\/30 {
  border-color: rgba(86, 94, 82, 0.3);
}

.border-grey-green-500\/40 {
  border-color: rgba(86, 94, 82, 0.4);
}

.border-grey-green-500\/50 {
  border-color: rgba(86, 94, 82, 0.5);
}

.border-grey-green-500\/60 {
  border-color: rgba(86, 94, 82, 0.6);
}

.border-grey-green-500\/70 {
  border-color: rgba(86, 94, 82, 0.7);
}

.border-grey-green-500\/75 {
  border-color: rgba(86, 94, 82, 0.75);
}

.border-grey-green-500\/80 {
  border-color: rgba(86, 94, 82, 0.8);
}

.border-grey-green-500\/90 {
  border-color: rgba(86, 94, 82, 0.9);
}

.border-grey-green-500\/95 {
  border-color: rgba(86, 94, 82, 0.95);
}

.border-grey-green-500\/100 {
  border-color: #565e52;
}

.border-red-500\/0 {
  border-color: rgba(231, 8, 60, 0);
}

.border-red-500\/5 {
  border-color: rgba(231, 8, 60, 0.05);
}

.border-red-500\/10 {
  border-color: rgba(231, 8, 60, 0.1);
}

.border-red-500\/20 {
  border-color: rgba(231, 8, 60, 0.2);
}

.border-red-500\/25 {
  border-color: rgba(231, 8, 60, 0.25);
}

.border-red-500\/30 {
  border-color: rgba(231, 8, 60, 0.3);
}

.border-red-500\/40 {
  border-color: rgba(231, 8, 60, 0.4);
}

.border-red-500\/50 {
  border-color: rgba(231, 8, 60, 0.5);
}

.border-red-500\/60 {
  border-color: rgba(231, 8, 60, 0.6);
}

.border-red-500\/70 {
  border-color: rgba(231, 8, 60, 0.7);
}

.border-red-500\/75 {
  border-color: rgba(231, 8, 60, 0.75);
}

.border-red-500\/80 {
  border-color: rgba(231, 8, 60, 0.8);
}

.border-red-500\/90 {
  border-color: rgba(231, 8, 60, 0.9);
}

.border-red-500\/95 {
  border-color: rgba(231, 8, 60, 0.95);
}

.border-red-500\/100 {
  border-color: #e7083c;
}

.border-x-inherit {
  border-left-color: inherit;
  border-right-color: inherit;
}

.border-x-current {
  border-left-color: currentColor;
  border-right-color: currentColor;
}

.border-x-transparent {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-x-white {
  border-left-color: #fafcfc;
  border-right-color: #fafcfc;
}

.border-x-black {
  border-left-color: #000;
  border-right-color: #000;
}

.border-x-blue-100 {
  border-left-color: #dfedf4;
  border-right-color: #dfedf4;
}

.border-x-blue-300 {
  border-left-color: #b4d9ed;
  border-right-color: #b4d9ed;
}

.border-x-blue-500 {
  border-left-color: #7cd0ff;
  border-right-color: #7cd0ff;
}

.border-x-blue-600 {
  border-left-color: #6ab3db;
  border-right-color: #6ab3db;
}

.border-x-blue-700 {
  border-left-color: #335669;
  border-right-color: #335669;
}

.border-x-blue-800 {
  border-left-color: #203642;
  border-right-color: #203642;
}

.border-x-blue-900 {
  border-left-color: #192a33;
  border-right-color: #192a33;
}

.border-x-grey-50 {
  border-left-color: #eef3f5;
  border-right-color: #eef3f5;
}

.border-x-grey-100 {
  border-left-color: #e9ebec;
  border-right-color: #e9ebec;
}

.border-x-grey-300 {
  border-left-color: #d3d7da;
  border-right-color: #d3d7da;
}

.border-x-grey-700 {
  border-left-color: #919191;
  border-right-color: #919191;
}

.border-x-green-200 {
  border-left-color: #d8eccd;
  border-right-color: #d8eccd;
}

.border-x-green-400 {
  border-left-color: #51de07;
  border-right-color: #51de07;
}

.border-x-green-500 {
  border-left-color: #43b806;
  border-right-color: #43b806;
}

.border-x-green-600 {
  border-left-color: #308406;
  border-right-color: #308406;
}

.border-x-green-700 {
  border-left-color: #27ca40;
  border-right-color: #27ca40;
}

.border-x-grey-blue-500 {
  border-left-color: #5f6368;
  border-right-color: #5f6368;
}

.border-x-grey-blue-600 {
  border-left-color: #365b72;
  border-right-color: #365b72;
}

.border-x-grey-green-500 {
  border-left-color: #565e52;
  border-right-color: #565e52;
}

.border-x-red-500 {
  border-left-color: #e7083c;
  border-right-color: #e7083c;
}

.border-x-transparent\/0 {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-x-transparent\/5 {
  border-left-color: rgba(0, 0, 0, 0.05);
  border-right-color: rgba(0, 0, 0, 0.05);
}

.border-x-transparent\/10 {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
}

.border-x-transparent\/20 {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
}

.border-x-transparent\/25 {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
}

.border-x-transparent\/30 {
  border-left-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
}

.border-x-transparent\/40 {
  border-left-color: rgba(0, 0, 0, 0.4);
  border-right-color: rgba(0, 0, 0, 0.4);
}

.border-x-transparent\/50 {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
}

.border-x-transparent\/60 {
  border-left-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.6);
}

.border-x-transparent\/70 {
  border-left-color: rgba(0, 0, 0, 0.7);
  border-right-color: rgba(0, 0, 0, 0.7);
}

.border-x-transparent\/75 {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-right-color: rgba(0, 0, 0, 0.75);
}

.border-x-transparent\/80 {
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
}

.border-x-transparent\/90 {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-right-color: rgba(0, 0, 0, 0.9);
}

.border-x-transparent\/95 {
  border-left-color: rgba(0, 0, 0, 0.95);
  border-right-color: rgba(0, 0, 0, 0.95);
}

.border-x-transparent\/100 {
  border-left-color: #000;
  border-right-color: #000;
}

.border-x-white\/0 {
  border-left-color: rgba(250, 252, 252, 0);
  border-right-color: rgba(250, 252, 252, 0);
}

.border-x-white\/5 {
  border-left-color: rgba(250, 252, 252, 0.05);
  border-right-color: rgba(250, 252, 252, 0.05);
}

.border-x-white\/10 {
  border-left-color: rgba(250, 252, 252, 0.1);
  border-right-color: rgba(250, 252, 252, 0.1);
}

.border-x-white\/20 {
  border-left-color: rgba(250, 252, 252, 0.2);
  border-right-color: rgba(250, 252, 252, 0.2);
}

.border-x-white\/25 {
  border-left-color: rgba(250, 252, 252, 0.25);
  border-right-color: rgba(250, 252, 252, 0.25);
}

.border-x-white\/30 {
  border-left-color: rgba(250, 252, 252, 0.3);
  border-right-color: rgba(250, 252, 252, 0.3);
}

.border-x-white\/40 {
  border-left-color: rgba(250, 252, 252, 0.4);
  border-right-color: rgba(250, 252, 252, 0.4);
}

.border-x-white\/50 {
  border-left-color: rgba(250, 252, 252, 0.5);
  border-right-color: rgba(250, 252, 252, 0.5);
}

.border-x-white\/60 {
  border-left-color: rgba(250, 252, 252, 0.6);
  border-right-color: rgba(250, 252, 252, 0.6);
}

.border-x-white\/70 {
  border-left-color: rgba(250, 252, 252, 0.7);
  border-right-color: rgba(250, 252, 252, 0.7);
}

.border-x-white\/75 {
  border-left-color: rgba(250, 252, 252, 0.75);
  border-right-color: rgba(250, 252, 252, 0.75);
}

.border-x-white\/80 {
  border-left-color: rgba(250, 252, 252, 0.8);
  border-right-color: rgba(250, 252, 252, 0.8);
}

.border-x-white\/90 {
  border-left-color: rgba(250, 252, 252, 0.9);
  border-right-color: rgba(250, 252, 252, 0.9);
}

.border-x-white\/95 {
  border-left-color: rgba(250, 252, 252, 0.95);
  border-right-color: rgba(250, 252, 252, 0.95);
}

.border-x-white\/100 {
  border-left-color: #fafcfc;
  border-right-color: #fafcfc;
}

.border-x-black\/0 {
  border-left-color: transparent;
  border-right-color: transparent;
}

.border-x-black\/5 {
  border-left-color: rgba(0, 0, 0, 0.05);
  border-right-color: rgba(0, 0, 0, 0.05);
}

.border-x-black\/10 {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
}

.border-x-black\/20 {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
}

.border-x-black\/25 {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
}

.border-x-black\/30 {
  border-left-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
}

.border-x-black\/40 {
  border-left-color: rgba(0, 0, 0, 0.4);
  border-right-color: rgba(0, 0, 0, 0.4);
}

.border-x-black\/50 {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
}

.border-x-black\/60 {
  border-left-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.6);
}

.border-x-black\/70 {
  border-left-color: rgba(0, 0, 0, 0.7);
  border-right-color: rgba(0, 0, 0, 0.7);
}

.border-x-black\/75 {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-right-color: rgba(0, 0, 0, 0.75);
}

.border-x-black\/80 {
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
}

.border-x-black\/90 {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-right-color: rgba(0, 0, 0, 0.9);
}

.border-x-black\/95 {
  border-left-color: rgba(0, 0, 0, 0.95);
  border-right-color: rgba(0, 0, 0, 0.95);
}

.border-x-black\/100 {
  border-left-color: #000;
  border-right-color: #000;
}

.border-x-blue-100\/0 {
  border-left-color: rgba(223, 237, 244, 0);
  border-right-color: rgba(223, 237, 244, 0);
}

.border-x-blue-100\/5 {
  border-left-color: rgba(223, 237, 244, 0.05);
  border-right-color: rgba(223, 237, 244, 0.05);
}

.border-x-blue-100\/10 {
  border-left-color: rgba(223, 237, 244, 0.1);
  border-right-color: rgba(223, 237, 244, 0.1);
}

.border-x-blue-100\/20 {
  border-left-color: rgba(223, 237, 244, 0.2);
  border-right-color: rgba(223, 237, 244, 0.2);
}

.border-x-blue-100\/25 {
  border-left-color: rgba(223, 237, 244, 0.25);
  border-right-color: rgba(223, 237, 244, 0.25);
}

.border-x-blue-100\/30 {
  border-left-color: rgba(223, 237, 244, 0.3);
  border-right-color: rgba(223, 237, 244, 0.3);
}

.border-x-blue-100\/40 {
  border-left-color: rgba(223, 237, 244, 0.4);
  border-right-color: rgba(223, 237, 244, 0.4);
}

.border-x-blue-100\/50 {
  border-left-color: rgba(223, 237, 244, 0.5);
  border-right-color: rgba(223, 237, 244, 0.5);
}

.border-x-blue-100\/60 {
  border-left-color: rgba(223, 237, 244, 0.6);
  border-right-color: rgba(223, 237, 244, 0.6);
}

.border-x-blue-100\/70 {
  border-left-color: rgba(223, 237, 244, 0.7);
  border-right-color: rgba(223, 237, 244, 0.7);
}

.border-x-blue-100\/75 {
  border-left-color: rgba(223, 237, 244, 0.75);
  border-right-color: rgba(223, 237, 244, 0.75);
}

.border-x-blue-100\/80 {
  border-left-color: rgba(223, 237, 244, 0.8);
  border-right-color: rgba(223, 237, 244, 0.8);
}

.border-x-blue-100\/90 {
  border-left-color: rgba(223, 237, 244, 0.9);
  border-right-color: rgba(223, 237, 244, 0.9);
}

.border-x-blue-100\/95 {
  border-left-color: rgba(223, 237, 244, 0.95);
  border-right-color: rgba(223, 237, 244, 0.95);
}

.border-x-blue-100\/100 {
  border-left-color: #dfedf4;
  border-right-color: #dfedf4;
}

.border-x-blue-300\/0 {
  border-left-color: rgba(180, 217, 237, 0);
  border-right-color: rgba(180, 217, 237, 0);
}

.border-x-blue-300\/5 {
  border-left-color: rgba(180, 217, 237, 0.05);
  border-right-color: rgba(180, 217, 237, 0.05);
}

.border-x-blue-300\/10 {
  border-left-color: rgba(180, 217, 237, 0.1);
  border-right-color: rgba(180, 217, 237, 0.1);
}

.border-x-blue-300\/20 {
  border-left-color: rgba(180, 217, 237, 0.2);
  border-right-color: rgba(180, 217, 237, 0.2);
}

.border-x-blue-300\/25 {
  border-left-color: rgba(180, 217, 237, 0.25);
  border-right-color: rgba(180, 217, 237, 0.25);
}

.border-x-blue-300\/30 {
  border-left-color: rgba(180, 217, 237, 0.3);
  border-right-color: rgba(180, 217, 237, 0.3);
}

.border-x-blue-300\/40 {
  border-left-color: rgba(180, 217, 237, 0.4);
  border-right-color: rgba(180, 217, 237, 0.4);
}

.border-x-blue-300\/50 {
  border-left-color: rgba(180, 217, 237, 0.5);
  border-right-color: rgba(180, 217, 237, 0.5);
}

.border-x-blue-300\/60 {
  border-left-color: rgba(180, 217, 237, 0.6);
  border-right-color: rgba(180, 217, 237, 0.6);
}

.border-x-blue-300\/70 {
  border-left-color: rgba(180, 217, 237, 0.7);
  border-right-color: rgba(180, 217, 237, 0.7);
}

.border-x-blue-300\/75 {
  border-left-color: rgba(180, 217, 237, 0.75);
  border-right-color: rgba(180, 217, 237, 0.75);
}

.border-x-blue-300\/80 {
  border-left-color: rgba(180, 217, 237, 0.8);
  border-right-color: rgba(180, 217, 237, 0.8);
}

.border-x-blue-300\/90 {
  border-left-color: rgba(180, 217, 237, 0.9);
  border-right-color: rgba(180, 217, 237, 0.9);
}

.border-x-blue-300\/95 {
  border-left-color: rgba(180, 217, 237, 0.95);
  border-right-color: rgba(180, 217, 237, 0.95);
}

.border-x-blue-300\/100 {
  border-left-color: #b4d9ed;
  border-right-color: #b4d9ed;
}

.border-x-blue-500\/0 {
  border-left-color: rgba(124, 208, 255, 0);
  border-right-color: rgba(124, 208, 255, 0);
}

.border-x-blue-500\/5 {
  border-left-color: rgba(124, 208, 255, 0.05);
  border-right-color: rgba(124, 208, 255, 0.05);
}

.border-x-blue-500\/10 {
  border-left-color: rgba(124, 208, 255, 0.1);
  border-right-color: rgba(124, 208, 255, 0.1);
}

.border-x-blue-500\/20 {
  border-left-color: rgba(124, 208, 255, 0.2);
  border-right-color: rgba(124, 208, 255, 0.2);
}

.border-x-blue-500\/25 {
  border-left-color: rgba(124, 208, 255, 0.25);
  border-right-color: rgba(124, 208, 255, 0.25);
}

.border-x-blue-500\/30 {
  border-left-color: rgba(124, 208, 255, 0.3);
  border-right-color: rgba(124, 208, 255, 0.3);
}

.border-x-blue-500\/40 {
  border-left-color: rgba(124, 208, 255, 0.4);
  border-right-color: rgba(124, 208, 255, 0.4);
}

.border-x-blue-500\/50 {
  border-left-color: rgba(124, 208, 255, 0.5);
  border-right-color: rgba(124, 208, 255, 0.5);
}

.border-x-blue-500\/60 {
  border-left-color: rgba(124, 208, 255, 0.6);
  border-right-color: rgba(124, 208, 255, 0.6);
}

.border-x-blue-500\/70 {
  border-left-color: rgba(124, 208, 255, 0.7);
  border-right-color: rgba(124, 208, 255, 0.7);
}

.border-x-blue-500\/75 {
  border-left-color: rgba(124, 208, 255, 0.75);
  border-right-color: rgba(124, 208, 255, 0.75);
}

.border-x-blue-500\/80 {
  border-left-color: rgba(124, 208, 255, 0.8);
  border-right-color: rgba(124, 208, 255, 0.8);
}

.border-x-blue-500\/90 {
  border-left-color: rgba(124, 208, 255, 0.9);
  border-right-color: rgba(124, 208, 255, 0.9);
}

.border-x-blue-500\/95 {
  border-left-color: rgba(124, 208, 255, 0.95);
  border-right-color: rgba(124, 208, 255, 0.95);
}

.border-x-blue-500\/100 {
  border-left-color: #7cd0ff;
  border-right-color: #7cd0ff;
}

.border-x-blue-600\/0 {
  border-left-color: rgba(106, 179, 219, 0);
  border-right-color: rgba(106, 179, 219, 0);
}

.border-x-blue-600\/5 {
  border-left-color: rgba(106, 179, 219, 0.05);
  border-right-color: rgba(106, 179, 219, 0.05);
}

.border-x-blue-600\/10 {
  border-left-color: rgba(106, 179, 219, 0.1);
  border-right-color: rgba(106, 179, 219, 0.1);
}

.border-x-blue-600\/20 {
  border-left-color: rgba(106, 179, 219, 0.2);
  border-right-color: rgba(106, 179, 219, 0.2);
}

.border-x-blue-600\/25 {
  border-left-color: rgba(106, 179, 219, 0.25);
  border-right-color: rgba(106, 179, 219, 0.25);
}

.border-x-blue-600\/30 {
  border-left-color: rgba(106, 179, 219, 0.3);
  border-right-color: rgba(106, 179, 219, 0.3);
}

.border-x-blue-600\/40 {
  border-left-color: rgba(106, 179, 219, 0.4);
  border-right-color: rgba(106, 179, 219, 0.4);
}

.border-x-blue-600\/50 {
  border-left-color: rgba(106, 179, 219, 0.5);
  border-right-color: rgba(106, 179, 219, 0.5);
}

.border-x-blue-600\/60 {
  border-left-color: rgba(106, 179, 219, 0.6);
  border-right-color: rgba(106, 179, 219, 0.6);
}

.border-x-blue-600\/70 {
  border-left-color: rgba(106, 179, 219, 0.7);
  border-right-color: rgba(106, 179, 219, 0.7);
}

.border-x-blue-600\/75 {
  border-left-color: rgba(106, 179, 219, 0.75);
  border-right-color: rgba(106, 179, 219, 0.75);
}

.border-x-blue-600\/80 {
  border-left-color: rgba(106, 179, 219, 0.8);
  border-right-color: rgba(106, 179, 219, 0.8);
}

.border-x-blue-600\/90 {
  border-left-color: rgba(106, 179, 219, 0.9);
  border-right-color: rgba(106, 179, 219, 0.9);
}

.border-x-blue-600\/95 {
  border-left-color: rgba(106, 179, 219, 0.95);
  border-right-color: rgba(106, 179, 219, 0.95);
}

.border-x-blue-600\/100 {
  border-left-color: #6ab3db;
  border-right-color: #6ab3db;
}

.border-x-blue-700\/0 {
  border-left-color: rgba(51, 86, 105, 0);
  border-right-color: rgba(51, 86, 105, 0);
}

.border-x-blue-700\/5 {
  border-left-color: rgba(51, 86, 105, 0.05);
  border-right-color: rgba(51, 86, 105, 0.05);
}

.border-x-blue-700\/10 {
  border-left-color: rgba(51, 86, 105, 0.1);
  border-right-color: rgba(51, 86, 105, 0.1);
}

.border-x-blue-700\/20 {
  border-left-color: rgba(51, 86, 105, 0.2);
  border-right-color: rgba(51, 86, 105, 0.2);
}

.border-x-blue-700\/25 {
  border-left-color: rgba(51, 86, 105, 0.25);
  border-right-color: rgba(51, 86, 105, 0.25);
}

.border-x-blue-700\/30 {
  border-left-color: rgba(51, 86, 105, 0.3);
  border-right-color: rgba(51, 86, 105, 0.3);
}

.border-x-blue-700\/40 {
  border-left-color: rgba(51, 86, 105, 0.4);
  border-right-color: rgba(51, 86, 105, 0.4);
}

.border-x-blue-700\/50 {
  border-left-color: rgba(51, 86, 105, 0.5);
  border-right-color: rgba(51, 86, 105, 0.5);
}

.border-x-blue-700\/60 {
  border-left-color: rgba(51, 86, 105, 0.6);
  border-right-color: rgba(51, 86, 105, 0.6);
}

.border-x-blue-700\/70 {
  border-left-color: rgba(51, 86, 105, 0.7);
  border-right-color: rgba(51, 86, 105, 0.7);
}

.border-x-blue-700\/75 {
  border-left-color: rgba(51, 86, 105, 0.75);
  border-right-color: rgba(51, 86, 105, 0.75);
}

.border-x-blue-700\/80 {
  border-left-color: rgba(51, 86, 105, 0.8);
  border-right-color: rgba(51, 86, 105, 0.8);
}

.border-x-blue-700\/90 {
  border-left-color: rgba(51, 86, 105, 0.9);
  border-right-color: rgba(51, 86, 105, 0.9);
}

.border-x-blue-700\/95 {
  border-left-color: rgba(51, 86, 105, 0.95);
  border-right-color: rgba(51, 86, 105, 0.95);
}

.border-x-blue-700\/100 {
  border-left-color: #335669;
  border-right-color: #335669;
}

.border-x-blue-800\/0 {
  border-left-color: rgba(32, 54, 66, 0);
  border-right-color: rgba(32, 54, 66, 0);
}

.border-x-blue-800\/5 {
  border-left-color: rgba(32, 54, 66, 0.05);
  border-right-color: rgba(32, 54, 66, 0.05);
}

.border-x-blue-800\/10 {
  border-left-color: rgba(32, 54, 66, 0.1);
  border-right-color: rgba(32, 54, 66, 0.1);
}

.border-x-blue-800\/20 {
  border-left-color: rgba(32, 54, 66, 0.2);
  border-right-color: rgba(32, 54, 66, 0.2);
}

.border-x-blue-800\/25 {
  border-left-color: rgba(32, 54, 66, 0.25);
  border-right-color: rgba(32, 54, 66, 0.25);
}

.border-x-blue-800\/30 {
  border-left-color: rgba(32, 54, 66, 0.3);
  border-right-color: rgba(32, 54, 66, 0.3);
}

.border-x-blue-800\/40 {
  border-left-color: rgba(32, 54, 66, 0.4);
  border-right-color: rgba(32, 54, 66, 0.4);
}

.border-x-blue-800\/50 {
  border-left-color: rgba(32, 54, 66, 0.5);
  border-right-color: rgba(32, 54, 66, 0.5);
}

.border-x-blue-800\/60 {
  border-left-color: rgba(32, 54, 66, 0.6);
  border-right-color: rgba(32, 54, 66, 0.6);
}

.border-x-blue-800\/70 {
  border-left-color: rgba(32, 54, 66, 0.7);
  border-right-color: rgba(32, 54, 66, 0.7);
}

.border-x-blue-800\/75 {
  border-left-color: rgba(32, 54, 66, 0.75);
  border-right-color: rgba(32, 54, 66, 0.75);
}

.border-x-blue-800\/80 {
  border-left-color: rgba(32, 54, 66, 0.8);
  border-right-color: rgba(32, 54, 66, 0.8);
}

.border-x-blue-800\/90 {
  border-left-color: rgba(32, 54, 66, 0.9);
  border-right-color: rgba(32, 54, 66, 0.9);
}

.border-x-blue-800\/95 {
  border-left-color: rgba(32, 54, 66, 0.95);
  border-right-color: rgba(32, 54, 66, 0.95);
}

.border-x-blue-800\/100 {
  border-left-color: #203642;
  border-right-color: #203642;
}

.border-x-blue-900\/0 {
  border-left-color: rgba(25, 42, 51, 0);
  border-right-color: rgba(25, 42, 51, 0);
}

.border-x-blue-900\/5 {
  border-left-color: rgba(25, 42, 51, 0.05);
  border-right-color: rgba(25, 42, 51, 0.05);
}

.border-x-blue-900\/10 {
  border-left-color: rgba(25, 42, 51, 0.1);
  border-right-color: rgba(25, 42, 51, 0.1);
}

.border-x-blue-900\/20 {
  border-left-color: rgba(25, 42, 51, 0.2);
  border-right-color: rgba(25, 42, 51, 0.2);
}

.border-x-blue-900\/25 {
  border-left-color: rgba(25, 42, 51, 0.25);
  border-right-color: rgba(25, 42, 51, 0.25);
}

.border-x-blue-900\/30 {
  border-left-color: rgba(25, 42, 51, 0.3);
  border-right-color: rgba(25, 42, 51, 0.3);
}

.border-x-blue-900\/40 {
  border-left-color: rgba(25, 42, 51, 0.4);
  border-right-color: rgba(25, 42, 51, 0.4);
}

.border-x-blue-900\/50 {
  border-left-color: rgba(25, 42, 51, 0.5);
  border-right-color: rgba(25, 42, 51, 0.5);
}

.border-x-blue-900\/60 {
  border-left-color: rgba(25, 42, 51, 0.6);
  border-right-color: rgba(25, 42, 51, 0.6);
}

.border-x-blue-900\/70 {
  border-left-color: rgba(25, 42, 51, 0.7);
  border-right-color: rgba(25, 42, 51, 0.7);
}

.border-x-blue-900\/75 {
  border-left-color: rgba(25, 42, 51, 0.75);
  border-right-color: rgba(25, 42, 51, 0.75);
}

.border-x-blue-900\/80 {
  border-left-color: rgba(25, 42, 51, 0.8);
  border-right-color: rgba(25, 42, 51, 0.8);
}

.border-x-blue-900\/90 {
  border-left-color: rgba(25, 42, 51, 0.9);
  border-right-color: rgba(25, 42, 51, 0.9);
}

.border-x-blue-900\/95 {
  border-left-color: rgba(25, 42, 51, 0.95);
  border-right-color: rgba(25, 42, 51, 0.95);
}

.border-x-blue-900\/100 {
  border-left-color: #192a33;
  border-right-color: #192a33;
}

.border-x-grey-50\/0 {
  border-left-color: rgba(238, 243, 245, 0);
  border-right-color: rgba(238, 243, 245, 0);
}

.border-x-grey-50\/5 {
  border-left-color: rgba(238, 243, 245, 0.05);
  border-right-color: rgba(238, 243, 245, 0.05);
}

.border-x-grey-50\/10 {
  border-left-color: rgba(238, 243, 245, 0.1);
  border-right-color: rgba(238, 243, 245, 0.1);
}

.border-x-grey-50\/20 {
  border-left-color: rgba(238, 243, 245, 0.2);
  border-right-color: rgba(238, 243, 245, 0.2);
}

.border-x-grey-50\/25 {
  border-left-color: rgba(238, 243, 245, 0.25);
  border-right-color: rgba(238, 243, 245, 0.25);
}

.border-x-grey-50\/30 {
  border-left-color: rgba(238, 243, 245, 0.3);
  border-right-color: rgba(238, 243, 245, 0.3);
}

.border-x-grey-50\/40 {
  border-left-color: rgba(238, 243, 245, 0.4);
  border-right-color: rgba(238, 243, 245, 0.4);
}

.border-x-grey-50\/50 {
  border-left-color: rgba(238, 243, 245, 0.5);
  border-right-color: rgba(238, 243, 245, 0.5);
}

.border-x-grey-50\/60 {
  border-left-color: rgba(238, 243, 245, 0.6);
  border-right-color: rgba(238, 243, 245, 0.6);
}

.border-x-grey-50\/70 {
  border-left-color: rgba(238, 243, 245, 0.7);
  border-right-color: rgba(238, 243, 245, 0.7);
}

.border-x-grey-50\/75 {
  border-left-color: rgba(238, 243, 245, 0.75);
  border-right-color: rgba(238, 243, 245, 0.75);
}

.border-x-grey-50\/80 {
  border-left-color: rgba(238, 243, 245, 0.8);
  border-right-color: rgba(238, 243, 245, 0.8);
}

.border-x-grey-50\/90 {
  border-left-color: rgba(238, 243, 245, 0.9);
  border-right-color: rgba(238, 243, 245, 0.9);
}

.border-x-grey-50\/95 {
  border-left-color: rgba(238, 243, 245, 0.95);
  border-right-color: rgba(238, 243, 245, 0.95);
}

.border-x-grey-50\/100 {
  border-left-color: #eef3f5;
  border-right-color: #eef3f5;
}

.border-x-grey-100\/0 {
  border-left-color: hsla(200, 7%, 92%, 0);
  border-right-color: hsla(200, 7%, 92%, 0);
}

.border-x-grey-100\/5 {
  border-left-color: hsla(200, 7%, 92%, 0.05);
  border-right-color: hsla(200, 7%, 92%, 0.05);
}

.border-x-grey-100\/10 {
  border-left-color: hsla(200, 7%, 92%, 0.1);
  border-right-color: hsla(200, 7%, 92%, 0.1);
}

.border-x-grey-100\/20 {
  border-left-color: hsla(200, 7%, 92%, 0.2);
  border-right-color: hsla(200, 7%, 92%, 0.2);
}

.border-x-grey-100\/25 {
  border-left-color: hsla(200, 7%, 92%, 0.25);
  border-right-color: hsla(200, 7%, 92%, 0.25);
}

.border-x-grey-100\/30 {
  border-left-color: hsla(200, 7%, 92%, 0.3);
  border-right-color: hsla(200, 7%, 92%, 0.3);
}

.border-x-grey-100\/40 {
  border-left-color: hsla(200, 7%, 92%, 0.4);
  border-right-color: hsla(200, 7%, 92%, 0.4);
}

.border-x-grey-100\/50 {
  border-left-color: hsla(200, 7%, 92%, 0.5);
  border-right-color: hsla(200, 7%, 92%, 0.5);
}

.border-x-grey-100\/60 {
  border-left-color: hsla(200, 7%, 92%, 0.6);
  border-right-color: hsla(200, 7%, 92%, 0.6);
}

.border-x-grey-100\/70 {
  border-left-color: hsla(200, 7%, 92%, 0.7);
  border-right-color: hsla(200, 7%, 92%, 0.7);
}

.border-x-grey-100\/75 {
  border-left-color: hsla(200, 7%, 92%, 0.75);
  border-right-color: hsla(200, 7%, 92%, 0.75);
}

.border-x-grey-100\/80 {
  border-left-color: hsla(200, 7%, 92%, 0.8);
  border-right-color: hsla(200, 7%, 92%, 0.8);
}

.border-x-grey-100\/90 {
  border-left-color: hsla(200, 7%, 92%, 0.9);
  border-right-color: hsla(200, 7%, 92%, 0.9);
}

.border-x-grey-100\/95 {
  border-left-color: hsla(200, 7%, 92%, 0.95);
  border-right-color: hsla(200, 7%, 92%, 0.95);
}

.border-x-grey-100\/100 {
  border-left-color: #e9ebec;
  border-right-color: #e9ebec;
}

.border-x-grey-300\/0 {
  border-left-color: hsla(206, 9%, 84%, 0);
  border-right-color: hsla(206, 9%, 84%, 0);
}

.border-x-grey-300\/5 {
  border-left-color: hsla(206, 9%, 84%, 0.05);
  border-right-color: hsla(206, 9%, 84%, 0.05);
}

.border-x-grey-300\/10 {
  border-left-color: hsla(206, 9%, 84%, 0.1);
  border-right-color: hsla(206, 9%, 84%, 0.1);
}

.border-x-grey-300\/20 {
  border-left-color: hsla(206, 9%, 84%, 0.2);
  border-right-color: hsla(206, 9%, 84%, 0.2);
}

.border-x-grey-300\/25 {
  border-left-color: hsla(206, 9%, 84%, 0.25);
  border-right-color: hsla(206, 9%, 84%, 0.25);
}

.border-x-grey-300\/30 {
  border-left-color: hsla(206, 9%, 84%, 0.3);
  border-right-color: hsla(206, 9%, 84%, 0.3);
}

.border-x-grey-300\/40 {
  border-left-color: hsla(206, 9%, 84%, 0.4);
  border-right-color: hsla(206, 9%, 84%, 0.4);
}

.border-x-grey-300\/50 {
  border-left-color: hsla(206, 9%, 84%, 0.5);
  border-right-color: hsla(206, 9%, 84%, 0.5);
}

.border-x-grey-300\/60 {
  border-left-color: hsla(206, 9%, 84%, 0.6);
  border-right-color: hsla(206, 9%, 84%, 0.6);
}

.border-x-grey-300\/70 {
  border-left-color: hsla(206, 9%, 84%, 0.7);
  border-right-color: hsla(206, 9%, 84%, 0.7);
}

.border-x-grey-300\/75 {
  border-left-color: hsla(206, 9%, 84%, 0.75);
  border-right-color: hsla(206, 9%, 84%, 0.75);
}

.border-x-grey-300\/80 {
  border-left-color: hsla(206, 9%, 84%, 0.8);
  border-right-color: hsla(206, 9%, 84%, 0.8);
}

.border-x-grey-300\/90 {
  border-left-color: hsla(206, 9%, 84%, 0.9);
  border-right-color: hsla(206, 9%, 84%, 0.9);
}

.border-x-grey-300\/95 {
  border-left-color: hsla(206, 9%, 84%, 0.95);
  border-right-color: hsla(206, 9%, 84%, 0.95);
}

.border-x-grey-300\/100 {
  border-left-color: #d3d7da;
  border-right-color: #d3d7da;
}

.border-x-grey-700\/0 {
  border-left-color: hsla(0, 0%, 57%, 0);
  border-right-color: hsla(0, 0%, 57%, 0);
}

.border-x-grey-700\/5 {
  border-left-color: hsla(0, 0%, 57%, 0.05);
  border-right-color: hsla(0, 0%, 57%, 0.05);
}

.border-x-grey-700\/10 {
  border-left-color: hsla(0, 0%, 57%, 0.1);
  border-right-color: hsla(0, 0%, 57%, 0.1);
}

.border-x-grey-700\/20 {
  border-left-color: hsla(0, 0%, 57%, 0.2);
  border-right-color: hsla(0, 0%, 57%, 0.2);
}

.border-x-grey-700\/25 {
  border-left-color: hsla(0, 0%, 57%, 0.25);
  border-right-color: hsla(0, 0%, 57%, 0.25);
}

.border-x-grey-700\/30 {
  border-left-color: hsla(0, 0%, 57%, 0.3);
  border-right-color: hsla(0, 0%, 57%, 0.3);
}

.border-x-grey-700\/40 {
  border-left-color: hsla(0, 0%, 57%, 0.4);
  border-right-color: hsla(0, 0%, 57%, 0.4);
}

.border-x-grey-700\/50 {
  border-left-color: hsla(0, 0%, 57%, 0.5);
  border-right-color: hsla(0, 0%, 57%, 0.5);
}

.border-x-grey-700\/60 {
  border-left-color: hsla(0, 0%, 57%, 0.6);
  border-right-color: hsla(0, 0%, 57%, 0.6);
}

.border-x-grey-700\/70 {
  border-left-color: hsla(0, 0%, 57%, 0.7);
  border-right-color: hsla(0, 0%, 57%, 0.7);
}

.border-x-grey-700\/75 {
  border-left-color: hsla(0, 0%, 57%, 0.75);
  border-right-color: hsla(0, 0%, 57%, 0.75);
}

.border-x-grey-700\/80 {
  border-left-color: hsla(0, 0%, 57%, 0.8);
  border-right-color: hsla(0, 0%, 57%, 0.8);
}

.border-x-grey-700\/90 {
  border-left-color: hsla(0, 0%, 57%, 0.9);
  border-right-color: hsla(0, 0%, 57%, 0.9);
}

.border-x-grey-700\/95 {
  border-left-color: hsla(0, 0%, 57%, 0.95);
  border-right-color: hsla(0, 0%, 57%, 0.95);
}

.border-x-grey-700\/100 {
  border-left-color: #919191;
  border-right-color: #919191;
}

.border-x-green-200\/0 {
  border-left-color: hsla(99, 45%, 86%, 0);
  border-right-color: hsla(99, 45%, 86%, 0);
}

.border-x-green-200\/5 {
  border-left-color: hsla(99, 45%, 86%, 0.05);
  border-right-color: hsla(99, 45%, 86%, 0.05);
}

.border-x-green-200\/10 {
  border-left-color: hsla(99, 45%, 86%, 0.1);
  border-right-color: hsla(99, 45%, 86%, 0.1);
}

.border-x-green-200\/20 {
  border-left-color: hsla(99, 45%, 86%, 0.2);
  border-right-color: hsla(99, 45%, 86%, 0.2);
}

.border-x-green-200\/25 {
  border-left-color: hsla(99, 45%, 86%, 0.25);
  border-right-color: hsla(99, 45%, 86%, 0.25);
}

.border-x-green-200\/30 {
  border-left-color: hsla(99, 45%, 86%, 0.3);
  border-right-color: hsla(99, 45%, 86%, 0.3);
}

.border-x-green-200\/40 {
  border-left-color: hsla(99, 45%, 86%, 0.4);
  border-right-color: hsla(99, 45%, 86%, 0.4);
}

.border-x-green-200\/50 {
  border-left-color: hsla(99, 45%, 86%, 0.5);
  border-right-color: hsla(99, 45%, 86%, 0.5);
}

.border-x-green-200\/60 {
  border-left-color: hsla(99, 45%, 86%, 0.6);
  border-right-color: hsla(99, 45%, 86%, 0.6);
}

.border-x-green-200\/70 {
  border-left-color: hsla(99, 45%, 86%, 0.7);
  border-right-color: hsla(99, 45%, 86%, 0.7);
}

.border-x-green-200\/75 {
  border-left-color: hsla(99, 45%, 86%, 0.75);
  border-right-color: hsla(99, 45%, 86%, 0.75);
}

.border-x-green-200\/80 {
  border-left-color: hsla(99, 45%, 86%, 0.8);
  border-right-color: hsla(99, 45%, 86%, 0.8);
}

.border-x-green-200\/90 {
  border-left-color: hsla(99, 45%, 86%, 0.9);
  border-right-color: hsla(99, 45%, 86%, 0.9);
}

.border-x-green-200\/95 {
  border-left-color: hsla(99, 45%, 86%, 0.95);
  border-right-color: hsla(99, 45%, 86%, 0.95);
}

.border-x-green-200\/100 {
  border-left-color: #d8eccd;
  border-right-color: #d8eccd;
}

.border-x-green-400\/0 {
  border-left-color: rgba(81, 222, 7, 0);
  border-right-color: rgba(81, 222, 7, 0);
}

.border-x-green-400\/5 {
  border-left-color: rgba(81, 222, 7, 0.05);
  border-right-color: rgba(81, 222, 7, 0.05);
}

.border-x-green-400\/10 {
  border-left-color: rgba(81, 222, 7, 0.1);
  border-right-color: rgba(81, 222, 7, 0.1);
}

.border-x-green-400\/20 {
  border-left-color: rgba(81, 222, 7, 0.2);
  border-right-color: rgba(81, 222, 7, 0.2);
}

.border-x-green-400\/25 {
  border-left-color: rgba(81, 222, 7, 0.25);
  border-right-color: rgba(81, 222, 7, 0.25);
}

.border-x-green-400\/30 {
  border-left-color: rgba(81, 222, 7, 0.3);
  border-right-color: rgba(81, 222, 7, 0.3);
}

.border-x-green-400\/40 {
  border-left-color: rgba(81, 222, 7, 0.4);
  border-right-color: rgba(81, 222, 7, 0.4);
}

.border-x-green-400\/50 {
  border-left-color: rgba(81, 222, 7, 0.5);
  border-right-color: rgba(81, 222, 7, 0.5);
}

.border-x-green-400\/60 {
  border-left-color: rgba(81, 222, 7, 0.6);
  border-right-color: rgba(81, 222, 7, 0.6);
}

.border-x-green-400\/70 {
  border-left-color: rgba(81, 222, 7, 0.7);
  border-right-color: rgba(81, 222, 7, 0.7);
}

.border-x-green-400\/75 {
  border-left-color: rgba(81, 222, 7, 0.75);
  border-right-color: rgba(81, 222, 7, 0.75);
}

.border-x-green-400\/80 {
  border-left-color: rgba(81, 222, 7, 0.8);
  border-right-color: rgba(81, 222, 7, 0.8);
}

.border-x-green-400\/90 {
  border-left-color: rgba(81, 222, 7, 0.9);
  border-right-color: rgba(81, 222, 7, 0.9);
}

.border-x-green-400\/95 {
  border-left-color: rgba(81, 222, 7, 0.95);
  border-right-color: rgba(81, 222, 7, 0.95);
}

.border-x-green-400\/100 {
  border-left-color: #51de07;
  border-right-color: #51de07;
}

.border-x-green-500\/0 {
  border-left-color: rgba(67, 184, 6, 0);
  border-right-color: rgba(67, 184, 6, 0);
}

.border-x-green-500\/5 {
  border-left-color: rgba(67, 184, 6, 0.05);
  border-right-color: rgba(67, 184, 6, 0.05);
}

.border-x-green-500\/10 {
  border-left-color: rgba(67, 184, 6, 0.1);
  border-right-color: rgba(67, 184, 6, 0.1);
}

.border-x-green-500\/20 {
  border-left-color: rgba(67, 184, 6, 0.2);
  border-right-color: rgba(67, 184, 6, 0.2);
}

.border-x-green-500\/25 {
  border-left-color: rgba(67, 184, 6, 0.25);
  border-right-color: rgba(67, 184, 6, 0.25);
}

.border-x-green-500\/30 {
  border-left-color: rgba(67, 184, 6, 0.3);
  border-right-color: rgba(67, 184, 6, 0.3);
}

.border-x-green-500\/40 {
  border-left-color: rgba(67, 184, 6, 0.4);
  border-right-color: rgba(67, 184, 6, 0.4);
}

.border-x-green-500\/50 {
  border-left-color: rgba(67, 184, 6, 0.5);
  border-right-color: rgba(67, 184, 6, 0.5);
}

.border-x-green-500\/60 {
  border-left-color: rgba(67, 184, 6, 0.6);
  border-right-color: rgba(67, 184, 6, 0.6);
}

.border-x-green-500\/70 {
  border-left-color: rgba(67, 184, 6, 0.7);
  border-right-color: rgba(67, 184, 6, 0.7);
}

.border-x-green-500\/75 {
  border-left-color: rgba(67, 184, 6, 0.75);
  border-right-color: rgba(67, 184, 6, 0.75);
}

.border-x-green-500\/80 {
  border-left-color: rgba(67, 184, 6, 0.8);
  border-right-color: rgba(67, 184, 6, 0.8);
}

.border-x-green-500\/90 {
  border-left-color: rgba(67, 184, 6, 0.9);
  border-right-color: rgba(67, 184, 6, 0.9);
}

.border-x-green-500\/95 {
  border-left-color: rgba(67, 184, 6, 0.95);
  border-right-color: rgba(67, 184, 6, 0.95);
}

.border-x-green-500\/100 {
  border-left-color: #43b806;
  border-right-color: #43b806;
}

.border-x-green-600\/0 {
  border-left-color: rgba(48, 132, 6, 0);
  border-right-color: rgba(48, 132, 6, 0);
}

.border-x-green-600\/5 {
  border-left-color: rgba(48, 132, 6, 0.05);
  border-right-color: rgba(48, 132, 6, 0.05);
}

.border-x-green-600\/10 {
  border-left-color: rgba(48, 132, 6, 0.1);
  border-right-color: rgba(48, 132, 6, 0.1);
}

.border-x-green-600\/20 {
  border-left-color: rgba(48, 132, 6, 0.2);
  border-right-color: rgba(48, 132, 6, 0.2);
}

.border-x-green-600\/25 {
  border-left-color: rgba(48, 132, 6, 0.25);
  border-right-color: rgba(48, 132, 6, 0.25);
}

.border-x-green-600\/30 {
  border-left-color: rgba(48, 132, 6, 0.3);
  border-right-color: rgba(48, 132, 6, 0.3);
}

.border-x-green-600\/40 {
  border-left-color: rgba(48, 132, 6, 0.4);
  border-right-color: rgba(48, 132, 6, 0.4);
}

.border-x-green-600\/50 {
  border-left-color: rgba(48, 132, 6, 0.5);
  border-right-color: rgba(48, 132, 6, 0.5);
}

.border-x-green-600\/60 {
  border-left-color: rgba(48, 132, 6, 0.6);
  border-right-color: rgba(48, 132, 6, 0.6);
}

.border-x-green-600\/70 {
  border-left-color: rgba(48, 132, 6, 0.7);
  border-right-color: rgba(48, 132, 6, 0.7);
}

.border-x-green-600\/75 {
  border-left-color: rgba(48, 132, 6, 0.75);
  border-right-color: rgba(48, 132, 6, 0.75);
}

.border-x-green-600\/80 {
  border-left-color: rgba(48, 132, 6, 0.8);
  border-right-color: rgba(48, 132, 6, 0.8);
}

.border-x-green-600\/90 {
  border-left-color: rgba(48, 132, 6, 0.9);
  border-right-color: rgba(48, 132, 6, 0.9);
}

.border-x-green-600\/95 {
  border-left-color: rgba(48, 132, 6, 0.95);
  border-right-color: rgba(48, 132, 6, 0.95);
}

.border-x-green-600\/100 {
  border-left-color: #308406;
  border-right-color: #308406;
}

.border-x-green-700\/0 {
  border-left-color: rgba(39, 202, 64, 0);
  border-right-color: rgba(39, 202, 64, 0);
}

.border-x-green-700\/5 {
  border-left-color: rgba(39, 202, 64, 0.05);
  border-right-color: rgba(39, 202, 64, 0.05);
}

.border-x-green-700\/10 {
  border-left-color: rgba(39, 202, 64, 0.1);
  border-right-color: rgba(39, 202, 64, 0.1);
}

.border-x-green-700\/20 {
  border-left-color: rgba(39, 202, 64, 0.2);
  border-right-color: rgba(39, 202, 64, 0.2);
}

.border-x-green-700\/25 {
  border-left-color: rgba(39, 202, 64, 0.25);
  border-right-color: rgba(39, 202, 64, 0.25);
}

.border-x-green-700\/30 {
  border-left-color: rgba(39, 202, 64, 0.3);
  border-right-color: rgba(39, 202, 64, 0.3);
}

.border-x-green-700\/40 {
  border-left-color: rgba(39, 202, 64, 0.4);
  border-right-color: rgba(39, 202, 64, 0.4);
}

.border-x-green-700\/50 {
  border-left-color: rgba(39, 202, 64, 0.5);
  border-right-color: rgba(39, 202, 64, 0.5);
}

.border-x-green-700\/60 {
  border-left-color: rgba(39, 202, 64, 0.6);
  border-right-color: rgba(39, 202, 64, 0.6);
}

.border-x-green-700\/70 {
  border-left-color: rgba(39, 202, 64, 0.7);
  border-right-color: rgba(39, 202, 64, 0.7);
}

.border-x-green-700\/75 {
  border-left-color: rgba(39, 202, 64, 0.75);
  border-right-color: rgba(39, 202, 64, 0.75);
}

.border-x-green-700\/80 {
  border-left-color: rgba(39, 202, 64, 0.8);
  border-right-color: rgba(39, 202, 64, 0.8);
}

.border-x-green-700\/90 {
  border-left-color: rgba(39, 202, 64, 0.9);
  border-right-color: rgba(39, 202, 64, 0.9);
}

.border-x-green-700\/95 {
  border-left-color: rgba(39, 202, 64, 0.95);
  border-right-color: rgba(39, 202, 64, 0.95);
}

.border-x-green-700\/100 {
  border-left-color: #27ca40;
  border-right-color: #27ca40;
}

.border-x-grey-blue-500\/0 {
  border-left-color: rgba(95, 99, 104, 0);
  border-right-color: rgba(95, 99, 104, 0);
}

.border-x-grey-blue-500\/5 {
  border-left-color: rgba(95, 99, 104, 0.05);
  border-right-color: rgba(95, 99, 104, 0.05);
}

.border-x-grey-blue-500\/10 {
  border-left-color: rgba(95, 99, 104, 0.1);
  border-right-color: rgba(95, 99, 104, 0.1);
}

.border-x-grey-blue-500\/20 {
  border-left-color: rgba(95, 99, 104, 0.2);
  border-right-color: rgba(95, 99, 104, 0.2);
}

.border-x-grey-blue-500\/25 {
  border-left-color: rgba(95, 99, 104, 0.25);
  border-right-color: rgba(95, 99, 104, 0.25);
}

.border-x-grey-blue-500\/30 {
  border-left-color: rgba(95, 99, 104, 0.3);
  border-right-color: rgba(95, 99, 104, 0.3);
}

.border-x-grey-blue-500\/40 {
  border-left-color: rgba(95, 99, 104, 0.4);
  border-right-color: rgba(95, 99, 104, 0.4);
}

.border-x-grey-blue-500\/50 {
  border-left-color: rgba(95, 99, 104, 0.5);
  border-right-color: rgba(95, 99, 104, 0.5);
}

.border-x-grey-blue-500\/60 {
  border-left-color: rgba(95, 99, 104, 0.6);
  border-right-color: rgba(95, 99, 104, 0.6);
}

.border-x-grey-blue-500\/70 {
  border-left-color: rgba(95, 99, 104, 0.7);
  border-right-color: rgba(95, 99, 104, 0.7);
}

.border-x-grey-blue-500\/75 {
  border-left-color: rgba(95, 99, 104, 0.75);
  border-right-color: rgba(95, 99, 104, 0.75);
}

.border-x-grey-blue-500\/80 {
  border-left-color: rgba(95, 99, 104, 0.8);
  border-right-color: rgba(95, 99, 104, 0.8);
}

.border-x-grey-blue-500\/90 {
  border-left-color: rgba(95, 99, 104, 0.9);
  border-right-color: rgba(95, 99, 104, 0.9);
}

.border-x-grey-blue-500\/95 {
  border-left-color: rgba(95, 99, 104, 0.95);
  border-right-color: rgba(95, 99, 104, 0.95);
}

.border-x-grey-blue-500\/100 {
  border-left-color: #5f6368;
  border-right-color: #5f6368;
}

.border-x-grey-blue-600\/0 {
  border-left-color: rgba(54, 91, 114, 0);
  border-right-color: rgba(54, 91, 114, 0);
}

.border-x-grey-blue-600\/5 {
  border-left-color: rgba(54, 91, 114, 0.05);
  border-right-color: rgba(54, 91, 114, 0.05);
}

.border-x-grey-blue-600\/10 {
  border-left-color: rgba(54, 91, 114, 0.1);
  border-right-color: rgba(54, 91, 114, 0.1);
}

.border-x-grey-blue-600\/20 {
  border-left-color: rgba(54, 91, 114, 0.2);
  border-right-color: rgba(54, 91, 114, 0.2);
}

.border-x-grey-blue-600\/25 {
  border-left-color: rgba(54, 91, 114, 0.25);
  border-right-color: rgba(54, 91, 114, 0.25);
}

.border-x-grey-blue-600\/30 {
  border-left-color: rgba(54, 91, 114, 0.3);
  border-right-color: rgba(54, 91, 114, 0.3);
}

.border-x-grey-blue-600\/40 {
  border-left-color: rgba(54, 91, 114, 0.4);
  border-right-color: rgba(54, 91, 114, 0.4);
}

.border-x-grey-blue-600\/50 {
  border-left-color: rgba(54, 91, 114, 0.5);
  border-right-color: rgba(54, 91, 114, 0.5);
}

.border-x-grey-blue-600\/60 {
  border-left-color: rgba(54, 91, 114, 0.6);
  border-right-color: rgba(54, 91, 114, 0.6);
}

.border-x-grey-blue-600\/70 {
  border-left-color: rgba(54, 91, 114, 0.7);
  border-right-color: rgba(54, 91, 114, 0.7);
}

.border-x-grey-blue-600\/75 {
  border-left-color: rgba(54, 91, 114, 0.75);
  border-right-color: rgba(54, 91, 114, 0.75);
}

.border-x-grey-blue-600\/80 {
  border-left-color: rgba(54, 91, 114, 0.8);
  border-right-color: rgba(54, 91, 114, 0.8);
}

.border-x-grey-blue-600\/90 {
  border-left-color: rgba(54, 91, 114, 0.9);
  border-right-color: rgba(54, 91, 114, 0.9);
}

.border-x-grey-blue-600\/95 {
  border-left-color: rgba(54, 91, 114, 0.95);
  border-right-color: rgba(54, 91, 114, 0.95);
}

.border-x-grey-blue-600\/100 {
  border-left-color: #365b72;
  border-right-color: #365b72;
}

.border-x-grey-green-500\/0 {
  border-left-color: rgba(86, 94, 82, 0);
  border-right-color: rgba(86, 94, 82, 0);
}

.border-x-grey-green-500\/5 {
  border-left-color: rgba(86, 94, 82, 0.05);
  border-right-color: rgba(86, 94, 82, 0.05);
}

.border-x-grey-green-500\/10 {
  border-left-color: rgba(86, 94, 82, 0.1);
  border-right-color: rgba(86, 94, 82, 0.1);
}

.border-x-grey-green-500\/20 {
  border-left-color: rgba(86, 94, 82, 0.2);
  border-right-color: rgba(86, 94, 82, 0.2);
}

.border-x-grey-green-500\/25 {
  border-left-color: rgba(86, 94, 82, 0.25);
  border-right-color: rgba(86, 94, 82, 0.25);
}

.border-x-grey-green-500\/30 {
  border-left-color: rgba(86, 94, 82, 0.3);
  border-right-color: rgba(86, 94, 82, 0.3);
}

.border-x-grey-green-500\/40 {
  border-left-color: rgba(86, 94, 82, 0.4);
  border-right-color: rgba(86, 94, 82, 0.4);
}

.border-x-grey-green-500\/50 {
  border-left-color: rgba(86, 94, 82, 0.5);
  border-right-color: rgba(86, 94, 82, 0.5);
}

.border-x-grey-green-500\/60 {
  border-left-color: rgba(86, 94, 82, 0.6);
  border-right-color: rgba(86, 94, 82, 0.6);
}

.border-x-grey-green-500\/70 {
  border-left-color: rgba(86, 94, 82, 0.7);
  border-right-color: rgba(86, 94, 82, 0.7);
}

.border-x-grey-green-500\/75 {
  border-left-color: rgba(86, 94, 82, 0.75);
  border-right-color: rgba(86, 94, 82, 0.75);
}

.border-x-grey-green-500\/80 {
  border-left-color: rgba(86, 94, 82, 0.8);
  border-right-color: rgba(86, 94, 82, 0.8);
}

.border-x-grey-green-500\/90 {
  border-left-color: rgba(86, 94, 82, 0.9);
  border-right-color: rgba(86, 94, 82, 0.9);
}

.border-x-grey-green-500\/95 {
  border-left-color: rgba(86, 94, 82, 0.95);
  border-right-color: rgba(86, 94, 82, 0.95);
}

.border-x-grey-green-500\/100 {
  border-left-color: #565e52;
  border-right-color: #565e52;
}

.border-x-red-500\/0 {
  border-left-color: rgba(231, 8, 60, 0);
  border-right-color: rgba(231, 8, 60, 0);
}

.border-x-red-500\/5 {
  border-left-color: rgba(231, 8, 60, 0.05);
  border-right-color: rgba(231, 8, 60, 0.05);
}

.border-x-red-500\/10 {
  border-left-color: rgba(231, 8, 60, 0.1);
  border-right-color: rgba(231, 8, 60, 0.1);
}

.border-x-red-500\/20 {
  border-left-color: rgba(231, 8, 60, 0.2);
  border-right-color: rgba(231, 8, 60, 0.2);
}

.border-x-red-500\/25 {
  border-left-color: rgba(231, 8, 60, 0.25);
  border-right-color: rgba(231, 8, 60, 0.25);
}

.border-x-red-500\/30 {
  border-left-color: rgba(231, 8, 60, 0.3);
  border-right-color: rgba(231, 8, 60, 0.3);
}

.border-x-red-500\/40 {
  border-left-color: rgba(231, 8, 60, 0.4);
  border-right-color: rgba(231, 8, 60, 0.4);
}

.border-x-red-500\/50 {
  border-left-color: rgba(231, 8, 60, 0.5);
  border-right-color: rgba(231, 8, 60, 0.5);
}

.border-x-red-500\/60 {
  border-left-color: rgba(231, 8, 60, 0.6);
  border-right-color: rgba(231, 8, 60, 0.6);
}

.border-x-red-500\/70 {
  border-left-color: rgba(231, 8, 60, 0.7);
  border-right-color: rgba(231, 8, 60, 0.7);
}

.border-x-red-500\/75 {
  border-left-color: rgba(231, 8, 60, 0.75);
  border-right-color: rgba(231, 8, 60, 0.75);
}

.border-x-red-500\/80 {
  border-left-color: rgba(231, 8, 60, 0.8);
  border-right-color: rgba(231, 8, 60, 0.8);
}

.border-x-red-500\/90 {
  border-left-color: rgba(231, 8, 60, 0.9);
  border-right-color: rgba(231, 8, 60, 0.9);
}

.border-x-red-500\/95 {
  border-left-color: rgba(231, 8, 60, 0.95);
  border-right-color: rgba(231, 8, 60, 0.95);
}

.border-x-red-500\/100 {
  border-left-color: #e7083c;
  border-right-color: #e7083c;
}

.border-y-inherit {
  border-bottom-color: inherit;
  border-top-color: inherit;
}

.border-y-current {
  border-bottom-color: currentColor;
  border-top-color: currentColor;
}

.border-y-transparent {
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.border-y-white {
  border-bottom-color: #fafcfc;
  border-top-color: #fafcfc;
}

.border-y-black {
  border-bottom-color: #000;
  border-top-color: #000;
}

.border-y-blue-100 {
  border-bottom-color: #dfedf4;
  border-top-color: #dfedf4;
}

.border-y-blue-300 {
  border-bottom-color: #b4d9ed;
  border-top-color: #b4d9ed;
}

.border-y-blue-500 {
  border-bottom-color: #7cd0ff;
  border-top-color: #7cd0ff;
}

.border-y-blue-600 {
  border-bottom-color: #6ab3db;
  border-top-color: #6ab3db;
}

.border-y-blue-700 {
  border-bottom-color: #335669;
  border-top-color: #335669;
}

.border-y-blue-800 {
  border-bottom-color: #203642;
  border-top-color: #203642;
}

.border-y-blue-900 {
  border-bottom-color: #192a33;
  border-top-color: #192a33;
}

.border-y-grey-50 {
  border-bottom-color: #eef3f5;
  border-top-color: #eef3f5;
}

.border-y-grey-100 {
  border-bottom-color: #e9ebec;
  border-top-color: #e9ebec;
}

.border-y-grey-300 {
  border-bottom-color: #d3d7da;
  border-top-color: #d3d7da;
}

.border-y-grey-700 {
  border-bottom-color: #919191;
  border-top-color: #919191;
}

.border-y-green-200 {
  border-bottom-color: #d8eccd;
  border-top-color: #d8eccd;
}

.border-y-green-400 {
  border-bottom-color: #51de07;
  border-top-color: #51de07;
}

.border-y-green-500 {
  border-bottom-color: #43b806;
  border-top-color: #43b806;
}

.border-y-green-600 {
  border-bottom-color: #308406;
  border-top-color: #308406;
}

.border-y-green-700 {
  border-bottom-color: #27ca40;
  border-top-color: #27ca40;
}

.border-y-grey-blue-500 {
  border-bottom-color: #5f6368;
  border-top-color: #5f6368;
}

.border-y-grey-blue-600 {
  border-bottom-color: #365b72;
  border-top-color: #365b72;
}

.border-y-grey-green-500 {
  border-bottom-color: #565e52;
  border-top-color: #565e52;
}

.border-y-red-500 {
  border-bottom-color: #e7083c;
  border-top-color: #e7083c;
}

.border-y-transparent\/0 {
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.border-y-transparent\/5 {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(0, 0, 0, 0.05);
}

.border-y-transparent\/10 {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
}

.border-y-transparent\/20 {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
}

.border-y-transparent\/25 {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-color: rgba(0, 0, 0, 0.25);
}

.border-y-transparent\/30 {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.3);
}

.border-y-transparent\/40 {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.4);
}

.border-y-transparent\/50 {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
}

.border-y-transparent\/60 {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-top-color: rgba(0, 0, 0, 0.6);
}

.border-y-transparent\/70 {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
}

.border-y-transparent\/75 {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.75);
}

.border-y-transparent\/80 {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(0, 0, 0, 0.8);
}

.border-y-transparent\/90 {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-top-color: rgba(0, 0, 0, 0.9);
}

.border-y-transparent\/95 {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  border-top-color: rgba(0, 0, 0, 0.95);
}

.border-y-transparent\/100 {
  border-bottom-color: #000;
  border-top-color: #000;
}

.border-y-white\/0 {
  border-bottom-color: rgba(250, 252, 252, 0);
  border-top-color: rgba(250, 252, 252, 0);
}

.border-y-white\/5 {
  border-bottom-color: rgba(250, 252, 252, 0.05);
  border-top-color: rgba(250, 252, 252, 0.05);
}

.border-y-white\/10 {
  border-bottom-color: rgba(250, 252, 252, 0.1);
  border-top-color: rgba(250, 252, 252, 0.1);
}

.border-y-white\/20 {
  border-bottom-color: rgba(250, 252, 252, 0.2);
  border-top-color: rgba(250, 252, 252, 0.2);
}

.border-y-white\/25 {
  border-bottom-color: rgba(250, 252, 252, 0.25);
  border-top-color: rgba(250, 252, 252, 0.25);
}

.border-y-white\/30 {
  border-bottom-color: rgba(250, 252, 252, 0.3);
  border-top-color: rgba(250, 252, 252, 0.3);
}

.border-y-white\/40 {
  border-bottom-color: rgba(250, 252, 252, 0.4);
  border-top-color: rgba(250, 252, 252, 0.4);
}

.border-y-white\/50 {
  border-bottom-color: rgba(250, 252, 252, 0.5);
  border-top-color: rgba(250, 252, 252, 0.5);
}

.border-y-white\/60 {
  border-bottom-color: rgba(250, 252, 252, 0.6);
  border-top-color: rgba(250, 252, 252, 0.6);
}

.border-y-white\/70 {
  border-bottom-color: rgba(250, 252, 252, 0.7);
  border-top-color: rgba(250, 252, 252, 0.7);
}

.border-y-white\/75 {
  border-bottom-color: rgba(250, 252, 252, 0.75);
  border-top-color: rgba(250, 252, 252, 0.75);
}

.border-y-white\/80 {
  border-bottom-color: rgba(250, 252, 252, 0.8);
  border-top-color: rgba(250, 252, 252, 0.8);
}

.border-y-white\/90 {
  border-bottom-color: rgba(250, 252, 252, 0.9);
  border-top-color: rgba(250, 252, 252, 0.9);
}

.border-y-white\/95 {
  border-bottom-color: rgba(250, 252, 252, 0.95);
  border-top-color: rgba(250, 252, 252, 0.95);
}

.border-y-white\/100 {
  border-bottom-color: #fafcfc;
  border-top-color: #fafcfc;
}

.border-y-black\/0 {
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.border-y-black\/5 {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(0, 0, 0, 0.05);
}

.border-y-black\/10 {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
}

.border-y-black\/20 {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
}

.border-y-black\/25 {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-color: rgba(0, 0, 0, 0.25);
}

.border-y-black\/30 {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.3);
}

.border-y-black\/40 {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.4);
}

.border-y-black\/50 {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
}

.border-y-black\/60 {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-top-color: rgba(0, 0, 0, 0.6);
}

.border-y-black\/70 {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
}

.border-y-black\/75 {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.75);
}

.border-y-black\/80 {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(0, 0, 0, 0.8);
}

.border-y-black\/90 {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-top-color: rgba(0, 0, 0, 0.9);
}

.border-y-black\/95 {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  border-top-color: rgba(0, 0, 0, 0.95);
}

.border-y-black\/100 {
  border-bottom-color: #000;
  border-top-color: #000;
}

.border-y-blue-100\/0 {
  border-bottom-color: rgba(223, 237, 244, 0);
  border-top-color: rgba(223, 237, 244, 0);
}

.border-y-blue-100\/5 {
  border-bottom-color: rgba(223, 237, 244, 0.05);
  border-top-color: rgba(223, 237, 244, 0.05);
}

.border-y-blue-100\/10 {
  border-bottom-color: rgba(223, 237, 244, 0.1);
  border-top-color: rgba(223, 237, 244, 0.1);
}

.border-y-blue-100\/20 {
  border-bottom-color: rgba(223, 237, 244, 0.2);
  border-top-color: rgba(223, 237, 244, 0.2);
}

.border-y-blue-100\/25 {
  border-bottom-color: rgba(223, 237, 244, 0.25);
  border-top-color: rgba(223, 237, 244, 0.25);
}

.border-y-blue-100\/30 {
  border-bottom-color: rgba(223, 237, 244, 0.3);
  border-top-color: rgba(223, 237, 244, 0.3);
}

.border-y-blue-100\/40 {
  border-bottom-color: rgba(223, 237, 244, 0.4);
  border-top-color: rgba(223, 237, 244, 0.4);
}

.border-y-blue-100\/50 {
  border-bottom-color: rgba(223, 237, 244, 0.5);
  border-top-color: rgba(223, 237, 244, 0.5);
}

.border-y-blue-100\/60 {
  border-bottom-color: rgba(223, 237, 244, 0.6);
  border-top-color: rgba(223, 237, 244, 0.6);
}

.border-y-blue-100\/70 {
  border-bottom-color: rgba(223, 237, 244, 0.7);
  border-top-color: rgba(223, 237, 244, 0.7);
}

.border-y-blue-100\/75 {
  border-bottom-color: rgba(223, 237, 244, 0.75);
  border-top-color: rgba(223, 237, 244, 0.75);
}

.border-y-blue-100\/80 {
  border-bottom-color: rgba(223, 237, 244, 0.8);
  border-top-color: rgba(223, 237, 244, 0.8);
}

.border-y-blue-100\/90 {
  border-bottom-color: rgba(223, 237, 244, 0.9);
  border-top-color: rgba(223, 237, 244, 0.9);
}

.border-y-blue-100\/95 {
  border-bottom-color: rgba(223, 237, 244, 0.95);
  border-top-color: rgba(223, 237, 244, 0.95);
}

.border-y-blue-100\/100 {
  border-bottom-color: #dfedf4;
  border-top-color: #dfedf4;
}

.border-y-blue-300\/0 {
  border-bottom-color: rgba(180, 217, 237, 0);
  border-top-color: rgba(180, 217, 237, 0);
}

.border-y-blue-300\/5 {
  border-bottom-color: rgba(180, 217, 237, 0.05);
  border-top-color: rgba(180, 217, 237, 0.05);
}

.border-y-blue-300\/10 {
  border-bottom-color: rgba(180, 217, 237, 0.1);
  border-top-color: rgba(180, 217, 237, 0.1);
}

.border-y-blue-300\/20 {
  border-bottom-color: rgba(180, 217, 237, 0.2);
  border-top-color: rgba(180, 217, 237, 0.2);
}

.border-y-blue-300\/25 {
  border-bottom-color: rgba(180, 217, 237, 0.25);
  border-top-color: rgba(180, 217, 237, 0.25);
}

.border-y-blue-300\/30 {
  border-bottom-color: rgba(180, 217, 237, 0.3);
  border-top-color: rgba(180, 217, 237, 0.3);
}

.border-y-blue-300\/40 {
  border-bottom-color: rgba(180, 217, 237, 0.4);
  border-top-color: rgba(180, 217, 237, 0.4);
}

.border-y-blue-300\/50 {
  border-bottom-color: rgba(180, 217, 237, 0.5);
  border-top-color: rgba(180, 217, 237, 0.5);
}

.border-y-blue-300\/60 {
  border-bottom-color: rgba(180, 217, 237, 0.6);
  border-top-color: rgba(180, 217, 237, 0.6);
}

.border-y-blue-300\/70 {
  border-bottom-color: rgba(180, 217, 237, 0.7);
  border-top-color: rgba(180, 217, 237, 0.7);
}

.border-y-blue-300\/75 {
  border-bottom-color: rgba(180, 217, 237, 0.75);
  border-top-color: rgba(180, 217, 237, 0.75);
}

.border-y-blue-300\/80 {
  border-bottom-color: rgba(180, 217, 237, 0.8);
  border-top-color: rgba(180, 217, 237, 0.8);
}

.border-y-blue-300\/90 {
  border-bottom-color: rgba(180, 217, 237, 0.9);
  border-top-color: rgba(180, 217, 237, 0.9);
}

.border-y-blue-300\/95 {
  border-bottom-color: rgba(180, 217, 237, 0.95);
  border-top-color: rgba(180, 217, 237, 0.95);
}

.border-y-blue-300\/100 {
  border-bottom-color: #b4d9ed;
  border-top-color: #b4d9ed;
}

.border-y-blue-500\/0 {
  border-bottom-color: rgba(124, 208, 255, 0);
  border-top-color: rgba(124, 208, 255, 0);
}

.border-y-blue-500\/5 {
  border-bottom-color: rgba(124, 208, 255, 0.05);
  border-top-color: rgba(124, 208, 255, 0.05);
}

.border-y-blue-500\/10 {
  border-bottom-color: rgba(124, 208, 255, 0.1);
  border-top-color: rgba(124, 208, 255, 0.1);
}

.border-y-blue-500\/20 {
  border-bottom-color: rgba(124, 208, 255, 0.2);
  border-top-color: rgba(124, 208, 255, 0.2);
}

.border-y-blue-500\/25 {
  border-bottom-color: rgba(124, 208, 255, 0.25);
  border-top-color: rgba(124, 208, 255, 0.25);
}

.border-y-blue-500\/30 {
  border-bottom-color: rgba(124, 208, 255, 0.3);
  border-top-color: rgba(124, 208, 255, 0.3);
}

.border-y-blue-500\/40 {
  border-bottom-color: rgba(124, 208, 255, 0.4);
  border-top-color: rgba(124, 208, 255, 0.4);
}

.border-y-blue-500\/50 {
  border-bottom-color: rgba(124, 208, 255, 0.5);
  border-top-color: rgba(124, 208, 255, 0.5);
}

.border-y-blue-500\/60 {
  border-bottom-color: rgba(124, 208, 255, 0.6);
  border-top-color: rgba(124, 208, 255, 0.6);
}

.border-y-blue-500\/70 {
  border-bottom-color: rgba(124, 208, 255, 0.7);
  border-top-color: rgba(124, 208, 255, 0.7);
}

.border-y-blue-500\/75 {
  border-bottom-color: rgba(124, 208, 255, 0.75);
  border-top-color: rgba(124, 208, 255, 0.75);
}

.border-y-blue-500\/80 {
  border-bottom-color: rgba(124, 208, 255, 0.8);
  border-top-color: rgba(124, 208, 255, 0.8);
}

.border-y-blue-500\/90 {
  border-bottom-color: rgba(124, 208, 255, 0.9);
  border-top-color: rgba(124, 208, 255, 0.9);
}

.border-y-blue-500\/95 {
  border-bottom-color: rgba(124, 208, 255, 0.95);
  border-top-color: rgba(124, 208, 255, 0.95);
}

.border-y-blue-500\/100 {
  border-bottom-color: #7cd0ff;
  border-top-color: #7cd0ff;
}

.border-y-blue-600\/0 {
  border-bottom-color: rgba(106, 179, 219, 0);
  border-top-color: rgba(106, 179, 219, 0);
}

.border-y-blue-600\/5 {
  border-bottom-color: rgba(106, 179, 219, 0.05);
  border-top-color: rgba(106, 179, 219, 0.05);
}

.border-y-blue-600\/10 {
  border-bottom-color: rgba(106, 179, 219, 0.1);
  border-top-color: rgba(106, 179, 219, 0.1);
}

.border-y-blue-600\/20 {
  border-bottom-color: rgba(106, 179, 219, 0.2);
  border-top-color: rgba(106, 179, 219, 0.2);
}

.border-y-blue-600\/25 {
  border-bottom-color: rgba(106, 179, 219, 0.25);
  border-top-color: rgba(106, 179, 219, 0.25);
}

.border-y-blue-600\/30 {
  border-bottom-color: rgba(106, 179, 219, 0.3);
  border-top-color: rgba(106, 179, 219, 0.3);
}

.border-y-blue-600\/40 {
  border-bottom-color: rgba(106, 179, 219, 0.4);
  border-top-color: rgba(106, 179, 219, 0.4);
}

.border-y-blue-600\/50 {
  border-bottom-color: rgba(106, 179, 219, 0.5);
  border-top-color: rgba(106, 179, 219, 0.5);
}

.border-y-blue-600\/60 {
  border-bottom-color: rgba(106, 179, 219, 0.6);
  border-top-color: rgba(106, 179, 219, 0.6);
}

.border-y-blue-600\/70 {
  border-bottom-color: rgba(106, 179, 219, 0.7);
  border-top-color: rgba(106, 179, 219, 0.7);
}

.border-y-blue-600\/75 {
  border-bottom-color: rgba(106, 179, 219, 0.75);
  border-top-color: rgba(106, 179, 219, 0.75);
}

.border-y-blue-600\/80 {
  border-bottom-color: rgba(106, 179, 219, 0.8);
  border-top-color: rgba(106, 179, 219, 0.8);
}

.border-y-blue-600\/90 {
  border-bottom-color: rgba(106, 179, 219, 0.9);
  border-top-color: rgba(106, 179, 219, 0.9);
}

.border-y-blue-600\/95 {
  border-bottom-color: rgba(106, 179, 219, 0.95);
  border-top-color: rgba(106, 179, 219, 0.95);
}

.border-y-blue-600\/100 {
  border-bottom-color: #6ab3db;
  border-top-color: #6ab3db;
}

.border-y-blue-700\/0 {
  border-bottom-color: rgba(51, 86, 105, 0);
  border-top-color: rgba(51, 86, 105, 0);
}

.border-y-blue-700\/5 {
  border-bottom-color: rgba(51, 86, 105, 0.05);
  border-top-color: rgba(51, 86, 105, 0.05);
}

.border-y-blue-700\/10 {
  border-bottom-color: rgba(51, 86, 105, 0.1);
  border-top-color: rgba(51, 86, 105, 0.1);
}

.border-y-blue-700\/20 {
  border-bottom-color: rgba(51, 86, 105, 0.2);
  border-top-color: rgba(51, 86, 105, 0.2);
}

.border-y-blue-700\/25 {
  border-bottom-color: rgba(51, 86, 105, 0.25);
  border-top-color: rgba(51, 86, 105, 0.25);
}

.border-y-blue-700\/30 {
  border-bottom-color: rgba(51, 86, 105, 0.3);
  border-top-color: rgba(51, 86, 105, 0.3);
}

.border-y-blue-700\/40 {
  border-bottom-color: rgba(51, 86, 105, 0.4);
  border-top-color: rgba(51, 86, 105, 0.4);
}

.border-y-blue-700\/50 {
  border-bottom-color: rgba(51, 86, 105, 0.5);
  border-top-color: rgba(51, 86, 105, 0.5);
}

.border-y-blue-700\/60 {
  border-bottom-color: rgba(51, 86, 105, 0.6);
  border-top-color: rgba(51, 86, 105, 0.6);
}

.border-y-blue-700\/70 {
  border-bottom-color: rgba(51, 86, 105, 0.7);
  border-top-color: rgba(51, 86, 105, 0.7);
}

.border-y-blue-700\/75 {
  border-bottom-color: rgba(51, 86, 105, 0.75);
  border-top-color: rgba(51, 86, 105, 0.75);
}

.border-y-blue-700\/80 {
  border-bottom-color: rgba(51, 86, 105, 0.8);
  border-top-color: rgba(51, 86, 105, 0.8);
}

.border-y-blue-700\/90 {
  border-bottom-color: rgba(51, 86, 105, 0.9);
  border-top-color: rgba(51, 86, 105, 0.9);
}

.border-y-blue-700\/95 {
  border-bottom-color: rgba(51, 86, 105, 0.95);
  border-top-color: rgba(51, 86, 105, 0.95);
}

.border-y-blue-700\/100 {
  border-bottom-color: #335669;
  border-top-color: #335669;
}

.border-y-blue-800\/0 {
  border-bottom-color: rgba(32, 54, 66, 0);
  border-top-color: rgba(32, 54, 66, 0);
}

.border-y-blue-800\/5 {
  border-bottom-color: rgba(32, 54, 66, 0.05);
  border-top-color: rgba(32, 54, 66, 0.05);
}

.border-y-blue-800\/10 {
  border-bottom-color: rgba(32, 54, 66, 0.1);
  border-top-color: rgba(32, 54, 66, 0.1);
}

.border-y-blue-800\/20 {
  border-bottom-color: rgba(32, 54, 66, 0.2);
  border-top-color: rgba(32, 54, 66, 0.2);
}

.border-y-blue-800\/25 {
  border-bottom-color: rgba(32, 54, 66, 0.25);
  border-top-color: rgba(32, 54, 66, 0.25);
}

.border-y-blue-800\/30 {
  border-bottom-color: rgba(32, 54, 66, 0.3);
  border-top-color: rgba(32, 54, 66, 0.3);
}

.border-y-blue-800\/40 {
  border-bottom-color: rgba(32, 54, 66, 0.4);
  border-top-color: rgba(32, 54, 66, 0.4);
}

.border-y-blue-800\/50 {
  border-bottom-color: rgba(32, 54, 66, 0.5);
  border-top-color: rgba(32, 54, 66, 0.5);
}

.border-y-blue-800\/60 {
  border-bottom-color: rgba(32, 54, 66, 0.6);
  border-top-color: rgba(32, 54, 66, 0.6);
}

.border-y-blue-800\/70 {
  border-bottom-color: rgba(32, 54, 66, 0.7);
  border-top-color: rgba(32, 54, 66, 0.7);
}

.border-y-blue-800\/75 {
  border-bottom-color: rgba(32, 54, 66, 0.75);
  border-top-color: rgba(32, 54, 66, 0.75);
}

.border-y-blue-800\/80 {
  border-bottom-color: rgba(32, 54, 66, 0.8);
  border-top-color: rgba(32, 54, 66, 0.8);
}

.border-y-blue-800\/90 {
  border-bottom-color: rgba(32, 54, 66, 0.9);
  border-top-color: rgba(32, 54, 66, 0.9);
}

.border-y-blue-800\/95 {
  border-bottom-color: rgba(32, 54, 66, 0.95);
  border-top-color: rgba(32, 54, 66, 0.95);
}

.border-y-blue-800\/100 {
  border-bottom-color: #203642;
  border-top-color: #203642;
}

.border-y-blue-900\/0 {
  border-bottom-color: rgba(25, 42, 51, 0);
  border-top-color: rgba(25, 42, 51, 0);
}

.border-y-blue-900\/5 {
  border-bottom-color: rgba(25, 42, 51, 0.05);
  border-top-color: rgba(25, 42, 51, 0.05);
}

.border-y-blue-900\/10 {
  border-bottom-color: rgba(25, 42, 51, 0.1);
  border-top-color: rgba(25, 42, 51, 0.1);
}

.border-y-blue-900\/20 {
  border-bottom-color: rgba(25, 42, 51, 0.2);
  border-top-color: rgba(25, 42, 51, 0.2);
}

.border-y-blue-900\/25 {
  border-bottom-color: rgba(25, 42, 51, 0.25);
  border-top-color: rgba(25, 42, 51, 0.25);
}

.border-y-blue-900\/30 {
  border-bottom-color: rgba(25, 42, 51, 0.3);
  border-top-color: rgba(25, 42, 51, 0.3);
}

.border-y-blue-900\/40 {
  border-bottom-color: rgba(25, 42, 51, 0.4);
  border-top-color: rgba(25, 42, 51, 0.4);
}

.border-y-blue-900\/50 {
  border-bottom-color: rgba(25, 42, 51, 0.5);
  border-top-color: rgba(25, 42, 51, 0.5);
}

.border-y-blue-900\/60 {
  border-bottom-color: rgba(25, 42, 51, 0.6);
  border-top-color: rgba(25, 42, 51, 0.6);
}

.border-y-blue-900\/70 {
  border-bottom-color: rgba(25, 42, 51, 0.7);
  border-top-color: rgba(25, 42, 51, 0.7);
}

.border-y-blue-900\/75 {
  border-bottom-color: rgba(25, 42, 51, 0.75);
  border-top-color: rgba(25, 42, 51, 0.75);
}

.border-y-blue-900\/80 {
  border-bottom-color: rgba(25, 42, 51, 0.8);
  border-top-color: rgba(25, 42, 51, 0.8);
}

.border-y-blue-900\/90 {
  border-bottom-color: rgba(25, 42, 51, 0.9);
  border-top-color: rgba(25, 42, 51, 0.9);
}

.border-y-blue-900\/95 {
  border-bottom-color: rgba(25, 42, 51, 0.95);
  border-top-color: rgba(25, 42, 51, 0.95);
}

.border-y-blue-900\/100 {
  border-bottom-color: #192a33;
  border-top-color: #192a33;
}

.border-y-grey-50\/0 {
  border-bottom-color: rgba(238, 243, 245, 0);
  border-top-color: rgba(238, 243, 245, 0);
}

.border-y-grey-50\/5 {
  border-bottom-color: rgba(238, 243, 245, 0.05);
  border-top-color: rgba(238, 243, 245, 0.05);
}

.border-y-grey-50\/10 {
  border-bottom-color: rgba(238, 243, 245, 0.1);
  border-top-color: rgba(238, 243, 245, 0.1);
}

.border-y-grey-50\/20 {
  border-bottom-color: rgba(238, 243, 245, 0.2);
  border-top-color: rgba(238, 243, 245, 0.2);
}

.border-y-grey-50\/25 {
  border-bottom-color: rgba(238, 243, 245, 0.25);
  border-top-color: rgba(238, 243, 245, 0.25);
}

.border-y-grey-50\/30 {
  border-bottom-color: rgba(238, 243, 245, 0.3);
  border-top-color: rgba(238, 243, 245, 0.3);
}

.border-y-grey-50\/40 {
  border-bottom-color: rgba(238, 243, 245, 0.4);
  border-top-color: rgba(238, 243, 245, 0.4);
}

.border-y-grey-50\/50 {
  border-bottom-color: rgba(238, 243, 245, 0.5);
  border-top-color: rgba(238, 243, 245, 0.5);
}

.border-y-grey-50\/60 {
  border-bottom-color: rgba(238, 243, 245, 0.6);
  border-top-color: rgba(238, 243, 245, 0.6);
}

.border-y-grey-50\/70 {
  border-bottom-color: rgba(238, 243, 245, 0.7);
  border-top-color: rgba(238, 243, 245, 0.7);
}

.border-y-grey-50\/75 {
  border-bottom-color: rgba(238, 243, 245, 0.75);
  border-top-color: rgba(238, 243, 245, 0.75);
}

.border-y-grey-50\/80 {
  border-bottom-color: rgba(238, 243, 245, 0.8);
  border-top-color: rgba(238, 243, 245, 0.8);
}

.border-y-grey-50\/90 {
  border-bottom-color: rgba(238, 243, 245, 0.9);
  border-top-color: rgba(238, 243, 245, 0.9);
}

.border-y-grey-50\/95 {
  border-bottom-color: rgba(238, 243, 245, 0.95);
  border-top-color: rgba(238, 243, 245, 0.95);
}

.border-y-grey-50\/100 {
  border-bottom-color: #eef3f5;
  border-top-color: #eef3f5;
}

.border-y-grey-100\/0 {
  border-bottom-color: hsla(200, 7%, 92%, 0);
  border-top-color: hsla(200, 7%, 92%, 0);
}

.border-y-grey-100\/5 {
  border-bottom-color: hsla(200, 7%, 92%, 0.05);
  border-top-color: hsla(200, 7%, 92%, 0.05);
}

.border-y-grey-100\/10 {
  border-bottom-color: hsla(200, 7%, 92%, 0.1);
  border-top-color: hsla(200, 7%, 92%, 0.1);
}

.border-y-grey-100\/20 {
  border-bottom-color: hsla(200, 7%, 92%, 0.2);
  border-top-color: hsla(200, 7%, 92%, 0.2);
}

.border-y-grey-100\/25 {
  border-bottom-color: hsla(200, 7%, 92%, 0.25);
  border-top-color: hsla(200, 7%, 92%, 0.25);
}

.border-y-grey-100\/30 {
  border-bottom-color: hsla(200, 7%, 92%, 0.3);
  border-top-color: hsla(200, 7%, 92%, 0.3);
}

.border-y-grey-100\/40 {
  border-bottom-color: hsla(200, 7%, 92%, 0.4);
  border-top-color: hsla(200, 7%, 92%, 0.4);
}

.border-y-grey-100\/50 {
  border-bottom-color: hsla(200, 7%, 92%, 0.5);
  border-top-color: hsla(200, 7%, 92%, 0.5);
}

.border-y-grey-100\/60 {
  border-bottom-color: hsla(200, 7%, 92%, 0.6);
  border-top-color: hsla(200, 7%, 92%, 0.6);
}

.border-y-grey-100\/70 {
  border-bottom-color: hsla(200, 7%, 92%, 0.7);
  border-top-color: hsla(200, 7%, 92%, 0.7);
}

.border-y-grey-100\/75 {
  border-bottom-color: hsla(200, 7%, 92%, 0.75);
  border-top-color: hsla(200, 7%, 92%, 0.75);
}

.border-y-grey-100\/80 {
  border-bottom-color: hsla(200, 7%, 92%, 0.8);
  border-top-color: hsla(200, 7%, 92%, 0.8);
}

.border-y-grey-100\/90 {
  border-bottom-color: hsla(200, 7%, 92%, 0.9);
  border-top-color: hsla(200, 7%, 92%, 0.9);
}

.border-y-grey-100\/95 {
  border-bottom-color: hsla(200, 7%, 92%, 0.95);
  border-top-color: hsla(200, 7%, 92%, 0.95);
}

.border-y-grey-100\/100 {
  border-bottom-color: #e9ebec;
  border-top-color: #e9ebec;
}

.border-y-grey-300\/0 {
  border-bottom-color: hsla(206, 9%, 84%, 0);
  border-top-color: hsla(206, 9%, 84%, 0);
}

.border-y-grey-300\/5 {
  border-bottom-color: hsla(206, 9%, 84%, 0.05);
  border-top-color: hsla(206, 9%, 84%, 0.05);
}

.border-y-grey-300\/10 {
  border-bottom-color: hsla(206, 9%, 84%, 0.1);
  border-top-color: hsla(206, 9%, 84%, 0.1);
}

.border-y-grey-300\/20 {
  border-bottom-color: hsla(206, 9%, 84%, 0.2);
  border-top-color: hsla(206, 9%, 84%, 0.2);
}

.border-y-grey-300\/25 {
  border-bottom-color: hsla(206, 9%, 84%, 0.25);
  border-top-color: hsla(206, 9%, 84%, 0.25);
}

.border-y-grey-300\/30 {
  border-bottom-color: hsla(206, 9%, 84%, 0.3);
  border-top-color: hsla(206, 9%, 84%, 0.3);
}

.border-y-grey-300\/40 {
  border-bottom-color: hsla(206, 9%, 84%, 0.4);
  border-top-color: hsla(206, 9%, 84%, 0.4);
}

.border-y-grey-300\/50 {
  border-bottom-color: hsla(206, 9%, 84%, 0.5);
  border-top-color: hsla(206, 9%, 84%, 0.5);
}

.border-y-grey-300\/60 {
  border-bottom-color: hsla(206, 9%, 84%, 0.6);
  border-top-color: hsla(206, 9%, 84%, 0.6);
}

.border-y-grey-300\/70 {
  border-bottom-color: hsla(206, 9%, 84%, 0.7);
  border-top-color: hsla(206, 9%, 84%, 0.7);
}

.border-y-grey-300\/75 {
  border-bottom-color: hsla(206, 9%, 84%, 0.75);
  border-top-color: hsla(206, 9%, 84%, 0.75);
}

.border-y-grey-300\/80 {
  border-bottom-color: hsla(206, 9%, 84%, 0.8);
  border-top-color: hsla(206, 9%, 84%, 0.8);
}

.border-y-grey-300\/90 {
  border-bottom-color: hsla(206, 9%, 84%, 0.9);
  border-top-color: hsla(206, 9%, 84%, 0.9);
}

.border-y-grey-300\/95 {
  border-bottom-color: hsla(206, 9%, 84%, 0.95);
  border-top-color: hsla(206, 9%, 84%, 0.95);
}

.border-y-grey-300\/100 {
  border-bottom-color: #d3d7da;
  border-top-color: #d3d7da;
}

.border-y-grey-700\/0 {
  border-bottom-color: hsla(0, 0%, 57%, 0);
  border-top-color: hsla(0, 0%, 57%, 0);
}

.border-y-grey-700\/5 {
  border-bottom-color: hsla(0, 0%, 57%, 0.05);
  border-top-color: hsla(0, 0%, 57%, 0.05);
}

.border-y-grey-700\/10 {
  border-bottom-color: hsla(0, 0%, 57%, 0.1);
  border-top-color: hsla(0, 0%, 57%, 0.1);
}

.border-y-grey-700\/20 {
  border-bottom-color: hsla(0, 0%, 57%, 0.2);
  border-top-color: hsla(0, 0%, 57%, 0.2);
}

.border-y-grey-700\/25 {
  border-bottom-color: hsla(0, 0%, 57%, 0.25);
  border-top-color: hsla(0, 0%, 57%, 0.25);
}

.border-y-grey-700\/30 {
  border-bottom-color: hsla(0, 0%, 57%, 0.3);
  border-top-color: hsla(0, 0%, 57%, 0.3);
}

.border-y-grey-700\/40 {
  border-bottom-color: hsla(0, 0%, 57%, 0.4);
  border-top-color: hsla(0, 0%, 57%, 0.4);
}

.border-y-grey-700\/50 {
  border-bottom-color: hsla(0, 0%, 57%, 0.5);
  border-top-color: hsla(0, 0%, 57%, 0.5);
}

.border-y-grey-700\/60 {
  border-bottom-color: hsla(0, 0%, 57%, 0.6);
  border-top-color: hsla(0, 0%, 57%, 0.6);
}

.border-y-grey-700\/70 {
  border-bottom-color: hsla(0, 0%, 57%, 0.7);
  border-top-color: hsla(0, 0%, 57%, 0.7);
}

.border-y-grey-700\/75 {
  border-bottom-color: hsla(0, 0%, 57%, 0.75);
  border-top-color: hsla(0, 0%, 57%, 0.75);
}

.border-y-grey-700\/80 {
  border-bottom-color: hsla(0, 0%, 57%, 0.8);
  border-top-color: hsla(0, 0%, 57%, 0.8);
}

.border-y-grey-700\/90 {
  border-bottom-color: hsla(0, 0%, 57%, 0.9);
  border-top-color: hsla(0, 0%, 57%, 0.9);
}

.border-y-grey-700\/95 {
  border-bottom-color: hsla(0, 0%, 57%, 0.95);
  border-top-color: hsla(0, 0%, 57%, 0.95);
}

.border-y-grey-700\/100 {
  border-bottom-color: #919191;
  border-top-color: #919191;
}

.border-y-green-200\/0 {
  border-bottom-color: hsla(99, 45%, 86%, 0);
  border-top-color: hsla(99, 45%, 86%, 0);
}

.border-y-green-200\/5 {
  border-bottom-color: hsla(99, 45%, 86%, 0.05);
  border-top-color: hsla(99, 45%, 86%, 0.05);
}

.border-y-green-200\/10 {
  border-bottom-color: hsla(99, 45%, 86%, 0.1);
  border-top-color: hsla(99, 45%, 86%, 0.1);
}

.border-y-green-200\/20 {
  border-bottom-color: hsla(99, 45%, 86%, 0.2);
  border-top-color: hsla(99, 45%, 86%, 0.2);
}

.border-y-green-200\/25 {
  border-bottom-color: hsla(99, 45%, 86%, 0.25);
  border-top-color: hsla(99, 45%, 86%, 0.25);
}

.border-y-green-200\/30 {
  border-bottom-color: hsla(99, 45%, 86%, 0.3);
  border-top-color: hsla(99, 45%, 86%, 0.3);
}

.border-y-green-200\/40 {
  border-bottom-color: hsla(99, 45%, 86%, 0.4);
  border-top-color: hsla(99, 45%, 86%, 0.4);
}

.border-y-green-200\/50 {
  border-bottom-color: hsla(99, 45%, 86%, 0.5);
  border-top-color: hsla(99, 45%, 86%, 0.5);
}

.border-y-green-200\/60 {
  border-bottom-color: hsla(99, 45%, 86%, 0.6);
  border-top-color: hsla(99, 45%, 86%, 0.6);
}

.border-y-green-200\/70 {
  border-bottom-color: hsla(99, 45%, 86%, 0.7);
  border-top-color: hsla(99, 45%, 86%, 0.7);
}

.border-y-green-200\/75 {
  border-bottom-color: hsla(99, 45%, 86%, 0.75);
  border-top-color: hsla(99, 45%, 86%, 0.75);
}

.border-y-green-200\/80 {
  border-bottom-color: hsla(99, 45%, 86%, 0.8);
  border-top-color: hsla(99, 45%, 86%, 0.8);
}

.border-y-green-200\/90 {
  border-bottom-color: hsla(99, 45%, 86%, 0.9);
  border-top-color: hsla(99, 45%, 86%, 0.9);
}

.border-y-green-200\/95 {
  border-bottom-color: hsla(99, 45%, 86%, 0.95);
  border-top-color: hsla(99, 45%, 86%, 0.95);
}

.border-y-green-200\/100 {
  border-bottom-color: #d8eccd;
  border-top-color: #d8eccd;
}

.border-y-green-400\/0 {
  border-bottom-color: rgba(81, 222, 7, 0);
  border-top-color: rgba(81, 222, 7, 0);
}

.border-y-green-400\/5 {
  border-bottom-color: rgba(81, 222, 7, 0.05);
  border-top-color: rgba(81, 222, 7, 0.05);
}

.border-y-green-400\/10 {
  border-bottom-color: rgba(81, 222, 7, 0.1);
  border-top-color: rgba(81, 222, 7, 0.1);
}

.border-y-green-400\/20 {
  border-bottom-color: rgba(81, 222, 7, 0.2);
  border-top-color: rgba(81, 222, 7, 0.2);
}

.border-y-green-400\/25 {
  border-bottom-color: rgba(81, 222, 7, 0.25);
  border-top-color: rgba(81, 222, 7, 0.25);
}

.border-y-green-400\/30 {
  border-bottom-color: rgba(81, 222, 7, 0.3);
  border-top-color: rgba(81, 222, 7, 0.3);
}

.border-y-green-400\/40 {
  border-bottom-color: rgba(81, 222, 7, 0.4);
  border-top-color: rgba(81, 222, 7, 0.4);
}

.border-y-green-400\/50 {
  border-bottom-color: rgba(81, 222, 7, 0.5);
  border-top-color: rgba(81, 222, 7, 0.5);
}

.border-y-green-400\/60 {
  border-bottom-color: rgba(81, 222, 7, 0.6);
  border-top-color: rgba(81, 222, 7, 0.6);
}

.border-y-green-400\/70 {
  border-bottom-color: rgba(81, 222, 7, 0.7);
  border-top-color: rgba(81, 222, 7, 0.7);
}

.border-y-green-400\/75 {
  border-bottom-color: rgba(81, 222, 7, 0.75);
  border-top-color: rgba(81, 222, 7, 0.75);
}

.border-y-green-400\/80 {
  border-bottom-color: rgba(81, 222, 7, 0.8);
  border-top-color: rgba(81, 222, 7, 0.8);
}

.border-y-green-400\/90 {
  border-bottom-color: rgba(81, 222, 7, 0.9);
  border-top-color: rgba(81, 222, 7, 0.9);
}

.border-y-green-400\/95 {
  border-bottom-color: rgba(81, 222, 7, 0.95);
  border-top-color: rgba(81, 222, 7, 0.95);
}

.border-y-green-400\/100 {
  border-bottom-color: #51de07;
  border-top-color: #51de07;
}

.border-y-green-500\/0 {
  border-bottom-color: rgba(67, 184, 6, 0);
  border-top-color: rgba(67, 184, 6, 0);
}

.border-y-green-500\/5 {
  border-bottom-color: rgba(67, 184, 6, 0.05);
  border-top-color: rgba(67, 184, 6, 0.05);
}

.border-y-green-500\/10 {
  border-bottom-color: rgba(67, 184, 6, 0.1);
  border-top-color: rgba(67, 184, 6, 0.1);
}

.border-y-green-500\/20 {
  border-bottom-color: rgba(67, 184, 6, 0.2);
  border-top-color: rgba(67, 184, 6, 0.2);
}

.border-y-green-500\/25 {
  border-bottom-color: rgba(67, 184, 6, 0.25);
  border-top-color: rgba(67, 184, 6, 0.25);
}

.border-y-green-500\/30 {
  border-bottom-color: rgba(67, 184, 6, 0.3);
  border-top-color: rgba(67, 184, 6, 0.3);
}

.border-y-green-500\/40 {
  border-bottom-color: rgba(67, 184, 6, 0.4);
  border-top-color: rgba(67, 184, 6, 0.4);
}

.border-y-green-500\/50 {
  border-bottom-color: rgba(67, 184, 6, 0.5);
  border-top-color: rgba(67, 184, 6, 0.5);
}

.border-y-green-500\/60 {
  border-bottom-color: rgba(67, 184, 6, 0.6);
  border-top-color: rgba(67, 184, 6, 0.6);
}

.border-y-green-500\/70 {
  border-bottom-color: rgba(67, 184, 6, 0.7);
  border-top-color: rgba(67, 184, 6, 0.7);
}

.border-y-green-500\/75 {
  border-bottom-color: rgba(67, 184, 6, 0.75);
  border-top-color: rgba(67, 184, 6, 0.75);
}

.border-y-green-500\/80 {
  border-bottom-color: rgba(67, 184, 6, 0.8);
  border-top-color: rgba(67, 184, 6, 0.8);
}

.border-y-green-500\/90 {
  border-bottom-color: rgba(67, 184, 6, 0.9);
  border-top-color: rgba(67, 184, 6, 0.9);
}

.border-y-green-500\/95 {
  border-bottom-color: rgba(67, 184, 6, 0.95);
  border-top-color: rgba(67, 184, 6, 0.95);
}

.border-y-green-500\/100 {
  border-bottom-color: #43b806;
  border-top-color: #43b806;
}

.border-y-green-600\/0 {
  border-bottom-color: rgba(48, 132, 6, 0);
  border-top-color: rgba(48, 132, 6, 0);
}

.border-y-green-600\/5 {
  border-bottom-color: rgba(48, 132, 6, 0.05);
  border-top-color: rgba(48, 132, 6, 0.05);
}

.border-y-green-600\/10 {
  border-bottom-color: rgba(48, 132, 6, 0.1);
  border-top-color: rgba(48, 132, 6, 0.1);
}

.border-y-green-600\/20 {
  border-bottom-color: rgba(48, 132, 6, 0.2);
  border-top-color: rgba(48, 132, 6, 0.2);
}

.border-y-green-600\/25 {
  border-bottom-color: rgba(48, 132, 6, 0.25);
  border-top-color: rgba(48, 132, 6, 0.25);
}

.border-y-green-600\/30 {
  border-bottom-color: rgba(48, 132, 6, 0.3);
  border-top-color: rgba(48, 132, 6, 0.3);
}

.border-y-green-600\/40 {
  border-bottom-color: rgba(48, 132, 6, 0.4);
  border-top-color: rgba(48, 132, 6, 0.4);
}

.border-y-green-600\/50 {
  border-bottom-color: rgba(48, 132, 6, 0.5);
  border-top-color: rgba(48, 132, 6, 0.5);
}

.border-y-green-600\/60 {
  border-bottom-color: rgba(48, 132, 6, 0.6);
  border-top-color: rgba(48, 132, 6, 0.6);
}

.border-y-green-600\/70 {
  border-bottom-color: rgba(48, 132, 6, 0.7);
  border-top-color: rgba(48, 132, 6, 0.7);
}

.border-y-green-600\/75 {
  border-bottom-color: rgba(48, 132, 6, 0.75);
  border-top-color: rgba(48, 132, 6, 0.75);
}

.border-y-green-600\/80 {
  border-bottom-color: rgba(48, 132, 6, 0.8);
  border-top-color: rgba(48, 132, 6, 0.8);
}

.border-y-green-600\/90 {
  border-bottom-color: rgba(48, 132, 6, 0.9);
  border-top-color: rgba(48, 132, 6, 0.9);
}

.border-y-green-600\/95 {
  border-bottom-color: rgba(48, 132, 6, 0.95);
  border-top-color: rgba(48, 132, 6, 0.95);
}

.border-y-green-600\/100 {
  border-bottom-color: #308406;
  border-top-color: #308406;
}

.border-y-green-700\/0 {
  border-bottom-color: rgba(39, 202, 64, 0);
  border-top-color: rgba(39, 202, 64, 0);
}

.border-y-green-700\/5 {
  border-bottom-color: rgba(39, 202, 64, 0.05);
  border-top-color: rgba(39, 202, 64, 0.05);
}

.border-y-green-700\/10 {
  border-bottom-color: rgba(39, 202, 64, 0.1);
  border-top-color: rgba(39, 202, 64, 0.1);
}

.border-y-green-700\/20 {
  border-bottom-color: rgba(39, 202, 64, 0.2);
  border-top-color: rgba(39, 202, 64, 0.2);
}

.border-y-green-700\/25 {
  border-bottom-color: rgba(39, 202, 64, 0.25);
  border-top-color: rgba(39, 202, 64, 0.25);
}

.border-y-green-700\/30 {
  border-bottom-color: rgba(39, 202, 64, 0.3);
  border-top-color: rgba(39, 202, 64, 0.3);
}

.border-y-green-700\/40 {
  border-bottom-color: rgba(39, 202, 64, 0.4);
  border-top-color: rgba(39, 202, 64, 0.4);
}

.border-y-green-700\/50 {
  border-bottom-color: rgba(39, 202, 64, 0.5);
  border-top-color: rgba(39, 202, 64, 0.5);
}

.border-y-green-700\/60 {
  border-bottom-color: rgba(39, 202, 64, 0.6);
  border-top-color: rgba(39, 202, 64, 0.6);
}

.border-y-green-700\/70 {
  border-bottom-color: rgba(39, 202, 64, 0.7);
  border-top-color: rgba(39, 202, 64, 0.7);
}

.border-y-green-700\/75 {
  border-bottom-color: rgba(39, 202, 64, 0.75);
  border-top-color: rgba(39, 202, 64, 0.75);
}

.border-y-green-700\/80 {
  border-bottom-color: rgba(39, 202, 64, 0.8);
  border-top-color: rgba(39, 202, 64, 0.8);
}

.border-y-green-700\/90 {
  border-bottom-color: rgba(39, 202, 64, 0.9);
  border-top-color: rgba(39, 202, 64, 0.9);
}

.border-y-green-700\/95 {
  border-bottom-color: rgba(39, 202, 64, 0.95);
  border-top-color: rgba(39, 202, 64, 0.95);
}

.border-y-green-700\/100 {
  border-bottom-color: #27ca40;
  border-top-color: #27ca40;
}

.border-y-grey-blue-500\/0 {
  border-bottom-color: rgba(95, 99, 104, 0);
  border-top-color: rgba(95, 99, 104, 0);
}

.border-y-grey-blue-500\/5 {
  border-bottom-color: rgba(95, 99, 104, 0.05);
  border-top-color: rgba(95, 99, 104, 0.05);
}

.border-y-grey-blue-500\/10 {
  border-bottom-color: rgba(95, 99, 104, 0.1);
  border-top-color: rgba(95, 99, 104, 0.1);
}

.border-y-grey-blue-500\/20 {
  border-bottom-color: rgba(95, 99, 104, 0.2);
  border-top-color: rgba(95, 99, 104, 0.2);
}

.border-y-grey-blue-500\/25 {
  border-bottom-color: rgba(95, 99, 104, 0.25);
  border-top-color: rgba(95, 99, 104, 0.25);
}

.border-y-grey-blue-500\/30 {
  border-bottom-color: rgba(95, 99, 104, 0.3);
  border-top-color: rgba(95, 99, 104, 0.3);
}

.border-y-grey-blue-500\/40 {
  border-bottom-color: rgba(95, 99, 104, 0.4);
  border-top-color: rgba(95, 99, 104, 0.4);
}

.border-y-grey-blue-500\/50 {
  border-bottom-color: rgba(95, 99, 104, 0.5);
  border-top-color: rgba(95, 99, 104, 0.5);
}

.border-y-grey-blue-500\/60 {
  border-bottom-color: rgba(95, 99, 104, 0.6);
  border-top-color: rgba(95, 99, 104, 0.6);
}

.border-y-grey-blue-500\/70 {
  border-bottom-color: rgba(95, 99, 104, 0.7);
  border-top-color: rgba(95, 99, 104, 0.7);
}

.border-y-grey-blue-500\/75 {
  border-bottom-color: rgba(95, 99, 104, 0.75);
  border-top-color: rgba(95, 99, 104, 0.75);
}

.border-y-grey-blue-500\/80 {
  border-bottom-color: rgba(95, 99, 104, 0.8);
  border-top-color: rgba(95, 99, 104, 0.8);
}

.border-y-grey-blue-500\/90 {
  border-bottom-color: rgba(95, 99, 104, 0.9);
  border-top-color: rgba(95, 99, 104, 0.9);
}

.border-y-grey-blue-500\/95 {
  border-bottom-color: rgba(95, 99, 104, 0.95);
  border-top-color: rgba(95, 99, 104, 0.95);
}

.border-y-grey-blue-500\/100 {
  border-bottom-color: #5f6368;
  border-top-color: #5f6368;
}

.border-y-grey-blue-600\/0 {
  border-bottom-color: rgba(54, 91, 114, 0);
  border-top-color: rgba(54, 91, 114, 0);
}

.border-y-grey-blue-600\/5 {
  border-bottom-color: rgba(54, 91, 114, 0.05);
  border-top-color: rgba(54, 91, 114, 0.05);
}

.border-y-grey-blue-600\/10 {
  border-bottom-color: rgba(54, 91, 114, 0.1);
  border-top-color: rgba(54, 91, 114, 0.1);
}

.border-y-grey-blue-600\/20 {
  border-bottom-color: rgba(54, 91, 114, 0.2);
  border-top-color: rgba(54, 91, 114, 0.2);
}

.border-y-grey-blue-600\/25 {
  border-bottom-color: rgba(54, 91, 114, 0.25);
  border-top-color: rgba(54, 91, 114, 0.25);
}

.border-y-grey-blue-600\/30 {
  border-bottom-color: rgba(54, 91, 114, 0.3);
  border-top-color: rgba(54, 91, 114, 0.3);
}

.border-y-grey-blue-600\/40 {
  border-bottom-color: rgba(54, 91, 114, 0.4);
  border-top-color: rgba(54, 91, 114, 0.4);
}

.border-y-grey-blue-600\/50 {
  border-bottom-color: rgba(54, 91, 114, 0.5);
  border-top-color: rgba(54, 91, 114, 0.5);
}

.border-y-grey-blue-600\/60 {
  border-bottom-color: rgba(54, 91, 114, 0.6);
  border-top-color: rgba(54, 91, 114, 0.6);
}

.border-y-grey-blue-600\/70 {
  border-bottom-color: rgba(54, 91, 114, 0.7);
  border-top-color: rgba(54, 91, 114, 0.7);
}

.border-y-grey-blue-600\/75 {
  border-bottom-color: rgba(54, 91, 114, 0.75);
  border-top-color: rgba(54, 91, 114, 0.75);
}

.border-y-grey-blue-600\/80 {
  border-bottom-color: rgba(54, 91, 114, 0.8);
  border-top-color: rgba(54, 91, 114, 0.8);
}

.border-y-grey-blue-600\/90 {
  border-bottom-color: rgba(54, 91, 114, 0.9);
  border-top-color: rgba(54, 91, 114, 0.9);
}

.border-y-grey-blue-600\/95 {
  border-bottom-color: rgba(54, 91, 114, 0.95);
  border-top-color: rgba(54, 91, 114, 0.95);
}

.border-y-grey-blue-600\/100 {
  border-bottom-color: #365b72;
  border-top-color: #365b72;
}

.border-y-grey-green-500\/0 {
  border-bottom-color: rgba(86, 94, 82, 0);
  border-top-color: rgba(86, 94, 82, 0);
}

.border-y-grey-green-500\/5 {
  border-bottom-color: rgba(86, 94, 82, 0.05);
  border-top-color: rgba(86, 94, 82, 0.05);
}

.border-y-grey-green-500\/10 {
  border-bottom-color: rgba(86, 94, 82, 0.1);
  border-top-color: rgba(86, 94, 82, 0.1);
}

.border-y-grey-green-500\/20 {
  border-bottom-color: rgba(86, 94, 82, 0.2);
  border-top-color: rgba(86, 94, 82, 0.2);
}

.border-y-grey-green-500\/25 {
  border-bottom-color: rgba(86, 94, 82, 0.25);
  border-top-color: rgba(86, 94, 82, 0.25);
}

.border-y-grey-green-500\/30 {
  border-bottom-color: rgba(86, 94, 82, 0.3);
  border-top-color: rgba(86, 94, 82, 0.3);
}

.border-y-grey-green-500\/40 {
  border-bottom-color: rgba(86, 94, 82, 0.4);
  border-top-color: rgba(86, 94, 82, 0.4);
}

.border-y-grey-green-500\/50 {
  border-bottom-color: rgba(86, 94, 82, 0.5);
  border-top-color: rgba(86, 94, 82, 0.5);
}

.border-y-grey-green-500\/60 {
  border-bottom-color: rgba(86, 94, 82, 0.6);
  border-top-color: rgba(86, 94, 82, 0.6);
}

.border-y-grey-green-500\/70 {
  border-bottom-color: rgba(86, 94, 82, 0.7);
  border-top-color: rgba(86, 94, 82, 0.7);
}

.border-y-grey-green-500\/75 {
  border-bottom-color: rgba(86, 94, 82, 0.75);
  border-top-color: rgba(86, 94, 82, 0.75);
}

.border-y-grey-green-500\/80 {
  border-bottom-color: rgba(86, 94, 82, 0.8);
  border-top-color: rgba(86, 94, 82, 0.8);
}

.border-y-grey-green-500\/90 {
  border-bottom-color: rgba(86, 94, 82, 0.9);
  border-top-color: rgba(86, 94, 82, 0.9);
}

.border-y-grey-green-500\/95 {
  border-bottom-color: rgba(86, 94, 82, 0.95);
  border-top-color: rgba(86, 94, 82, 0.95);
}

.border-y-grey-green-500\/100 {
  border-bottom-color: #565e52;
  border-top-color: #565e52;
}

.border-y-red-500\/0 {
  border-bottom-color: rgba(231, 8, 60, 0);
  border-top-color: rgba(231, 8, 60, 0);
}

.border-y-red-500\/5 {
  border-bottom-color: rgba(231, 8, 60, 0.05);
  border-top-color: rgba(231, 8, 60, 0.05);
}

.border-y-red-500\/10 {
  border-bottom-color: rgba(231, 8, 60, 0.1);
  border-top-color: rgba(231, 8, 60, 0.1);
}

.border-y-red-500\/20 {
  border-bottom-color: rgba(231, 8, 60, 0.2);
  border-top-color: rgba(231, 8, 60, 0.2);
}

.border-y-red-500\/25 {
  border-bottom-color: rgba(231, 8, 60, 0.25);
  border-top-color: rgba(231, 8, 60, 0.25);
}

.border-y-red-500\/30 {
  border-bottom-color: rgba(231, 8, 60, 0.3);
  border-top-color: rgba(231, 8, 60, 0.3);
}

.border-y-red-500\/40 {
  border-bottom-color: rgba(231, 8, 60, 0.4);
  border-top-color: rgba(231, 8, 60, 0.4);
}

.border-y-red-500\/50 {
  border-bottom-color: rgba(231, 8, 60, 0.5);
  border-top-color: rgba(231, 8, 60, 0.5);
}

.border-y-red-500\/60 {
  border-bottom-color: rgba(231, 8, 60, 0.6);
  border-top-color: rgba(231, 8, 60, 0.6);
}

.border-y-red-500\/70 {
  border-bottom-color: rgba(231, 8, 60, 0.7);
  border-top-color: rgba(231, 8, 60, 0.7);
}

.border-y-red-500\/75 {
  border-bottom-color: rgba(231, 8, 60, 0.75);
  border-top-color: rgba(231, 8, 60, 0.75);
}

.border-y-red-500\/80 {
  border-bottom-color: rgba(231, 8, 60, 0.8);
  border-top-color: rgba(231, 8, 60, 0.8);
}

.border-y-red-500\/90 {
  border-bottom-color: rgba(231, 8, 60, 0.9);
  border-top-color: rgba(231, 8, 60, 0.9);
}

.border-y-red-500\/95 {
  border-bottom-color: rgba(231, 8, 60, 0.95);
  border-top-color: rgba(231, 8, 60, 0.95);
}

.border-y-red-500\/100 {
  border-bottom-color: #e7083c;
  border-top-color: #e7083c;
}

.border-t-inherit {
  border-top-color: inherit;
}

.border-t-current {
  border-top-color: currentColor;
}

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

.border-t-white {
  border-top-color: #fafcfc;
}

.border-t-black {
  border-top-color: #000;
}

.border-t-blue-100 {
  border-top-color: #dfedf4;
}

.border-t-blue-300 {
  border-top-color: #b4d9ed;
}

.border-t-blue-500 {
  border-top-color: #7cd0ff;
}

.border-t-blue-600 {
  border-top-color: #6ab3db;
}

.border-t-blue-700 {
  border-top-color: #335669;
}

.border-t-blue-800 {
  border-top-color: #203642;
}

.border-t-blue-900 {
  border-top-color: #192a33;
}

.border-t-grey-50 {
  border-top-color: #eef3f5;
}

.border-t-grey-100 {
  border-top-color: #e9ebec;
}

.border-t-grey-300 {
  border-top-color: #d3d7da;
}

.border-t-grey-700 {
  border-top-color: #919191;
}

.border-t-green-200 {
  border-top-color: #d8eccd;
}

.border-t-green-400 {
  border-top-color: #51de07;
}

.border-t-green-500 {
  border-top-color: #43b806;
}

.border-t-green-600 {
  border-top-color: #308406;
}

.border-t-green-700 {
  border-top-color: #27ca40;
}

.border-t-grey-blue-500 {
  border-top-color: #5f6368;
}

.border-t-grey-blue-600 {
  border-top-color: #365b72;
}

.border-t-grey-green-500 {
  border-top-color: #565e52;
}

.border-t-red-500 {
  border-top-color: #e7083c;
}

.border-t-transparent\/0 {
  border-top-color: transparent;
}

.border-t-transparent\/5 {
  border-top-color: rgba(0, 0, 0, 0.05);
}

.border-t-transparent\/10 {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.border-t-transparent\/20 {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.border-t-transparent\/25 {
  border-top-color: rgba(0, 0, 0, 0.25);
}

.border-t-transparent\/30 {
  border-top-color: rgba(0, 0, 0, 0.3);
}

.border-t-transparent\/40 {
  border-top-color: rgba(0, 0, 0, 0.4);
}

.border-t-transparent\/50 {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.border-t-transparent\/60 {
  border-top-color: rgba(0, 0, 0, 0.6);
}

.border-t-transparent\/70 {
  border-top-color: rgba(0, 0, 0, 0.7);
}

.border-t-transparent\/75 {
  border-top-color: rgba(0, 0, 0, 0.75);
}

.border-t-transparent\/80 {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.border-t-transparent\/90 {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.border-t-transparent\/95 {
  border-top-color: rgba(0, 0, 0, 0.95);
}

.border-t-transparent\/100 {
  border-top-color: #000;
}

.border-t-white\/0 {
  border-top-color: rgba(250, 252, 252, 0);
}

.border-t-white\/5 {
  border-top-color: rgba(250, 252, 252, 0.05);
}

.border-t-white\/10 {
  border-top-color: rgba(250, 252, 252, 0.1);
}

.border-t-white\/20 {
  border-top-color: rgba(250, 252, 252, 0.2);
}

.border-t-white\/25 {
  border-top-color: rgba(250, 252, 252, 0.25);
}

.border-t-white\/30 {
  border-top-color: rgba(250, 252, 252, 0.3);
}

.border-t-white\/40 {
  border-top-color: rgba(250, 252, 252, 0.4);
}

.border-t-white\/50 {
  border-top-color: rgba(250, 252, 252, 0.5);
}

.border-t-white\/60 {
  border-top-color: rgba(250, 252, 252, 0.6);
}

.border-t-white\/70 {
  border-top-color: rgba(250, 252, 252, 0.7);
}

.border-t-white\/75 {
  border-top-color: rgba(250, 252, 252, 0.75);
}

.border-t-white\/80 {
  border-top-color: rgba(250, 252, 252, 0.8);
}

.border-t-white\/90 {
  border-top-color: rgba(250, 252, 252, 0.9);
}

.border-t-white\/95 {
  border-top-color: rgba(250, 252, 252, 0.95);
}

.border-t-white\/100 {
  border-top-color: #fafcfc;
}

.border-t-black\/0 {
  border-top-color: transparent;
}

.border-t-black\/5 {
  border-top-color: rgba(0, 0, 0, 0.05);
}

.border-t-black\/10 {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.border-t-black\/20 {
  border-top-color: rgba(0, 0, 0, 0.2);
}

.border-t-black\/25 {
  border-top-color: rgba(0, 0, 0, 0.25);
}

.border-t-black\/30 {
  border-top-color: rgba(0, 0, 0, 0.3);
}

.border-t-black\/40 {
  border-top-color: rgba(0, 0, 0, 0.4);
}

.border-t-black\/50 {
  border-top-color: rgba(0, 0, 0, 0.5);
}

.border-t-black\/60 {
  border-top-color: rgba(0, 0, 0, 0.6);
}

.border-t-black\/70 {
  border-top-color: rgba(0, 0, 0, 0.7);
}

.border-t-black\/75 {
  border-top-color: rgba(0, 0, 0, 0.75);
}

.border-t-black\/80 {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.border-t-black\/90 {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.border-t-black\/95 {
  border-top-color: rgba(0, 0, 0, 0.95);
}

.border-t-black\/100 {
  border-top-color: #000;
}

.border-t-blue-100\/0 {
  border-top-color: rgba(223, 237, 244, 0);
}

.border-t-blue-100\/5 {
  border-top-color: rgba(223, 237, 244, 0.05);
}

.border-t-blue-100\/10 {
  border-top-color: rgba(223, 237, 244, 0.1);
}

.border-t-blue-100\/20 {
  border-top-color: rgba(223, 237, 244, 0.2);
}

.border-t-blue-100\/25 {
  border-top-color: rgba(223, 237, 244, 0.25);
}

.border-t-blue-100\/30 {
  border-top-color: rgba(223, 237, 244, 0.3);
}

.border-t-blue-100\/40 {
  border-top-color: rgba(223, 237, 244, 0.4);
}

.border-t-blue-100\/50 {
  border-top-color: rgba(223, 237, 244, 0.5);
}

.border-t-blue-100\/60 {
  border-top-color: rgba(223, 237, 244, 0.6);
}

.border-t-blue-100\/70 {
  border-top-color: rgba(223, 237, 244, 0.7);
}

.border-t-blue-100\/75 {
  border-top-color: rgba(223, 237, 244, 0.75);
}

.border-t-blue-100\/80 {
  border-top-color: rgba(223, 237, 244, 0.8);
}

.border-t-blue-100\/90 {
  border-top-color: rgba(223, 237, 244, 0.9);
}

.border-t-blue-100\/95 {
  border-top-color: rgba(223, 237, 244, 0.95);
}

.border-t-blue-100\/100 {
  border-top-color: #dfedf4;
}

.border-t-blue-300\/0 {
  border-top-color: rgba(180, 217, 237, 0);
}

.border-t-blue-300\/5 {
  border-top-color: rgba(180, 217, 237, 0.05);
}

.border-t-blue-300\/10 {
  border-top-color: rgba(180, 217, 237, 0.1);
}

.border-t-blue-300\/20 {
  border-top-color: rgba(180, 217, 237, 0.2);
}

.border-t-blue-300\/25 {
  border-top-color: rgba(180, 217, 237, 0.25);
}

.border-t-blue-300\/30 {
  border-top-color: rgba(180, 217, 237, 0.3);
}

.border-t-blue-300\/40 {
  border-top-color: rgba(180, 217, 237, 0.4);
}

.border-t-blue-300\/50 {
  border-top-color: rgba(180, 217, 237, 0.5);
}

.border-t-blue-300\/60 {
  border-top-color: rgba(180, 217, 237, 0.6);
}

.border-t-blue-300\/70 {
  border-top-color: rgba(180, 217, 237, 0.7);
}

.border-t-blue-300\/75 {
  border-top-color: rgba(180, 217, 237, 0.75);
}

.border-t-blue-300\/80 {
  border-top-color: rgba(180, 217, 237, 0.8);
}

.border-t-blue-300\/90 {
  border-top-color: rgba(180, 217, 237, 0.9);
}

.border-t-blue-300\/95 {
  border-top-color: rgba(180, 217, 237, 0.95);
}

.border-t-blue-300\/100 {
  border-top-color: #b4d9ed;
}

.border-t-blue-500\/0 {
  border-top-color: rgba(124, 208, 255, 0);
}

.border-t-blue-500\/5 {
  border-top-color: rgba(124, 208, 255, 0.05);
}

.border-t-blue-500\/10 {
  border-top-color: rgba(124, 208, 255, 0.1);
}

.border-t-blue-500\/20 {
  border-top-color: rgba(124, 208, 255, 0.2);
}

.border-t-blue-500\/25 {
  border-top-color: rgba(124, 208, 255, 0.25);
}

.border-t-blue-500\/30 {
  border-top-color: rgba(124, 208, 255, 0.3);
}

.border-t-blue-500\/40 {
  border-top-color: rgba(124, 208, 255, 0.4);
}

.border-t-blue-500\/50 {
  border-top-color: rgba(124, 208, 255, 0.5);
}

.border-t-blue-500\/60 {
  border-top-color: rgba(124, 208, 255, 0.6);
}

.border-t-blue-500\/70 {
  border-top-color: rgba(124, 208, 255, 0.7);
}

.border-t-blue-500\/75 {
  border-top-color: rgba(124, 208, 255, 0.75);
}

.border-t-blue-500\/80 {
  border-top-color: rgba(124, 208, 255, 0.8);
}

.border-t-blue-500\/90 {
  border-top-color: rgba(124, 208, 255, 0.9);
}

.border-t-blue-500\/95 {
  border-top-color: rgba(124, 208, 255, 0.95);
}

.border-t-blue-500\/100 {
  border-top-color: #7cd0ff;
}

.border-t-blue-600\/0 {
  border-top-color: rgba(106, 179, 219, 0);
}

.border-t-blue-600\/5 {
  border-top-color: rgba(106, 179, 219, 0.05);
}

.border-t-blue-600\/10 {
  border-top-color: rgba(106, 179, 219, 0.1);
}

.border-t-blue-600\/20 {
  border-top-color: rgba(106, 179, 219, 0.2);
}

.border-t-blue-600\/25 {
  border-top-color: rgba(106, 179, 219, 0.25);
}

.border-t-blue-600\/30 {
  border-top-color: rgba(106, 179, 219, 0.3);
}

.border-t-blue-600\/40 {
  border-top-color: rgba(106, 179, 219, 0.4);
}

.border-t-blue-600\/50 {
  border-top-color: rgba(106, 179, 219, 0.5);
}

.border-t-blue-600\/60 {
  border-top-color: rgba(106, 179, 219, 0.6);
}

.border-t-blue-600\/70 {
  border-top-color: rgba(106, 179, 219, 0.7);
}

.border-t-blue-600\/75 {
  border-top-color: rgba(106, 179, 219, 0.75);
}

.border-t-blue-600\/80 {
  border-top-color: rgba(106, 179, 219, 0.8);
}

.border-t-blue-600\/90 {
  border-top-color: rgba(106, 179, 219, 0.9);
}

.border-t-blue-600\/95 {
  border-top-color: rgba(106, 179, 219, 0.95);
}

.border-t-blue-600\/100 {
  border-top-color: #6ab3db;
}

.border-t-blue-700\/0 {
  border-top-color: rgba(51, 86, 105, 0);
}

.border-t-blue-700\/5 {
  border-top-color: rgba(51, 86, 105, 0.05);
}

.border-t-blue-700\/10 {
  border-top-color: rgba(51, 86, 105, 0.1);
}

.border-t-blue-700\/20 {
  border-top-color: rgba(51, 86, 105, 0.2);
}

.border-t-blue-700\/25 {
  border-top-color: rgba(51, 86, 105, 0.25);
}

.border-t-blue-700\/30 {
  border-top-color: rgba(51, 86, 105, 0.3);
}

.border-t-blue-700\/40 {
  border-top-color: rgba(51, 86, 105, 0.4);
}

.border-t-blue-700\/50 {
  border-top-color: rgba(51, 86, 105, 0.5);
}

.border-t-blue-700\/60 {
  border-top-color: rgba(51, 86, 105, 0.6);
}

.border-t-blue-700\/70 {
  border-top-color: rgba(51, 86, 105, 0.7);
}

.border-t-blue-700\/75 {
  border-top-color: rgba(51, 86, 105, 0.75);
}

.border-t-blue-700\/80 {
  border-top-color: rgba(51, 86, 105, 0.8);
}

.border-t-blue-700\/90 {
  border-top-color: rgba(51, 86, 105, 0.9);
}

.border-t-blue-700\/95 {
  border-top-color: rgba(51, 86, 105, 0.95);
}

.border-t-blue-700\/100 {
  border-top-color: #335669;
}

.border-t-blue-800\/0 {
  border-top-color: rgba(32, 54, 66, 0);
}

.border-t-blue-800\/5 {
  border-top-color: rgba(32, 54, 66, 0.05);
}

.border-t-blue-800\/10 {
  border-top-color: rgba(32, 54, 66, 0.1);
}

.border-t-blue-800\/20 {
  border-top-color: rgba(32, 54, 66, 0.2);
}

.border-t-blue-800\/25 {
  border-top-color: rgba(32, 54, 66, 0.25);
}

.border-t-blue-800\/30 {
  border-top-color: rgba(32, 54, 66, 0.3);
}

.border-t-blue-800\/40 {
  border-top-color: rgba(32, 54, 66, 0.4);
}

.border-t-blue-800\/50 {
  border-top-color: rgba(32, 54, 66, 0.5);
}

.border-t-blue-800\/60 {
  border-top-color: rgba(32, 54, 66, 0.6);
}

.border-t-blue-800\/70 {
  border-top-color: rgba(32, 54, 66, 0.7);
}

.border-t-blue-800\/75 {
  border-top-color: rgba(32, 54, 66, 0.75);
}

.border-t-blue-800\/80 {
  border-top-color: rgba(32, 54, 66, 0.8);
}

.border-t-blue-800\/90 {
  border-top-color: rgba(32, 54, 66, 0.9);
}

.border-t-blue-800\/95 {
  border-top-color: rgba(32, 54, 66, 0.95);
}

.border-t-blue-800\/100 {
  border-top-color: #203642;
}

.border-t-blue-900\/0 {
  border-top-color: rgba(25, 42, 51, 0);
}

.border-t-blue-900\/5 {
  border-top-color: rgba(25, 42, 51, 0.05);
}

.border-t-blue-900\/10 {
  border-top-color: rgba(25, 42, 51, 0.1);
}

.border-t-blue-900\/20 {
  border-top-color: rgba(25, 42, 51, 0.2);
}

.border-t-blue-900\/25 {
  border-top-color: rgba(25, 42, 51, 0.25);
}

.border-t-blue-900\/30 {
  border-top-color: rgba(25, 42, 51, 0.3);
}

.border-t-blue-900\/40 {
  border-top-color: rgba(25, 42, 51, 0.4);
}

.border-t-blue-900\/50 {
  border-top-color: rgba(25, 42, 51, 0.5);
}

.border-t-blue-900\/60 {
  border-top-color: rgba(25, 42, 51, 0.6);
}

.border-t-blue-900\/70 {
  border-top-color: rgba(25, 42, 51, 0.7);
}

.border-t-blue-900\/75 {
  border-top-color: rgba(25, 42, 51, 0.75);
}

.border-t-blue-900\/80 {
  border-top-color: rgba(25, 42, 51, 0.8);
}

.border-t-blue-900\/90 {
  border-top-color: rgba(25, 42, 51, 0.9);
}

.border-t-blue-900\/95 {
  border-top-color: rgba(25, 42, 51, 0.95);
}

.border-t-blue-900\/100 {
  border-top-color: #192a33;
}

.border-t-grey-50\/0 {
  border-top-color: rgba(238, 243, 245, 0);
}

.border-t-grey-50\/5 {
  border-top-color: rgba(238, 243, 245, 0.05);
}

.border-t-grey-50\/10 {
  border-top-color: rgba(238, 243, 245, 0.1);
}

.border-t-grey-50\/20 {
  border-top-color: rgba(238, 243, 245, 0.2);
}

.border-t-grey-50\/25 {
  border-top-color: rgba(238, 243, 245, 0.25);
}

.border-t-grey-50\/30 {
  border-top-color: rgba(238, 243, 245, 0.3);
}

.border-t-grey-50\/40 {
  border-top-color: rgba(238, 243, 245, 0.4);
}

.border-t-grey-50\/50 {
  border-top-color: rgba(238, 243, 245, 0.5);
}

.border-t-grey-50\/60 {
  border-top-color: rgba(238, 243, 245, 0.6);
}

.border-t-grey-50\/70 {
  border-top-color: rgba(238, 243, 245, 0.7);
}

.border-t-grey-50\/75 {
  border-top-color: rgba(238, 243, 245, 0.75);
}

.border-t-grey-50\/80 {
  border-top-color: rgba(238, 243, 245, 0.8);
}

.border-t-grey-50\/90 {
  border-top-color: rgba(238, 243, 245, 0.9);
}

.border-t-grey-50\/95 {
  border-top-color: rgba(238, 243, 245, 0.95);
}

.border-t-grey-50\/100 {
  border-top-color: #eef3f5;
}

.border-t-grey-100\/0 {
  border-top-color: hsla(200, 7%, 92%, 0);
}

.border-t-grey-100\/5 {
  border-top-color: hsla(200, 7%, 92%, 0.05);
}

.border-t-grey-100\/10 {
  border-top-color: hsla(200, 7%, 92%, 0.1);
}

.border-t-grey-100\/20 {
  border-top-color: hsla(200, 7%, 92%, 0.2);
}

.border-t-grey-100\/25 {
  border-top-color: hsla(200, 7%, 92%, 0.25);
}

.border-t-grey-100\/30 {
  border-top-color: hsla(200, 7%, 92%, 0.3);
}

.border-t-grey-100\/40 {
  border-top-color: hsla(200, 7%, 92%, 0.4);
}

.border-t-grey-100\/50 {
  border-top-color: hsla(200, 7%, 92%, 0.5);
}

.border-t-grey-100\/60 {
  border-top-color: hsla(200, 7%, 92%, 0.6);
}

.border-t-grey-100\/70 {
  border-top-color: hsla(200, 7%, 92%, 0.7);
}

.border-t-grey-100\/75 {
  border-top-color: hsla(200, 7%, 92%, 0.75);
}

.border-t-grey-100\/80 {
  border-top-color: hsla(200, 7%, 92%, 0.8);
}

.border-t-grey-100\/90 {
  border-top-color: hsla(200, 7%, 92%, 0.9);
}

.border-t-grey-100\/95 {
  border-top-color: hsla(200, 7%, 92%, 0.95);
}

.border-t-grey-100\/100 {
  border-top-color: #e9ebec;
}

.border-t-grey-300\/0 {
  border-top-color: hsla(206, 9%, 84%, 0);
}

.border-t-grey-300\/5 {
  border-top-color: hsla(206, 9%, 84%, 0.05);
}

.border-t-grey-300\/10 {
  border-top-color: hsla(206, 9%, 84%, 0.1);
}

.border-t-grey-300\/20 {
  border-top-color: hsla(206, 9%, 84%, 0.2);
}

.border-t-grey-300\/25 {
  border-top-color: hsla(206, 9%, 84%, 0.25);
}

.border-t-grey-300\/30 {
  border-top-color: hsla(206, 9%, 84%, 0.3);
}

.border-t-grey-300\/40 {
  border-top-color: hsla(206, 9%, 84%, 0.4);
}

.border-t-grey-300\/50 {
  border-top-color: hsla(206, 9%, 84%, 0.5);
}

.border-t-grey-300\/60 {
  border-top-color: hsla(206, 9%, 84%, 0.6);
}

.border-t-grey-300\/70 {
  border-top-color: hsla(206, 9%, 84%, 0.7);
}

.border-t-grey-300\/75 {
  border-top-color: hsla(206, 9%, 84%, 0.75);
}

.border-t-grey-300\/80 {
  border-top-color: hsla(206, 9%, 84%, 0.8);
}

.border-t-grey-300\/90 {
  border-top-color: hsla(206, 9%, 84%, 0.9);
}

.border-t-grey-300\/95 {
  border-top-color: hsla(206, 9%, 84%, 0.95);
}

.border-t-grey-300\/100 {
  border-top-color: #d3d7da;
}

.border-t-grey-700\/0 {
  border-top-color: hsla(0, 0%, 57%, 0);
}

.border-t-grey-700\/5 {
  border-top-color: hsla(0, 0%, 57%, 0.05);
}

.border-t-grey-700\/10 {
  border-top-color: hsla(0, 0%, 57%, 0.1);
}

.border-t-grey-700\/20 {
  border-top-color: hsla(0, 0%, 57%, 0.2);
}

.border-t-grey-700\/25 {
  border-top-color: hsla(0, 0%, 57%, 0.25);
}

.border-t-grey-700\/30 {
  border-top-color: hsla(0, 0%, 57%, 0.3);
}

.border-t-grey-700\/40 {
  border-top-color: hsla(0, 0%, 57%, 0.4);
}

.border-t-grey-700\/50 {
  border-top-color: hsla(0, 0%, 57%, 0.5);
}

.border-t-grey-700\/60 {
  border-top-color: hsla(0, 0%, 57%, 0.6);
}

.border-t-grey-700\/70 {
  border-top-color: hsla(0, 0%, 57%, 0.7);
}

.border-t-grey-700\/75 {
  border-top-color: hsla(0, 0%, 57%, 0.75);
}

.border-t-grey-700\/80 {
  border-top-color: hsla(0, 0%, 57%, 0.8);
}

.border-t-grey-700\/90 {
  border-top-color: hsla(0, 0%, 57%, 0.9);
}

.border-t-grey-700\/95 {
  border-top-color: hsla(0, 0%, 57%, 0.95);
}

.border-t-grey-700\/100 {
  border-top-color: #919191;
}

.border-t-green-200\/0 {
  border-top-color: hsla(99, 45%, 86%, 0);
}

.border-t-green-200\/5 {
  border-top-color: hsla(99, 45%, 86%, 0.05);
}

.border-t-green-200\/10 {
  border-top-color: hsla(99, 45%, 86%, 0.1);
}

.border-t-green-200\/20 {
  border-top-color: hsla(99, 45%, 86%, 0.2);
}

.border-t-green-200\/25 {
  border-top-color: hsla(99, 45%, 86%, 0.25);
}

.border-t-green-200\/30 {
  border-top-color: hsla(99, 45%, 86%, 0.3);
}

.border-t-green-200\/40 {
  border-top-color: hsla(99, 45%, 86%, 0.4);
}

.border-t-green-200\/50 {
  border-top-color: hsla(99, 45%, 86%, 0.5);
}

.border-t-green-200\/60 {
  border-top-color: hsla(99, 45%, 86%, 0.6);
}

.border-t-green-200\/70 {
  border-top-color: hsla(99, 45%, 86%, 0.7);
}

.border-t-green-200\/75 {
  border-top-color: hsla(99, 45%, 86%, 0.75);
}

.border-t-green-200\/80 {
  border-top-color: hsla(99, 45%, 86%, 0.8);
}

.border-t-green-200\/90 {
  border-top-color: hsla(99, 45%, 86%, 0.9);
}

.border-t-green-200\/95 {
  border-top-color: hsla(99, 45%, 86%, 0.95);
}

.border-t-green-200\/100 {
  border-top-color: #d8eccd;
}

.border-t-green-400\/0 {
  border-top-color: rgba(81, 222, 7, 0);
}

.border-t-green-400\/5 {
  border-top-color: rgba(81, 222, 7, 0.05);
}

.border-t-green-400\/10 {
  border-top-color: rgba(81, 222, 7, 0.1);
}

.border-t-green-400\/20 {
  border-top-color: rgba(81, 222, 7, 0.2);
}

.border-t-green-400\/25 {
  border-top-color: rgba(81, 222, 7, 0.25);
}

.border-t-green-400\/30 {
  border-top-color: rgba(81, 222, 7, 0.3);
}

.border-t-green-400\/40 {
  border-top-color: rgba(81, 222, 7, 0.4);
}

.border-t-green-400\/50 {
  border-top-color: rgba(81, 222, 7, 0.5);
}

.border-t-green-400\/60 {
  border-top-color: rgba(81, 222, 7, 0.6);
}

.border-t-green-400\/70 {
  border-top-color: rgba(81, 222, 7, 0.7);
}

.border-t-green-400\/75 {
  border-top-color: rgba(81, 222, 7, 0.75);
}

.border-t-green-400\/80 {
  border-top-color: rgba(81, 222, 7, 0.8);
}

.border-t-green-400\/90 {
  border-top-color: rgba(81, 222, 7, 0.9);
}

.border-t-green-400\/95 {
  border-top-color: rgba(81, 222, 7, 0.95);
}

.border-t-green-400\/100 {
  border-top-color: #51de07;
}

.border-t-green-500\/0 {
  border-top-color: rgba(67, 184, 6, 0);
}

.border-t-green-500\/5 {
  border-top-color: rgba(67, 184, 6, 0.05);
}

.border-t-green-500\/10 {
  border-top-color: rgba(67, 184, 6, 0.1);
}

.border-t-green-500\/20 {
  border-top-color: rgba(67, 184, 6, 0.2);
}

.border-t-green-500\/25 {
  border-top-color: rgba(67, 184, 6, 0.25);
}

.border-t-green-500\/30 {
  border-top-color: rgba(67, 184, 6, 0.3);
}

.border-t-green-500\/40 {
  border-top-color: rgba(67, 184, 6, 0.4);
}

.border-t-green-500\/50 {
  border-top-color: rgba(67, 184, 6, 0.5);
}

.border-t-green-500\/60 {
  border-top-color: rgba(67, 184, 6, 0.6);
}

.border-t-green-500\/70 {
  border-top-color: rgba(67, 184, 6, 0.7);
}

.border-t-green-500\/75 {
  border-top-color: rgba(67, 184, 6, 0.75);
}

.border-t-green-500\/80 {
  border-top-color: rgba(67, 184, 6, 0.8);
}

.border-t-green-500\/90 {
  border-top-color: rgba(67, 184, 6, 0.9);
}

.border-t-green-500\/95 {
  border-top-color: rgba(67, 184, 6, 0.95);
}

.border-t-green-500\/100 {
  border-top-color: #43b806;
}

.border-t-green-600\/0 {
  border-top-color: rgba(48, 132, 6, 0);
}

.border-t-green-600\/5 {
  border-top-color: rgba(48, 132, 6, 0.05);
}

.border-t-green-600\/10 {
  border-top-color: rgba(48, 132, 6, 0.1);
}

.border-t-green-600\/20 {
  border-top-color: rgba(48, 132, 6, 0.2);
}

.border-t-green-600\/25 {
  border-top-color: rgba(48, 132, 6, 0.25);
}

.border-t-green-600\/30 {
  border-top-color: rgba(48, 132, 6, 0.3);
}

.border-t-green-600\/40 {
  border-top-color: rgba(48, 132, 6, 0.4);
}

.border-t-green-600\/50 {
  border-top-color: rgba(48, 132, 6, 0.5);
}

.border-t-green-600\/60 {
  border-top-color: rgba(48, 132, 6, 0.6);
}

.border-t-green-600\/70 {
  border-top-color: rgba(48, 132, 6, 0.7);
}

.border-t-green-600\/75 {
  border-top-color: rgba(48, 132, 6, 0.75);
}

.border-t-green-600\/80 {
  border-top-color: rgba(48, 132, 6, 0.8);
}

.border-t-green-600\/90 {
  border-top-color: rgba(48, 132, 6, 0.9);
}

.border-t-green-600\/95 {
  border-top-color: rgba(48, 132, 6, 0.95);
}

.border-t-green-600\/100 {
  border-top-color: #308406;
}

.border-t-green-700\/0 {
  border-top-color: rgba(39, 202, 64, 0);
}

.border-t-green-700\/5 {
  border-top-color: rgba(39, 202, 64, 0.05);
}

.border-t-green-700\/10 {
  border-top-color: rgba(39, 202, 64, 0.1);
}

.border-t-green-700\/20 {
  border-top-color: rgba(39, 202, 64, 0.2);
}

.border-t-green-700\/25 {
  border-top-color: rgba(39, 202, 64, 0.25);
}

.border-t-green-700\/30 {
  border-top-color: rgba(39, 202, 64, 0.3);
}

.border-t-green-700\/40 {
  border-top-color: rgba(39, 202, 64, 0.4);
}

.border-t-green-700\/50 {
  border-top-color: rgba(39, 202, 64, 0.5);
}

.border-t-green-700\/60 {
  border-top-color: rgba(39, 202, 64, 0.6);
}

.border-t-green-700\/70 {
  border-top-color: rgba(39, 202, 64, 0.7);
}

.border-t-green-700\/75 {
  border-top-color: rgba(39, 202, 64, 0.75);
}

.border-t-green-700\/80 {
  border-top-color: rgba(39, 202, 64, 0.8);
}

.border-t-green-700\/90 {
  border-top-color: rgba(39, 202, 64, 0.9);
}

.border-t-green-700\/95 {
  border-top-color: rgba(39, 202, 64, 0.95);
}

.border-t-green-700\/100 {
  border-top-color: #27ca40;
}

.border-t-grey-blue-500\/0 {
  border-top-color: rgba(95, 99, 104, 0);
}

.border-t-grey-blue-500\/5 {
  border-top-color: rgba(95, 99, 104, 0.05);
}

.border-t-grey-blue-500\/10 {
  border-top-color: rgba(95, 99, 104, 0.1);
}

.border-t-grey-blue-500\/20 {
  border-top-color: rgba(95, 99, 104, 0.2);
}

.border-t-grey-blue-500\/25 {
  border-top-color: rgba(95, 99, 104, 0.25);
}

.border-t-grey-blue-500\/30 {
  border-top-color: rgba(95, 99, 104, 0.3);
}

.border-t-grey-blue-500\/40 {
  border-top-color: rgba(95, 99, 104, 0.4);
}

.border-t-grey-blue-500\/50 {
  border-top-color: rgba(95, 99, 104, 0.5);
}

.border-t-grey-blue-500\/60 {
  border-top-color: rgba(95, 99, 104, 0.6);
}

.border-t-grey-blue-500\/70 {
  border-top-color: rgba(95, 99, 104, 0.7);
}

.border-t-grey-blue-500\/75 {
  border-top-color: rgba(95, 99, 104, 0.75);
}

.border-t-grey-blue-500\/80 {
  border-top-color: rgba(95, 99, 104, 0.8);
}

.border-t-grey-blue-500\/90 {
  border-top-color: rgba(95, 99, 104, 0.9);
}

.border-t-grey-blue-500\/95 {
  border-top-color: rgba(95, 99, 104, 0.95);
}

.border-t-grey-blue-500\/100 {
  border-top-color: #5f6368;
}

.border-t-grey-blue-600\/0 {
  border-top-color: rgba(54, 91, 114, 0);
}

.border-t-grey-blue-600\/5 {
  border-top-color: rgba(54, 91, 114, 0.05);
}

.border-t-grey-blue-600\/10 {
  border-top-color: rgba(54, 91, 114, 0.1);
}

.border-t-grey-blue-600\/20 {
  border-top-color: rgba(54, 91, 114, 0.2);
}

.border-t-grey-blue-600\/25 {
  border-top-color: rgba(54, 91, 114, 0.25);
}

.border-t-grey-blue-600\/30 {
  border-top-color: rgba(54, 91, 114, 0.3);
}

.border-t-grey-blue-600\/40 {
  border-top-color: rgba(54, 91, 114, 0.4);
}

.border-t-grey-blue-600\/50 {
  border-top-color: rgba(54, 91, 114, 0.5);
}

.border-t-grey-blue-600\/60 {
  border-top-color: rgba(54, 91, 114, 0.6);
}

.border-t-grey-blue-600\/70 {
  border-top-color: rgba(54, 91, 114, 0.7);
}

.border-t-grey-blue-600\/75 {
  border-top-color: rgba(54, 91, 114, 0.75);
}

.border-t-grey-blue-600\/80 {
  border-top-color: rgba(54, 91, 114, 0.8);
}

.border-t-grey-blue-600\/90 {
  border-top-color: rgba(54, 91, 114, 0.9);
}

.border-t-grey-blue-600\/95 {
  border-top-color: rgba(54, 91, 114, 0.95);
}

.border-t-grey-blue-600\/100 {
  border-top-color: #365b72;
}

.border-t-grey-green-500\/0 {
  border-top-color: rgba(86, 94, 82, 0);
}

.border-t-grey-green-500\/5 {
  border-top-color: rgba(86, 94, 82, 0.05);
}

.border-t-grey-green-500\/10 {
  border-top-color: rgba(86, 94, 82, 0.1);
}

.border-t-grey-green-500\/20 {
  border-top-color: rgba(86, 94, 82, 0.2);
}

.border-t-grey-green-500\/25 {
  border-top-color: rgba(86, 94, 82, 0.25);
}

.border-t-grey-green-500\/30 {
  border-top-color: rgba(86, 94, 82, 0.3);
}

.border-t-grey-green-500\/40 {
  border-top-color: rgba(86, 94, 82, 0.4);
}

.border-t-grey-green-500\/50 {
  border-top-color: rgba(86, 94, 82, 0.5);
}

.border-t-grey-green-500\/60 {
  border-top-color: rgba(86, 94, 82, 0.6);
}

.border-t-grey-green-500\/70 {
  border-top-color: rgba(86, 94, 82, 0.7);
}

.border-t-grey-green-500\/75 {
  border-top-color: rgba(86, 94, 82, 0.75);
}

.border-t-grey-green-500\/80 {
  border-top-color: rgba(86, 94, 82, 0.8);
}

.border-t-grey-green-500\/90 {
  border-top-color: rgba(86, 94, 82, 0.9);
}

.border-t-grey-green-500\/95 {
  border-top-color: rgba(86, 94, 82, 0.95);
}

.border-t-grey-green-500\/100 {
  border-top-color: #565e52;
}

.border-t-red-500\/0 {
  border-top-color: rgba(231, 8, 60, 0);
}

.border-t-red-500\/5 {
  border-top-color: rgba(231, 8, 60, 0.05);
}

.border-t-red-500\/10 {
  border-top-color: rgba(231, 8, 60, 0.1);
}

.border-t-red-500\/20 {
  border-top-color: rgba(231, 8, 60, 0.2);
}

.border-t-red-500\/25 {
  border-top-color: rgba(231, 8, 60, 0.25);
}

.border-t-red-500\/30 {
  border-top-color: rgba(231, 8, 60, 0.3);
}

.border-t-red-500\/40 {
  border-top-color: rgba(231, 8, 60, 0.4);
}

.border-t-red-500\/50 {
  border-top-color: rgba(231, 8, 60, 0.5);
}

.border-t-red-500\/60 {
  border-top-color: rgba(231, 8, 60, 0.6);
}

.border-t-red-500\/70 {
  border-top-color: rgba(231, 8, 60, 0.7);
}

.border-t-red-500\/75 {
  border-top-color: rgba(231, 8, 60, 0.75);
}

.border-t-red-500\/80 {
  border-top-color: rgba(231, 8, 60, 0.8);
}

.border-t-red-500\/90 {
  border-top-color: rgba(231, 8, 60, 0.9);
}

.border-t-red-500\/95 {
  border-top-color: rgba(231, 8, 60, 0.95);
}

.border-t-red-500\/100 {
  border-top-color: #e7083c;
}

.border-r-inherit {
  border-right-color: inherit;
}

.border-r-current {
  border-right-color: currentColor;
}

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

.border-r-white {
  border-right-color: #fafcfc;
}

.border-r-black {
  border-right-color: #000;
}

.border-r-blue-100 {
  border-right-color: #dfedf4;
}

.border-r-blue-300 {
  border-right-color: #b4d9ed;
}

.border-r-blue-500 {
  border-right-color: #7cd0ff;
}

.border-r-blue-600 {
  border-right-color: #6ab3db;
}

.border-r-blue-700 {
  border-right-color: #335669;
}

.border-r-blue-800 {
  border-right-color: #203642;
}

.border-r-blue-900 {
  border-right-color: #192a33;
}

.border-r-grey-50 {
  border-right-color: #eef3f5;
}

.border-r-grey-100 {
  border-right-color: #e9ebec;
}

.border-r-grey-300 {
  border-right-color: #d3d7da;
}

.border-r-grey-700 {
  border-right-color: #919191;
}

.border-r-green-200 {
  border-right-color: #d8eccd;
}

.border-r-green-400 {
  border-right-color: #51de07;
}

.border-r-green-500 {
  border-right-color: #43b806;
}

.border-r-green-600 {
  border-right-color: #308406;
}

.border-r-green-700 {
  border-right-color: #27ca40;
}

.border-r-grey-blue-500 {
  border-right-color: #5f6368;
}

.border-r-grey-blue-600 {
  border-right-color: #365b72;
}

.border-r-grey-green-500 {
  border-right-color: #565e52;
}

.border-r-red-500 {
  border-right-color: #e7083c;
}

.border-r-transparent\/0 {
  border-right-color: transparent;
}

.border-r-transparent\/5 {
  border-right-color: rgba(0, 0, 0, 0.05);
}

.border-r-transparent\/10 {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.border-r-transparent\/20 {
  border-right-color: rgba(0, 0, 0, 0.2);
}

.border-r-transparent\/25 {
  border-right-color: rgba(0, 0, 0, 0.25);
}

.border-r-transparent\/30 {
  border-right-color: rgba(0, 0, 0, 0.3);
}

.border-r-transparent\/40 {
  border-right-color: rgba(0, 0, 0, 0.4);
}

.border-r-transparent\/50 {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.border-r-transparent\/60 {
  border-right-color: rgba(0, 0, 0, 0.6);
}

.border-r-transparent\/70 {
  border-right-color: rgba(0, 0, 0, 0.7);
}

.border-r-transparent\/75 {
  border-right-color: rgba(0, 0, 0, 0.75);
}

.border-r-transparent\/80 {
  border-right-color: rgba(0, 0, 0, 0.8);
}

.border-r-transparent\/90 {
  border-right-color: rgba(0, 0, 0, 0.9);
}

.border-r-transparent\/95 {
  border-right-color: rgba(0, 0, 0, 0.95);
}

.border-r-transparent\/100 {
  border-right-color: #000;
}

.border-r-white\/0 {
  border-right-color: rgba(250, 252, 252, 0);
}

.border-r-white\/5 {
  border-right-color: rgba(250, 252, 252, 0.05);
}

.border-r-white\/10 {
  border-right-color: rgba(250, 252, 252, 0.1);
}

.border-r-white\/20 {
  border-right-color: rgba(250, 252, 252, 0.2);
}

.border-r-white\/25 {
  border-right-color: rgba(250, 252, 252, 0.25);
}

.border-r-white\/30 {
  border-right-color: rgba(250, 252, 252, 0.3);
}

.border-r-white\/40 {
  border-right-color: rgba(250, 252, 252, 0.4);
}

.border-r-white\/50 {
  border-right-color: rgba(250, 252, 252, 0.5);
}

.border-r-white\/60 {
  border-right-color: rgba(250, 252, 252, 0.6);
}

.border-r-white\/70 {
  border-right-color: rgba(250, 252, 252, 0.7);
}

.border-r-white\/75 {
  border-right-color: rgba(250, 252, 252, 0.75);
}

.border-r-white\/80 {
  border-right-color: rgba(250, 252, 252, 0.8);
}

.border-r-white\/90 {
  border-right-color: rgba(250, 252, 252, 0.9);
}

.border-r-white\/95 {
  border-right-color: rgba(250, 252, 252, 0.95);
}

.border-r-white\/100 {
  border-right-color: #fafcfc;
}

.border-r-black\/0 {
  border-right-color: transparent;
}

.border-r-black\/5 {
  border-right-color: rgba(0, 0, 0, 0.05);
}

.border-r-black\/10 {
  border-right-color: rgba(0, 0, 0, 0.1);
}

.border-r-black\/20 {
  border-right-color: rgba(0, 0, 0, 0.2);
}

.border-r-black\/25 {
  border-right-color: rgba(0, 0, 0, 0.25);
}

.border-r-black\/30 {
  border-right-color: rgba(0, 0, 0, 0.3);
}

.border-r-black\/40 {
  border-right-color: rgba(0, 0, 0, 0.4);
}

.border-r-black\/50 {
  border-right-color: rgba(0, 0, 0, 0.5);
}

.border-r-black\/60 {
  border-right-color: rgba(0, 0, 0, 0.6);
}

.border-r-black\/70 {
  border-right-color: rgba(0, 0, 0, 0.7);
}

.border-r-black\/75 {
  border-right-color: rgba(0, 0, 0, 0.75);
}

.border-r-black\/80 {
  border-right-color: rgba(0, 0, 0, 0.8);
}

.border-r-black\/90 {
  border-right-color: rgba(0, 0, 0, 0.9);
}

.border-r-black\/95 {
  border-right-color: rgba(0, 0, 0, 0.95);
}

.border-r-black\/100 {
  border-right-color: #000;
}

.border-r-blue-100\/0 {
  border-right-color: rgba(223, 237, 244, 0);
}

.border-r-blue-100\/5 {
  border-right-color: rgba(223, 237, 244, 0.05);
}

.border-r-blue-100\/10 {
  border-right-color: rgba(223, 237, 244, 0.1);
}

.border-r-blue-100\/20 {
  border-right-color: rgba(223, 237, 244, 0.2);
}

.border-r-blue-100\/25 {
  border-right-color: rgba(223, 237, 244, 0.25);
}

.border-r-blue-100\/30 {
  border-right-color: rgba(223, 237, 244, 0.3);
}

.border-r-blue-100\/40 {
  border-right-color: rgba(223, 237, 244, 0.4);
}

.border-r-blue-100\/50 {
  border-right-color: rgba(223, 237, 244, 0.5);
}

.border-r-blue-100\/60 {
  border-right-color: rgba(223, 237, 244, 0.6);
}

.border-r-blue-100\/70 {
  border-right-color: rgba(223, 237, 244, 0.7);
}

.border-r-blue-100\/75 {
  border-right-color: rgba(223, 237, 244, 0.75);
}

.border-r-blue-100\/80 {
  border-right-color: rgba(223, 237, 244, 0.8);
}

.border-r-blue-100\/90 {
  border-right-color: rgba(223, 237, 244, 0.9);
}

.border-r-blue-100\/95 {
  border-right-color: rgba(223, 237, 244, 0.95);
}

.border-r-blue-100\/100 {
  border-right-color: #dfedf4;
}

.border-r-blue-300\/0 {
  border-right-color: rgba(180, 217, 237, 0);
}

.border-r-blue-300\/5 {
  border-right-color: rgba(180, 217, 237, 0.05);
}

.border-r-blue-300\/10 {
  border-right-color: rgba(180, 217, 237, 0.1);
}

.border-r-blue-300\/20 {
  border-right-color: rgba(180, 217, 237, 0.2);
}

.border-r-blue-300\/25 {
  border-right-color: rgba(180, 217, 237, 0.25);
}

.border-r-blue-300\/30 {
  border-right-color: rgba(180, 217, 237, 0.3);
}

.border-r-blue-300\/40 {
  border-right-color: rgba(180, 217, 237, 0.4);
}

.border-r-blue-300\/50 {
  border-right-color: rgba(180, 217, 237, 0.5);
}

.border-r-blue-300\/60 {
  border-right-color: rgba(180, 217, 237, 0.6);
}

.border-r-blue-300\/70 {
  border-right-color: rgba(180, 217, 237, 0.7);
}

.border-r-blue-300\/75 {
  border-right-color: rgba(180, 217, 237, 0.75);
}

.border-r-blue-300\/80 {
  border-right-color: rgba(180, 217, 237, 0.8);
}

.border-r-blue-300\/90 {
  border-right-color: rgba(180, 217, 237, 0.9);
}

.border-r-blue-300\/95 {
  border-right-color: rgba(180, 217, 237, 0.95);
}

.border-r-blue-300\/100 {
  border-right-color: #b4d9ed;
}

.border-r-blue-500\/0 {
  border-right-color: rgba(124, 208, 255, 0);
}

.border-r-blue-500\/5 {
  border-right-color: rgba(124, 208, 255, 0.05);
}

.border-r-blue-500\/10 {
  border-right-color: rgba(124, 208, 255, 0.1);
}

.border-r-blue-500\/20 {
  border-right-color: rgba(124, 208, 255, 0.2);
}

.border-r-blue-500\/25 {
  border-right-color: rgba(124, 208, 255, 0.25);
}

.border-r-blue-500\/30 {
  border-right-color: rgba(124, 208, 255, 0.3);
}

.border-r-blue-500\/40 {
  border-right-color: rgba(124, 208, 255, 0.4);
}

.border-r-blue-500\/50 {
  border-right-color: rgba(124, 208, 255, 0.5);
}

.border-r-blue-500\/60 {
  border-right-color: rgba(124, 208, 255, 0.6);
}

.border-r-blue-500\/70 {
  border-right-color: rgba(124, 208, 255, 0.7);
}

.border-r-blue-500\/75 {
  border-right-color: rgba(124, 208, 255, 0.75);
}

.border-r-blue-500\/80 {
  border-right-color: rgba(124, 208, 255, 0.8);
}

.border-r-blue-500\/90 {
  border-right-color: rgba(124, 208, 255, 0.9);
}

.border-r-blue-500\/95 {
  border-right-color: rgba(124, 208, 255, 0.95);
}

.border-r-blue-500\/100 {
  border-right-color: #7cd0ff;
}

.border-r-blue-600\/0 {
  border-right-color: rgba(106, 179, 219, 0);
}

.border-r-blue-600\/5 {
  border-right-color: rgba(106, 179, 219, 0.05);
}

.border-r-blue-600\/10 {
  border-right-color: rgba(106, 179, 219, 0.1);
}

.border-r-blue-600\/20 {
  border-right-color: rgba(106, 179, 219, 0.2);
}

.border-r-blue-600\/25 {
  border-right-color: rgba(106, 179, 219, 0.25);
}

.border-r-blue-600\/30 {
  border-right-color: rgba(106, 179, 219, 0.3);
}

.border-r-blue-600\/40 {
  border-right-color: rgba(106, 179, 219, 0.4);
}

.border-r-blue-600\/50 {
  border-right-color: rgba(106, 179, 219, 0.5);
}

.border-r-blue-600\/60 {
  border-right-color: rgba(106, 179, 219, 0.6);
}

.border-r-blue-600\/70 {
  border-right-color: rgba(106, 179, 219, 0.7);
}

.border-r-blue-600\/75 {
  border-right-color: rgba(106, 179, 219, 0.75);
}

.border-r-blue-600\/80 {
  border-right-color: rgba(106, 179, 219, 0.8);
}

.border-r-blue-600\/90 {
  border-right-color: rgba(106, 179, 219, 0.9);
}

.border-r-blue-600\/95 {
  border-right-color: rgba(106, 179, 219, 0.95);
}

.border-r-blue-600\/100 {
  border-right-color: #6ab3db;
}

.border-r-blue-700\/0 {
  border-right-color: rgba(51, 86, 105, 0);
}

.border-r-blue-700\/5 {
  border-right-color: rgba(51, 86, 105, 0.05);
}

.border-r-blue-700\/10 {
  border-right-color: rgba(51, 86, 105, 0.1);
}

.border-r-blue-700\/20 {
  border-right-color: rgba(51, 86, 105, 0.2);
}

.border-r-blue-700\/25 {
  border-right-color: rgba(51, 86, 105, 0.25);
}

.border-r-blue-700\/30 {
  border-right-color: rgba(51, 86, 105, 0.3);
}

.border-r-blue-700\/40 {
  border-right-color: rgba(51, 86, 105, 0.4);
}

.border-r-blue-700\/50 {
  border-right-color: rgba(51, 86, 105, 0.5);
}

.border-r-blue-700\/60 {
  border-right-color: rgba(51, 86, 105, 0.6);
}

.border-r-blue-700\/70 {
  border-right-color: rgba(51, 86, 105, 0.7);
}

.border-r-blue-700\/75 {
  border-right-color: rgba(51, 86, 105, 0.75);
}

.border-r-blue-700\/80 {
  border-right-color: rgba(51, 86, 105, 0.8);
}

.border-r-blue-700\/90 {
  border-right-color: rgba(51, 86, 105, 0.9);
}

.border-r-blue-700\/95 {
  border-right-color: rgba(51, 86, 105, 0.95);
}

.border-r-blue-700\/100 {
  border-right-color: #335669;
}

.border-r-blue-800\/0 {
  border-right-color: rgba(32, 54, 66, 0);
}

.border-r-blue-800\/5 {
  border-right-color: rgba(32, 54, 66, 0.05);
}

.border-r-blue-800\/10 {
  border-right-color: rgba(32, 54, 66, 0.1);
}

.border-r-blue-800\/20 {
  border-right-color: rgba(32, 54, 66, 0.2);
}

.border-r-blue-800\/25 {
  border-right-color: rgba(32, 54, 66, 0.25);
}

.border-r-blue-800\/30 {
  border-right-color: rgba(32, 54, 66, 0.3);
}

.border-r-blue-800\/40 {
  border-right-color: rgba(32, 54, 66, 0.4);
}

.border-r-blue-800\/50 {
  border-right-color: rgba(32, 54, 66, 0.5);
}

.border-r-blue-800\/60 {
  border-right-color: rgba(32, 54, 66, 0.6);
}

.border-r-blue-800\/70 {
  border-right-color: rgba(32, 54, 66, 0.7);
}

.border-r-blue-800\/75 {
  border-right-color: rgba(32, 54, 66, 0.75);
}

.border-r-blue-800\/80 {
  border-right-color: rgba(32, 54, 66, 0.8);
}

.border-r-blue-800\/90 {
  border-right-color: rgba(32, 54, 66, 0.9);
}

.border-r-blue-800\/95 {
  border-right-color: rgba(32, 54, 66, 0.95);
}

.border-r-blue-800\/100 {
  border-right-color: #203642;
}

.border-r-blue-900\/0 {
  border-right-color: rgba(25, 42, 51, 0);
}

.border-r-blue-900\/5 {
  border-right-color: rgba(25, 42, 51, 0.05);
}

.border-r-blue-900\/10 {
  border-right-color: rgba(25, 42, 51, 0.1);
}

.border-r-blue-900\/20 {
  border-right-color: rgba(25, 42, 51, 0.2);
}

.border-r-blue-900\/25 {
  border-right-color: rgba(25, 42, 51, 0.25);
}

.border-r-blue-900\/30 {
  border-right-color: rgba(25, 42, 51, 0.3);
}

.border-r-blue-900\/40 {
  border-right-color: rgba(25, 42, 51, 0.4);
}

.border-r-blue-900\/50 {
  border-right-color: rgba(25, 42, 51, 0.5);
}

.border-r-blue-900\/60 {
  border-right-color: rgba(25, 42, 51, 0.6);
}

.border-r-blue-900\/70 {
  border-right-color: rgba(25, 42, 51, 0.7);
}

.border-r-blue-900\/75 {
  border-right-color: rgba(25, 42, 51, 0.75);
}

.border-r-blue-900\/80 {
  border-right-color: rgba(25, 42, 51, 0.8);
}

.border-r-blue-900\/90 {
  border-right-color: rgba(25, 42, 51, 0.9);
}

.border-r-blue-900\/95 {
  border-right-color: rgba(25, 42, 51, 0.95);
}

.border-r-blue-900\/100 {
  border-right-color: #192a33;
}

.border-r-grey-50\/0 {
  border-right-color: rgba(238, 243, 245, 0);
}

.border-r-grey-50\/5 {
  border-right-color: rgba(238, 243, 245, 0.05);
}

.border-r-grey-50\/10 {
  border-right-color: rgba(238, 243, 245, 0.1);
}

.border-r-grey-50\/20 {
  border-right-color: rgba(238, 243, 245, 0.2);
}

.border-r-grey-50\/25 {
  border-right-color: rgba(238, 243, 245, 0.25);
}

.border-r-grey-50\/30 {
  border-right-color: rgba(238, 243, 245, 0.3);
}

.border-r-grey-50\/40 {
  border-right-color: rgba(238, 243, 245, 0.4);
}

.border-r-grey-50\/50 {
  border-right-color: rgba(238, 243, 245, 0.5);
}

.border-r-grey-50\/60 {
  border-right-color: rgba(238, 243, 245, 0.6);
}

.border-r-grey-50\/70 {
  border-right-color: rgba(238, 243, 245, 0.7);
}

.border-r-grey-50\/75 {
  border-right-color: rgba(238, 243, 245, 0.75);
}

.border-r-grey-50\/80 {
  border-right-color: rgba(238, 243, 245, 0.8);
}

.border-r-grey-50\/90 {
  border-right-color: rgba(238, 243, 245, 0.9);
}

.border-r-grey-50\/95 {
  border-right-color: rgba(238, 243, 245, 0.95);
}

.border-r-grey-50\/100 {
  border-right-color: #eef3f5;
}

.border-r-grey-100\/0 {
  border-right-color: hsla(200, 7%, 92%, 0);
}

.border-r-grey-100\/5 {
  border-right-color: hsla(200, 7%, 92%, 0.05);
}

.border-r-grey-100\/10 {
  border-right-color: hsla(200, 7%, 92%, 0.1);
}

.border-r-grey-100\/20 {
  border-right-color: hsla(200, 7%, 92%, 0.2);
}

.border-r-grey-100\/25 {
  border-right-color: hsla(200, 7%, 92%, 0.25);
}

.border-r-grey-100\/30 {
  border-right-color: hsla(200, 7%, 92%, 0.3);
}

.border-r-grey-100\/40 {
  border-right-color: hsla(200, 7%, 92%, 0.4);
}

.border-r-grey-100\/50 {
  border-right-color: hsla(200, 7%, 92%, 0.5);
}

.border-r-grey-100\/60 {
  border-right-color: hsla(200, 7%, 92%, 0.6);
}

.border-r-grey-100\/70 {
  border-right-color: hsla(200, 7%, 92%, 0.7);
}

.border-r-grey-100\/75 {
  border-right-color: hsla(200, 7%, 92%, 0.75);
}

.border-r-grey-100\/80 {
  border-right-color: hsla(200, 7%, 92%, 0.8);
}

.border-r-grey-100\/90 {
  border-right-color: hsla(200, 7%, 92%, 0.9);
}

.border-r-grey-100\/95 {
  border-right-color: hsla(200, 7%, 92%, 0.95);
}

.border-r-grey-100\/100 {
  border-right-color: #e9ebec;
}

.border-r-grey-300\/0 {
  border-right-color: hsla(206, 9%, 84%, 0);
}

.border-r-grey-300\/5 {
  border-right-color: hsla(206, 9%, 84%, 0.05);
}

.border-r-grey-300\/10 {
  border-right-color: hsla(206, 9%, 84%, 0.1);
}

.border-r-grey-300\/20 {
  border-right-color: hsla(206, 9%, 84%, 0.2);
}

.border-r-grey-300\/25 {
  border-right-color: hsla(206, 9%, 84%, 0.25);
}

.border-r-grey-300\/30 {
  border-right-color: hsla(206, 9%, 84%, 0.3);
}

.border-r-grey-300\/40 {
  border-right-color: hsla(206, 9%, 84%, 0.4);
}

.border-r-grey-300\/50 {
  border-right-color: hsla(206, 9%, 84%, 0.5);
}

.border-r-grey-300\/60 {
  border-right-color: hsla(206, 9%, 84%, 0.6);
}

.border-r-grey-300\/70 {
  border-right-color: hsla(206, 9%, 84%, 0.7);
}

.border-r-grey-300\/75 {
  border-right-color: hsla(206, 9%, 84%, 0.75);
}

.border-r-grey-300\/80 {
  border-right-color: hsla(206, 9%, 84%, 0.8);
}

.border-r-grey-300\/90 {
  border-right-color: hsla(206, 9%, 84%, 0.9);
}

.border-r-grey-300\/95 {
  border-right-color: hsla(206, 9%, 84%, 0.95);
}

.border-r-grey-300\/100 {
  border-right-color: #d3d7da;
}

.border-r-grey-700\/0 {
  border-right-color: hsla(0, 0%, 57%, 0);
}

.border-r-grey-700\/5 {
  border-right-color: hsla(0, 0%, 57%, 0.05);
}

.border-r-grey-700\/10 {
  border-right-color: hsla(0, 0%, 57%, 0.1);
}

.border-r-grey-700\/20 {
  border-right-color: hsla(0, 0%, 57%, 0.2);
}

.border-r-grey-700\/25 {
  border-right-color: hsla(0, 0%, 57%, 0.25);
}

.border-r-grey-700\/30 {
  border-right-color: hsla(0, 0%, 57%, 0.3);
}

.border-r-grey-700\/40 {
  border-right-color: hsla(0, 0%, 57%, 0.4);
}

.border-r-grey-700\/50 {
  border-right-color: hsla(0, 0%, 57%, 0.5);
}

.border-r-grey-700\/60 {
  border-right-color: hsla(0, 0%, 57%, 0.6);
}

.border-r-grey-700\/70 {
  border-right-color: hsla(0, 0%, 57%, 0.7);
}

.border-r-grey-700\/75 {
  border-right-color: hsla(0, 0%, 57%, 0.75);
}

.border-r-grey-700\/80 {
  border-right-color: hsla(0, 0%, 57%, 0.8);
}

.border-r-grey-700\/90 {
  border-right-color: hsla(0, 0%, 57%, 0.9);
}

.border-r-grey-700\/95 {
  border-right-color: hsla(0, 0%, 57%, 0.95);
}

.border-r-grey-700\/100 {
  border-right-color: #919191;
}

.border-r-green-200\/0 {
  border-right-color: hsla(99, 45%, 86%, 0);
}

.border-r-green-200\/5 {
  border-right-color: hsla(99, 45%, 86%, 0.05);
}

.border-r-green-200\/10 {
  border-right-color: hsla(99, 45%, 86%, 0.1);
}

.border-r-green-200\/20 {
  border-right-color: hsla(99, 45%, 86%, 0.2);
}

.border-r-green-200\/25 {
  border-right-color: hsla(99, 45%, 86%, 0.25);
}

.border-r-green-200\/30 {
  border-right-color: hsla(99, 45%, 86%, 0.3);
}

.border-r-green-200\/40 {
  border-right-color: hsla(99, 45%, 86%, 0.4);
}

.border-r-green-200\/50 {
  border-right-color: hsla(99, 45%, 86%, 0.5);
}

.border-r-green-200\/60 {
  border-right-color: hsla(99, 45%, 86%, 0.6);
}

.border-r-green-200\/70 {
  border-right-color: hsla(99, 45%, 86%, 0.7);
}

.border-r-green-200\/75 {
  border-right-color: hsla(99, 45%, 86%, 0.75);
}

.border-r-green-200\/80 {
  border-right-color: hsla(99, 45%, 86%, 0.8);
}

.border-r-green-200\/90 {
  border-right-color: hsla(99, 45%, 86%, 0.9);
}

.border-r-green-200\/95 {
  border-right-color: hsla(99, 45%, 86%, 0.95);
}

.border-r-green-200\/100 {
  border-right-color: #d8eccd;
}

.border-r-green-400\/0 {
  border-right-color: rgba(81, 222, 7, 0);
}

.border-r-green-400\/5 {
  border-right-color: rgba(81, 222, 7, 0.05);
}

.border-r-green-400\/10 {
  border-right-color: rgba(81, 222, 7, 0.1);
}

.border-r-green-400\/20 {
  border-right-color: rgba(81, 222, 7, 0.2);
}

.border-r-green-400\/25 {
  border-right-color: rgba(81, 222, 7, 0.25);
}

.border-r-green-400\/30 {
  border-right-color: rgba(81, 222, 7, 0.3);
}

.border-r-green-400\/40 {
  border-right-color: rgba(81, 222, 7, 0.4);
}

.border-r-green-400\/50 {
  border-right-color: rgba(81, 222, 7, 0.5);
}

.border-r-green-400\/60 {
  border-right-color: rgba(81, 222, 7, 0.6);
}

.border-r-green-400\/70 {
  border-right-color: rgba(81, 222, 7, 0.7);
}

.border-r-green-400\/75 {
  border-right-color: rgba(81, 222, 7, 0.75);
}

.border-r-green-400\/80 {
  border-right-color: rgba(81, 222, 7, 0.8);
}

.border-r-green-400\/90 {
  border-right-color: rgba(81, 222, 7, 0.9);
}

.border-r-green-400\/95 {
  border-right-color: rgba(81, 222, 7, 0.95);
}

.border-r-green-400\/100 {
  border-right-color: #51de07;
}

.border-r-green-500\/0 {
  border-right-color: rgba(67, 184, 6, 0);
}

.border-r-green-500\/5 {
  border-right-color: rgba(67, 184, 6, 0.05);
}

.border-r-green-500\/10 {
  border-right-color: rgba(67, 184, 6, 0.1);
}

.border-r-green-500\/20 {
  border-right-color: rgba(67, 184, 6, 0.2);
}

.border-r-green-500\/25 {
  border-right-color: rgba(67, 184, 6, 0.25);
}

.border-r-green-500\/30 {
  border-right-color: rgba(67, 184, 6, 0.3);
}

.border-r-green-500\/40 {
  border-right-color: rgba(67, 184, 6, 0.4);
}

.border-r-green-500\/50 {
  border-right-color: rgba(67, 184, 6, 0.5);
}

.border-r-green-500\/60 {
  border-right-color: rgba(67, 184, 6, 0.6);
}

.border-r-green-500\/70 {
  border-right-color: rgba(67, 184, 6, 0.7);
}

.border-r-green-500\/75 {
  border-right-color: rgba(67, 184, 6, 0.75);
}

.border-r-green-500\/80 {
  border-right-color: rgba(67, 184, 6, 0.8);
}

.border-r-green-500\/90 {
  border-right-color: rgba(67, 184, 6, 0.9);
}

.border-r-green-500\/95 {
  border-right-color: rgba(67, 184, 6, 0.95);
}

.border-r-green-500\/100 {
  border-right-color: #43b806;
}

.border-r-green-600\/0 {
  border-right-color: rgba(48, 132, 6, 0);
}

.border-r-green-600\/5 {
  border-right-color: rgba(48, 132, 6, 0.05);
}

.border-r-green-600\/10 {
  border-right-color: rgba(48, 132, 6, 0.1);
}

.border-r-green-600\/20 {
  border-right-color: rgba(48, 132, 6, 0.2);
}

.border-r-green-600\/25 {
  border-right-color: rgba(48, 132, 6, 0.25);
}

.border-r-green-600\/30 {
  border-right-color: rgba(48, 132, 6, 0.3);
}

.border-r-green-600\/40 {
  border-right-color: rgba(48, 132, 6, 0.4);
}

.border-r-green-600\/50 {
  border-right-color: rgba(48, 132, 6, 0.5);
}

.border-r-green-600\/60 {
  border-right-color: rgba(48, 132, 6, 0.6);
}

.border-r-green-600\/70 {
  border-right-color: rgba(48, 132, 6, 0.7);
}

.border-r-green-600\/75 {
  border-right-color: rgba(48, 132, 6, 0.75);
}

.border-r-green-600\/80 {
  border-right-color: rgba(48, 132, 6, 0.8);
}

.border-r-green-600\/90 {
  border-right-color: rgba(48, 132, 6, 0.9);
}

.border-r-green-600\/95 {
  border-right-color: rgba(48, 132, 6, 0.95);
}

.border-r-green-600\/100 {
  border-right-color: #308406;
}

.border-r-green-700\/0 {
  border-right-color: rgba(39, 202, 64, 0);
}

.border-r-green-700\/5 {
  border-right-color: rgba(39, 202, 64, 0.05);
}

.border-r-green-700\/10 {
  border-right-color: rgba(39, 202, 64, 0.1);
}

.border-r-green-700\/20 {
  border-right-color: rgba(39, 202, 64, 0.2);
}

.border-r-green-700\/25 {
  border-right-color: rgba(39, 202, 64, 0.25);
}

.border-r-green-700\/30 {
  border-right-color: rgba(39, 202, 64, 0.3);
}

.border-r-green-700\/40 {
  border-right-color: rgba(39, 202, 64, 0.4);
}

.border-r-green-700\/50 {
  border-right-color: rgba(39, 202, 64, 0.5);
}

.border-r-green-700\/60 {
  border-right-color: rgba(39, 202, 64, 0.6);
}

.border-r-green-700\/70 {
  border-right-color: rgba(39, 202, 64, 0.7);
}

.border-r-green-700\/75 {
  border-right-color: rgba(39, 202, 64, 0.75);
}

.border-r-green-700\/80 {
  border-right-color: rgba(39, 202, 64, 0.8);
}

.border-r-green-700\/90 {
  border-right-color: rgba(39, 202, 64, 0.9);
}

.border-r-green-700\/95 {
  border-right-color: rgba(39, 202, 64, 0.95);
}

.border-r-green-700\/100 {
  border-right-color: #27ca40;
}

.border-r-grey-blue-500\/0 {
  border-right-color: rgba(95, 99, 104, 0);
}

.border-r-grey-blue-500\/5 {
  border-right-color: rgba(95, 99, 104, 0.05);
}

.border-r-grey-blue-500\/10 {
  border-right-color: rgba(95, 99, 104, 0.1);
}

.border-r-grey-blue-500\/20 {
  border-right-color: rgba(95, 99, 104, 0.2);
}

.border-r-grey-blue-500\/25 {
  border-right-color: rgba(95, 99, 104, 0.25);
}

.border-r-grey-blue-500\/30 {
  border-right-color: rgba(95, 99, 104, 0.3);
}

.border-r-grey-blue-500\/40 {
  border-right-color: rgba(95, 99, 104, 0.4);
}

.border-r-grey-blue-500\/50 {
  border-right-color: rgba(95, 99, 104, 0.5);
}

.border-r-grey-blue-500\/60 {
  border-right-color: rgba(95, 99, 104, 0.6);
}

.border-r-grey-blue-500\/70 {
  border-right-color: rgba(95, 99, 104, 0.7);
}

.border-r-grey-blue-500\/75 {
  border-right-color: rgba(95, 99, 104, 0.75);
}

.border-r-grey-blue-500\/80 {
  border-right-color: rgba(95, 99, 104, 0.8);
}

.border-r-grey-blue-500\/90 {
  border-right-color: rgba(95, 99, 104, 0.9);
}

.border-r-grey-blue-500\/95 {
  border-right-color: rgba(95, 99, 104, 0.95);
}

.border-r-grey-blue-500\/100 {
  border-right-color: #5f6368;
}

.border-r-grey-blue-600\/0 {
  border-right-color: rgba(54, 91, 114, 0);
}

.border-r-grey-blue-600\/5 {
  border-right-color: rgba(54, 91, 114, 0.05);
}

.border-r-grey-blue-600\/10 {
  border-right-color: rgba(54, 91, 114, 0.1);
}

.border-r-grey-blue-600\/20 {
  border-right-color: rgba(54, 91, 114, 0.2);
}

.border-r-grey-blue-600\/25 {
  border-right-color: rgba(54, 91, 114, 0.25);
}

.border-r-grey-blue-600\/30 {
  border-right-color: rgba(54, 91, 114, 0.3);
}

.border-r-grey-blue-600\/40 {
  border-right-color: rgba(54, 91, 114, 0.4);
}

.border-r-grey-blue-600\/50 {
  border-right-color: rgba(54, 91, 114, 0.5);
}

.border-r-grey-blue-600\/60 {
  border-right-color: rgba(54, 91, 114, 0.6);
}

.border-r-grey-blue-600\/70 {
  border-right-color: rgba(54, 91, 114, 0.7);
}

.border-r-grey-blue-600\/75 {
  border-right-color: rgba(54, 91, 114, 0.75);
}

.border-r-grey-blue-600\/80 {
  border-right-color: rgba(54, 91, 114, 0.8);
}

.border-r-grey-blue-600\/90 {
  border-right-color: rgba(54, 91, 114, 0.9);
}

.border-r-grey-blue-600\/95 {
  border-right-color: rgba(54, 91, 114, 0.95);
}

.border-r-grey-blue-600\/100 {
  border-right-color: #365b72;
}

.border-r-grey-green-500\/0 {
  border-right-color: rgba(86, 94, 82, 0);
}

.border-r-grey-green-500\/5 {
  border-right-color: rgba(86, 94, 82, 0.05);
}

.border-r-grey-green-500\/10 {
  border-right-color: rgba(86, 94, 82, 0.1);
}

.border-r-grey-green-500\/20 {
  border-right-color: rgba(86, 94, 82, 0.2);
}

.border-r-grey-green-500\/25 {
  border-right-color: rgba(86, 94, 82, 0.25);
}

.border-r-grey-green-500\/30 {
  border-right-color: rgba(86, 94, 82, 0.3);
}

.border-r-grey-green-500\/40 {
  border-right-color: rgba(86, 94, 82, 0.4);
}

.border-r-grey-green-500\/50 {
  border-right-color: rgba(86, 94, 82, 0.5);
}

.border-r-grey-green-500\/60 {
  border-right-color: rgba(86, 94, 82, 0.6);
}

.border-r-grey-green-500\/70 {
  border-right-color: rgba(86, 94, 82, 0.7);
}

.border-r-grey-green-500\/75 {
  border-right-color: rgba(86, 94, 82, 0.75);
}

.border-r-grey-green-500\/80 {
  border-right-color: rgba(86, 94, 82, 0.8);
}

.border-r-grey-green-500\/90 {
  border-right-color: rgba(86, 94, 82, 0.9);
}

.border-r-grey-green-500\/95 {
  border-right-color: rgba(86, 94, 82, 0.95);
}

.border-r-grey-green-500\/100 {
  border-right-color: #565e52;
}

.border-r-red-500\/0 {
  border-right-color: rgba(231, 8, 60, 0);
}

.border-r-red-500\/5 {
  border-right-color: rgba(231, 8, 60, 0.05);
}

.border-r-red-500\/10 {
  border-right-color: rgba(231, 8, 60, 0.1);
}

.border-r-red-500\/20 {
  border-right-color: rgba(231, 8, 60, 0.2);
}

.border-r-red-500\/25 {
  border-right-color: rgba(231, 8, 60, 0.25);
}

.border-r-red-500\/30 {
  border-right-color: rgba(231, 8, 60, 0.3);
}

.border-r-red-500\/40 {
  border-right-color: rgba(231, 8, 60, 0.4);
}

.border-r-red-500\/50 {
  border-right-color: rgba(231, 8, 60, 0.5);
}

.border-r-red-500\/60 {
  border-right-color: rgba(231, 8, 60, 0.6);
}

.border-r-red-500\/70 {
  border-right-color: rgba(231, 8, 60, 0.7);
}

.border-r-red-500\/75 {
  border-right-color: rgba(231, 8, 60, 0.75);
}

.border-r-red-500\/80 {
  border-right-color: rgba(231, 8, 60, 0.8);
}

.border-r-red-500\/90 {
  border-right-color: rgba(231, 8, 60, 0.9);
}

.border-r-red-500\/95 {
  border-right-color: rgba(231, 8, 60, 0.95);
}

.border-r-red-500\/100 {
  border-right-color: #e7083c;
}

.border-b-inherit {
  border-bottom-color: inherit;
}

.border-b-current {
  border-bottom-color: currentColor;
}

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

.border-b-white {
  border-bottom-color: #fafcfc;
}

.border-b-black {
  border-bottom-color: #000;
}

.border-b-blue-100 {
  border-bottom-color: #dfedf4;
}

.border-b-blue-300 {
  border-bottom-color: #b4d9ed;
}

.border-b-blue-500 {
  border-bottom-color: #7cd0ff;
}

.border-b-blue-600 {
  border-bottom-color: #6ab3db;
}

.border-b-blue-700 {
  border-bottom-color: #335669;
}

.border-b-blue-800 {
  border-bottom-color: #203642;
}

.border-b-blue-900 {
  border-bottom-color: #192a33;
}

.border-b-grey-50 {
  border-bottom-color: #eef3f5;
}

.border-b-grey-100 {
  border-bottom-color: #e9ebec;
}

.border-b-grey-300 {
  border-bottom-color: #d3d7da;
}

.border-b-grey-700 {
  border-bottom-color: #919191;
}

.border-b-green-200 {
  border-bottom-color: #d8eccd;
}

.border-b-green-400 {
  border-bottom-color: #51de07;
}

.border-b-green-500 {
  border-bottom-color: #43b806;
}

.border-b-green-600 {
  border-bottom-color: #308406;
}

.border-b-green-700 {
  border-bottom-color: #27ca40;
}

.border-b-grey-blue-500 {
  border-bottom-color: #5f6368;
}

.border-b-grey-blue-600 {
  border-bottom-color: #365b72;
}

.border-b-grey-green-500 {
  border-bottom-color: #565e52;
}

.border-b-red-500 {
  border-bottom-color: #e7083c;
}

.border-b-transparent\/0 {
  border-bottom-color: transparent;
}

.border-b-transparent\/5 {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.border-b-transparent\/10 {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.border-b-transparent\/20 {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.border-b-transparent\/25 {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.border-b-transparent\/30 {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.border-b-transparent\/40 {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

.border-b-transparent\/50 {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.border-b-transparent\/60 {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}

.border-b-transparent\/70 {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.border-b-transparent\/75 {
  border-bottom-color: rgba(0, 0, 0, 0.75);
}

.border-b-transparent\/80 {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.border-b-transparent\/90 {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.border-b-transparent\/95 {
  border-bottom-color: rgba(0, 0, 0, 0.95);
}

.border-b-transparent\/100 {
  border-bottom-color: #000;
}

.border-b-white\/0 {
  border-bottom-color: rgba(250, 252, 252, 0);
}

.border-b-white\/5 {
  border-bottom-color: rgba(250, 252, 252, 0.05);
}

.border-b-white\/10 {
  border-bottom-color: rgba(250, 252, 252, 0.1);
}

.border-b-white\/20 {
  border-bottom-color: rgba(250, 252, 252, 0.2);
}

.border-b-white\/25 {
  border-bottom-color: rgba(250, 252, 252, 0.25);
}

.border-b-white\/30 {
  border-bottom-color: rgba(250, 252, 252, 0.3);
}

.border-b-white\/40 {
  border-bottom-color: rgba(250, 252, 252, 0.4);
}

.border-b-white\/50 {
  border-bottom-color: rgba(250, 252, 252, 0.5);
}

.border-b-white\/60 {
  border-bottom-color: rgba(250, 252, 252, 0.6);
}

.border-b-white\/70 {
  border-bottom-color: rgba(250, 252, 252, 0.7);
}

.border-b-white\/75 {
  border-bottom-color: rgba(250, 252, 252, 0.75);
}

.border-b-white\/80 {
  border-bottom-color: rgba(250, 252, 252, 0.8);
}

.border-b-white\/90 {
  border-bottom-color: rgba(250, 252, 252, 0.9);
}

.border-b-white\/95 {
  border-bottom-color: rgba(250, 252, 252, 0.95);
}

.border-b-white\/100 {
  border-bottom-color: #fafcfc;
}

.border-b-black\/0 {
  border-bottom-color: transparent;
}

.border-b-black\/5 {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}

.border-b-black\/10 {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.border-b-black\/20 {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.border-b-black\/25 {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.border-b-black\/30 {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

.border-b-black\/40 {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}

.border-b-black\/50 {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

.border-b-black\/60 {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}

.border-b-black\/70 {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}

.border-b-black\/75 {
  border-bottom-color: rgba(0, 0, 0, 0.75);
}

.border-b-black\/80 {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}

.border-b-black\/90 {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.border-b-black\/95 {
  border-bottom-color: rgba(0, 0, 0, 0.95);
}

.border-b-black\/100 {
  border-bottom-color: #000;
}

.border-b-blue-100\/0 {
  border-bottom-color: rgba(223, 237, 244, 0);
}

.border-b-blue-100\/5 {
  border-bottom-color: rgba(223, 237, 244, 0.05);
}

.border-b-blue-100\/10 {
  border-bottom-color: rgba(223, 237, 244, 0.1);
}

.border-b-blue-100\/20 {
  border-bottom-color: rgba(223, 237, 244, 0.2);
}

.border-b-blue-100\/25 {
  border-bottom-color: rgba(223, 237, 244, 0.25);
}

.border-b-blue-100\/30 {
  border-bottom-color: rgba(223, 237, 244, 0.3);
}

.border-b-blue-100\/40 {
  border-bottom-color: rgba(223, 237, 244, 0.4);
}

.border-b-blue-100\/50 {
  border-bottom-color: rgba(223, 237, 244, 0.5);
}

.border-b-blue-100\/60 {
  border-bottom-color: rgba(223, 237, 244, 0.6);
}

.border-b-blue-100\/70 {
  border-bottom-color: rgba(223, 237, 244, 0.7);
}

.border-b-blue-100\/75 {
  border-bottom-color: rgba(223, 237, 244, 0.75);
}

.border-b-blue-100\/80 {
  border-bottom-color: rgba(223, 237, 244, 0.8);
}

.border-b-blue-100\/90 {
  border-bottom-color: rgba(223, 237, 244, 0.9);
}

.border-b-blue-100\/95 {
  border-bottom-color: rgba(223, 237, 244, 0.95);
}

.border-b-blue-100\/100 {
  border-bottom-color: #dfedf4;
}

.border-b-blue-300\/0 {
  border-bottom-color: rgba(180, 217, 237, 0);
}

.border-b-blue-300\/5 {
  border-bottom-color: rgba(180, 217, 237, 0.05);
}

.border-b-blue-300\/10 {
  border-bottom-color: rgba(180, 217, 237, 0.1);
}

.border-b-blue-300\/20 {
  border-bottom-color: rgba(180, 217, 237, 0.2);
}

.border-b-blue-300\/25 {
  border-bottom-color: rgba(180, 217, 237, 0.25);
}

.border-b-blue-300\/30 {
  border-bottom-color: rgba(180, 217, 237, 0.3);
}

.border-b-blue-300\/40 {
  border-bottom-color: rgba(180, 217, 237, 0.4);
}

.border-b-blue-300\/50 {
  border-bottom-color: rgba(180, 217, 237, 0.5);
}

.border-b-blue-300\/60 {
  border-bottom-color: rgba(180, 217, 237, 0.6);
}

.border-b-blue-300\/70 {
  border-bottom-color: rgba(180, 217, 237, 0.7);
}

.border-b-blue-300\/75 {
  border-bottom-color: rgba(180, 217, 237, 0.75);
}

.border-b-blue-300\/80 {
  border-bottom-color: rgba(180, 217, 237, 0.8);
}

.border-b-blue-300\/90 {
  border-bottom-color: rgba(180, 217, 237, 0.9);
}

.border-b-blue-300\/95 {
  border-bottom-color: rgba(180, 217, 237, 0.95);
}

.border-b-blue-300\/100 {
  border-bottom-color: #b4d9ed;
}

.border-b-blue-500\/0 {
  border-bottom-color: rgba(124, 208, 255, 0);
}

.border-b-blue-500\/5 {
  border-bottom-color: rgba(124, 208, 255, 0.05);
}

.border-b-blue-500\/10 {
  border-bottom-color: rgba(124, 208, 255, 0.1);
}

.border-b-blue-500\/20 {
  border-bottom-color: rgba(124, 208, 255, 0.2);
}

.border-b-blue-500\/25 {
  border-bottom-color: rgba(124, 208, 255, 0.25);
}

.border-b-blue-500\/30 {
  border-bottom-color: rgba(124, 208, 255, 0.3);
}

.border-b-blue-500\/40 {
  border-bottom-color: rgba(124, 208, 255, 0.4);
}

.border-b-blue-500\/50 {
  border-bottom-color: rgba(124, 208, 255, 0.5);
}

.border-b-blue-500\/60 {
  border-bottom-color: rgba(124, 208, 255, 0.6);
}

.border-b-blue-500\/70 {
  border-bottom-color: rgba(124, 208, 255, 0.7);
}

.border-b-blue-500\/75 {
  border-bottom-color: rgba(124, 208, 255, 0.75);
}

.border-b-blue-500\/80 {
  border-bottom-color: rgba(124, 208, 255, 0.8);
}

.border-b-blue-500\/90 {
  border-bottom-color: rgba(124, 208, 255, 0.9);
}

.border-b-blue-500\/95 {
  border-bottom-color: rgba(124, 208, 255, 0.95);
}

.border-b-blue-500\/100 {
  border-bottom-color: #7cd0ff;
}

.border-b-blue-600\/0 {
  border-bottom-color: rgba(106, 179, 219, 0);
}

.border-b-blue-600\/5 {
  border-bottom-color: rgba(106, 179, 219, 0.05);
}

.border-b-blue-600\/10 {
  border-bottom-color: rgba(106, 179, 219, 0.1);
}

.border-b-blue-600\/20 {
  border-bottom-color: rgba(106, 179, 219, 0.2);
}

.border-b-blue-600\/25 {
  border-bottom-color: rgba(106, 179, 219, 0.25);
}

.border-b-blue-600\/30 {
  border-bottom-color: rgba(106, 179, 219, 0.3);
}

.border-b-blue-600\/40 {
  border-bottom-color: rgba(106, 179, 219, 0.4);
}

.border-b-blue-600\/50 {
  border-bottom-color: rgba(106, 179, 219, 0.5);
}

.border-b-blue-600\/60 {
  border-bottom-color: rgba(106, 179, 219, 0.6);
}

.border-b-blue-600\/70 {
  border-bottom-color: rgba(106, 179, 219, 0.7);
}

.border-b-blue-600\/75 {
  border-bottom-color: rgba(106, 179, 219, 0.75);
}

.border-b-blue-600\/80 {
  border-bottom-color: rgba(106, 179, 219, 0.8);
}

.border-b-blue-600\/90 {
  border-bottom-color: rgba(106, 179, 219, 0.9);
}

.border-b-blue-600\/95 {
  border-bottom-color: rgba(106, 179, 219, 0.95);
}

.border-b-blue-600\/100 {
  border-bottom-color: #6ab3db;
}

.border-b-blue-700\/0 {
  border-bottom-color: rgba(51, 86, 105, 0);
}

.border-b-blue-700\/5 {
  border-bottom-color: rgba(51, 86, 105, 0.05);
}

.border-b-blue-700\/10 {
  border-bottom-color: rgba(51, 86, 105, 0.1);
}

.border-b-blue-700\/20 {
  border-bottom-color: rgba(51, 86, 105, 0.2);
}

.border-b-blue-700\/25 {
  border-bottom-color: rgba(51, 86, 105, 0.25);
}

.border-b-blue-700\/30 {
  border-bottom-color: rgba(51, 86, 105, 0.3);
}

.border-b-blue-700\/40 {
  border-bottom-color: rgba(51, 86, 105, 0.4);
}

.border-b-blue-700\/50 {
  border-bottom-color: rgba(51, 86, 105, 0.5);
}

.border-b-blue-700\/60 {
  border-bottom-color: rgba(51, 86, 105, 0.6);
}

.border-b-blue-700\/70 {
  border-bottom-color: rgba(51, 86, 105, 0.7);
}

.border-b-blue-700\/75 {
  border-bottom-color: rgba(51, 86, 105, 0.75);
}

.border-b-blue-700\/80 {
  border-bottom-color: rgba(51, 86, 105, 0.8);
}

.border-b-blue-700\/90 {
  border-bottom-color: rgba(51, 86, 105, 0.9);
}

.border-b-blue-700\/95 {
  border-bottom-color: rgba(51, 86, 105, 0.95);
}

.border-b-blue-700\/100 {
  border-bottom-color: #335669;
}

.border-b-blue-800\/0 {
  border-bottom-color: rgba(32, 54, 66, 0);
}

.border-b-blue-800\/5 {
  border-bottom-color: rgba(32, 54, 66, 0.05);
}

.border-b-blue-800\/10 {
  border-bottom-color: rgba(32, 54, 66, 0.1);
}

.border-b-blue-800\/20 {
  border-bottom-color: rgba(32, 54, 66, 0.2);
}

.border-b-blue-800\/25 {
  border-bottom-color: rgba(32, 54, 66, 0.25);
}

.border-b-blue-800\/30 {
  border-bottom-color: rgba(32, 54, 66, 0.3);
}

.border-b-blue-800\/40 {
  border-bottom-color: rgba(32, 54, 66, 0.4);
}

.border-b-blue-800\/50 {
  border-bottom-color: rgba(32, 54, 66, 0.5);
}

.border-b-blue-800\/60 {
  border-bottom-color: rgba(32, 54, 66, 0.6);
}

.border-b-blue-800\/70 {
  border-bottom-color: rgba(32, 54, 66, 0.7);
}

.border-b-blue-800\/75 {
  border-bottom-color: rgba(32, 54, 66, 0.75);
}

.border-b-blue-800\/80 {
  border-bottom-color: rgba(32, 54, 66, 0.8);
}

.border-b-blue-800\/90 {
  border-bottom-color: rgba(32, 54, 66, 0.9);
}

.border-b-blue-800\/95 {
  border-bottom-color: rgba(32, 54, 66, 0.95);
}

.border-b-blue-800\/100 {
  border-bottom-color: #203642;
}

.border-b-blue-900\/0 {
  border-bottom-color: rgba(25, 42, 51, 0);
}

.border-b-blue-900\/5 {
  border-bottom-color: rgba(25, 42, 51, 0.05);
}

.border-b-blue-900\/10 {
  border-bottom-color: rgba(25, 42, 51, 0.1);
}

.border-b-blue-900\/20 {
  border-bottom-color: rgba(25, 42, 51, 0.2);
}

.border-b-blue-900\/25 {
  border-bottom-color: rgba(25, 42, 51, 0.25);
}

.border-b-blue-900\/30 {
  border-bottom-color: rgba(25, 42, 51, 0.3);
}

.border-b-blue-900\/40 {
  border-bottom-color: rgba(25, 42, 51, 0.4);
}

.border-b-blue-900\/50 {
  border-bottom-color: rgba(25, 42, 51, 0.5);
}

.border-b-blue-900\/60 {
  border-bottom-color: rgba(25, 42, 51, 0.6);
}

.border-b-blue-900\/70 {
  border-bottom-color: rgba(25, 42, 51, 0.7);
}

.border-b-blue-900\/75 {
  border-bottom-color: rgba(25, 42, 51, 0.75);
}

.border-b-blue-900\/80 {
  border-bottom-color: rgba(25, 42, 51, 0.8);
}

.border-b-blue-900\/90 {
  border-bottom-color: rgba(25, 42, 51, 0.9);
}

.border-b-blue-900\/95 {
  border-bottom-color: rgba(25, 42, 51, 0.95);
}

.border-b-blue-900\/100 {
  border-bottom-color: #192a33;
}

.border-b-grey-50\/0 {
  border-bottom-color: rgba(238, 243, 245, 0);
}

.border-b-grey-50\/5 {
  border-bottom-color: rgba(238, 243, 245, 0.05);
}

.border-b-grey-50\/10 {
  border-bottom-color: rgba(238, 243, 245, 0.1);
}

.border-b-grey-50\/20 {
  border-bottom-color: rgba(238, 243, 245, 0.2);
}

.border-b-grey-50\/25 {
  border-bottom-color: rgba(238, 243, 245, 0.25);
}

.border-b-grey-50\/30 {
  border-bottom-color: rgba(238, 243, 245, 0.3);
}

.border-b-grey-50\/40 {
  border-bottom-color: rgba(238, 243, 245, 0.4);
}

.border-b-grey-50\/50 {
  border-bottom-color: rgba(238, 243, 245, 0.5);
}

.border-b-grey-50\/60 {
  border-bottom-color: rgba(238, 243, 245, 0.6);
}

.border-b-grey-50\/70 {
  border-bottom-color: rgba(238, 243, 245, 0.7);
}

.border-b-grey-50\/75 {
  border-bottom-color: rgba(238, 243, 245, 0.75);
}

.border-b-grey-50\/80 {
  border-bottom-color: rgba(238, 243, 245, 0.8);
}

.border-b-grey-50\/90 {
  border-bottom-color: rgba(238, 243, 245, 0.9);
}

.border-b-grey-50\/95 {
  border-bottom-color: rgba(238, 243, 245, 0.95);
}

.border-b-grey-50\/100 {
  border-bottom-color: #eef3f5;
}

.border-b-grey-100\/0 {
  border-bottom-color: hsla(200, 7%, 92%, 0);
}

.border-b-grey-100\/5 {
  border-bottom-color: hsla(200, 7%, 92%, 0.05);
}

.border-b-grey-100\/10 {
  border-bottom-color: hsla(200, 7%, 92%, 0.1);
}

.border-b-grey-100\/20 {
  border-bottom-color: hsla(200, 7%, 92%, 0.2);
}

.border-b-grey-100\/25 {
  border-bottom-color: hsla(200, 7%, 92%, 0.25);
}

.border-b-grey-100\/30 {
  border-bottom-color: hsla(200, 7%, 92%, 0.3);
}

.border-b-grey-100\/40 {
  border-bottom-color: hsla(200, 7%, 92%, 0.4);
}

.border-b-grey-100\/50 {
  border-bottom-color: hsla(200, 7%, 92%, 0.5);
}

.border-b-grey-100\/60 {
  border-bottom-color: hsla(200, 7%, 92%, 0.6);
}

.border-b-grey-100\/70 {
  border-bottom-color: hsla(200, 7%, 92%, 0.7);
}

.border-b-grey-100\/75 {
  border-bottom-color: hsla(200, 7%, 92%, 0.75);
}

.border-b-grey-100\/80 {
  border-bottom-color: hsla(200, 7%, 92%, 0.8);
}

.border-b-grey-100\/90 {
  border-bottom-color: hsla(200, 7%, 92%, 0.9);
}

.border-b-grey-100\/95 {
  border-bottom-color: hsla(200, 7%, 92%, 0.95);
}

.border-b-grey-100\/100 {
  border-bottom-color: #e9ebec;
}

.border-b-grey-300\/0 {
  border-bottom-color: hsla(206, 9%, 84%, 0);
}

.border-b-grey-300\/5 {
  border-bottom-color: hsla(206, 9%, 84%, 0.05);
}

.border-b-grey-300\/10 {
  border-bottom-color: hsla(206, 9%, 84%, 0.1);
}

.border-b-grey-300\/20 {
  border-bottom-color: hsla(206, 9%, 84%, 0.2);
}

.border-b-grey-300\/25 {
  border-bottom-color: hsla(206, 9%, 84%, 0.25);
}

.border-b-grey-300\/30 {
  border-bottom-color: hsla(206, 9%, 84%, 0.3);
}

.border-b-grey-300\/40 {
  border-bottom-color: hsla(206, 9%, 84%, 0.4);
}

.border-b-grey-300\/50 {
  border-bottom-color: hsla(206, 9%, 84%, 0.5);
}

.border-b-grey-300\/60 {
  border-bottom-color: hsla(206, 9%, 84%, 0.6);
}

.border-b-grey-300\/70 {
  border-bottom-color: hsla(206, 9%, 84%, 0.7);
}

.border-b-grey-300\/75 {
  border-bottom-color: hsla(206, 9%, 84%, 0.75);
}

.border-b-grey-300\/80 {
  border-bottom-color: hsla(206, 9%, 84%, 0.8);
}

.border-b-grey-300\/90 {
  border-bottom-color: hsla(206, 9%, 84%, 0.9);
}

.border-b-grey-300\/95 {
  border-bottom-color: hsla(206, 9%, 84%, 0.95);
}

.border-b-grey-300\/100 {
  border-bottom-color: #d3d7da;
}

.border-b-grey-700\/0 {
  border-bottom-color: hsla(0, 0%, 57%, 0);
}

.border-b-grey-700\/5 {
  border-bottom-color: hsla(0, 0%, 57%, 0.05);
}

.border-b-grey-700\/10 {
  border-bottom-color: hsla(0, 0%, 57%, 0.1);
}

.border-b-grey-700\/20 {
  border-bottom-color: hsla(0, 0%, 57%, 0.2);
}

.border-b-grey-700\/25 {
  border-bottom-color: hsla(0, 0%, 57%, 0.25);
}

.border-b-grey-700\/30 {
  border-bottom-color: hsla(0, 0%, 57%, 0.3);
}

.border-b-grey-700\/40 {
  border-bottom-color: hsla(0, 0%, 57%, 0.4);
}

.border-b-grey-700\/50 {
  border-bottom-color: hsla(0, 0%, 57%, 0.5);
}

.border-b-grey-700\/60 {
  border-bottom-color: hsla(0, 0%, 57%, 0.6);
}

.border-b-grey-700\/70 {
  border-bottom-color: hsla(0, 0%, 57%, 0.7);
}

.border-b-grey-700\/75 {
  border-bottom-color: hsla(0, 0%, 57%, 0.75);
}

.border-b-grey-700\/80 {
  border-bottom-color: hsla(0, 0%, 57%, 0.8);
}

.border-b-grey-700\/90 {
  border-bottom-color: hsla(0, 0%, 57%, 0.9);
}

.border-b-grey-700\/95 {
  border-bottom-color: hsla(0, 0%, 57%, 0.95);
}

.border-b-grey-700\/100 {
  border-bottom-color: #919191;
}

.border-b-green-200\/0 {
  border-bottom-color: hsla(99, 45%, 86%, 0);
}

.border-b-green-200\/5 {
  border-bottom-color: hsla(99, 45%, 86%, 0.05);
}

.border-b-green-200\/10 {
  border-bottom-color: hsla(99, 45%, 86%, 0.1);
}

.border-b-green-200\/20 {
  border-bottom-color: hsla(99, 45%, 86%, 0.2);
}

.border-b-green-200\/25 {
  border-bottom-color: hsla(99, 45%, 86%, 0.25);
}

.border-b-green-200\/30 {
  border-bottom-color: hsla(99, 45%, 86%, 0.3);
}

.border-b-green-200\/40 {
  border-bottom-color: hsla(99, 45%, 86%, 0.4);
}

.border-b-green-200\/50 {
  border-bottom-color: hsla(99, 45%, 86%, 0.5);
}

.border-b-green-200\/60 {
  border-bottom-color: hsla(99, 45%, 86%, 0.6);
}

.border-b-green-200\/70 {
  border-bottom-color: hsla(99, 45%, 86%, 0.7);
}

.border-b-green-200\/75 {
  border-bottom-color: hsla(99, 45%, 86%, 0.75);
}

.border-b-green-200\/80 {
  border-bottom-color: hsla(99, 45%, 86%, 0.8);
}

.border-b-green-200\/90 {
  border-bottom-color: hsla(99, 45%, 86%, 0.9);
}

.border-b-green-200\/95 {
  border-bottom-color: hsla(99, 45%, 86%, 0.95);
}

.border-b-green-200\/100 {
  border-bottom-color: #d8eccd;
}

.border-b-green-400\/0 {
  border-bottom-color: rgba(81, 222, 7, 0);
}

.border-b-green-400\/5 {
  border-bottom-color: rgba(81, 222, 7, 0.05);
}

.border-b-green-400\/10 {
  border-bottom-color: rgba(81, 222, 7, 0.1);
}

.border-b-green-400\/20 {
  border-bottom-color: rgba(81, 222, 7, 0.2);
}

.border-b-green-400\/25 {
  border-bottom-color: rgba(81, 222, 7, 0.25);
}

.border-b-green-400\/30 {
  border-bottom-color: rgba(81, 222, 7, 0.3);
}

.border-b-green-400\/40 {
  border-bottom-color: rgba(81, 222, 7, 0.4);
}

.border-b-green-400\/50 {
  border-bottom-color: rgba(81, 222, 7, 0.5);
}

.border-b-green-400\/60 {
  border-bottom-color: rgba(81, 222, 7, 0.6);
}

.border-b-green-400\/70 {
  border-bottom-color: rgba(81, 222, 7, 0.7);
}

.border-b-green-400\/75 {
  border-bottom-color: rgba(81, 222, 7, 0.75);
}

.border-b-green-400\/80 {
  border-bottom-color: rgba(81, 222, 7, 0.8);
}

.border-b-green-400\/90 {
  border-bottom-color: rgba(81, 222, 7, 0.9);
}

.border-b-green-400\/95 {
  border-bottom-color: rgba(81, 222, 7, 0.95);
}

.border-b-green-400\/100 {
  border-bottom-color: #51de07;
}

.border-b-green-500\/0 {
  border-bottom-color: rgba(67, 184, 6, 0);
}

.border-b-green-500\/5 {
  border-bottom-color: rgba(67, 184, 6, 0.05);
}

.border-b-green-500\/10 {
  border-bottom-color: rgba(67, 184, 6, 0.1);
}

.border-b-green-500\/20 {
  border-bottom-color: rgba(67, 184, 6, 0.2);
}

.border-b-green-500\/25 {
  border-bottom-color: rgba(67, 184, 6, 0.25);
}

.border-b-green-500\/30 {
  border-bottom-color: rgba(67, 184, 6, 0.3);
}

.border-b-green-500\/40 {
  border-bottom-color: rgba(67, 184, 6, 0.4);
}

.border-b-green-500\/50 {
  border-bottom-color: rgba(67, 184, 6, 0.5);
}

.border-b-green-500\/60 {
  border-bottom-color: rgba(67, 184, 6, 0.6);
}

.border-b-green-500\/70 {
  border-bottom-color: rgba(67, 184, 6, 0.7);
}

.border-b-green-500\/75 {
  border-bottom-color: rgba(67, 184, 6, 0.75);
}

.border-b-green-500\/80 {
  border-bottom-color: rgba(67, 184, 6, 0.8);
}

.border-b-green-500\/90 {
  border-bottom-color: rgba(67, 184, 6, 0.9);
}

.border-b-green-500\/95 {
  border-bottom-color: rgba(67, 184, 6, 0.95);
}

.border-b-green-500\/100 {
  border-bottom-color: #43b806;
}

.border-b-green-600\/0 {
  border-bottom-color: rgba(48, 132, 6, 0);
}

.border-b-green-600\/5 {
  border-bottom-color: rgba(48, 132, 6, 0.05);
}

.border-b-green-600\/10 {
  border-bottom-color: rgba(48, 132, 6, 0.1);
}

.border-b-green-600\/20 {
  border-bottom-color: rgba(48, 132, 6, 0.2);
}

.border-b-green-600\/25 {
  border-bottom-color: rgba(48, 132, 6, 0.25);
}

.border-b-green-600\/30 {
  border-bottom-color: rgba(48, 132, 6, 0.3);
}

.border-b-green-600\/40 {
  border-bottom-color: rgba(48, 132, 6, 0.4);
}

.border-b-green-600\/50 {
  border-bottom-color: rgba(48, 132, 6, 0.5);
}

.border-b-green-600\/60 {
  border-bottom-color: rgba(48, 132, 6, 0.6);
}

.border-b-green-600\/70 {
  border-bottom-color: rgba(48, 132, 6, 0.7);
}

.border-b-green-600\/75 {
  border-bottom-color: rgba(48, 132, 6, 0.75);
}

.border-b-green-600\/80 {
  border-bottom-color: rgba(48, 132, 6, 0.8);
}

.border-b-green-600\/90 {
  border-bottom-color: rgba(48, 132, 6, 0.9);
}

.border-b-green-600\/95 {
  border-bottom-color: rgba(48, 132, 6, 0.95);
}

.border-b-green-600\/100 {
  border-bottom-color: #308406;
}

.border-b-green-700\/0 {
  border-bottom-color: rgba(39, 202, 64, 0);
}

.border-b-green-700\/5 {
  border-bottom-color: rgba(39, 202, 64, 0.05);
}

.border-b-green-700\/10 {
  border-bottom-color: rgba(39, 202, 64, 0.1);
}

.border-b-green-700\/20 {
  border-bottom-color: rgba(39, 202, 64, 0.2);
}

.border-b-green-700\/25 {
  border-bottom-color: rgba(39, 202, 64, 0.25);
}

.border-b-green-700\/30 {
  border-bottom-color: rgba(39, 202, 64, 0.3);
}

.border-b-green-700\/40 {
  border-bottom-color: rgba(39, 202, 64, 0.4);
}

.border-b-green-700\/50 {
  border-bottom-color: rgba(39, 202, 64, 0.5);
}

.border-b-green-700\/60 {
  border-bottom-color: rgba(39, 202, 64, 0.6);
}

.border-b-green-700\/70 {
  border-bottom-color: rgba(39, 202, 64, 0.7);
}

.border-b-green-700\/75 {
  border-bottom-color: rgba(39, 202, 64, 0.75);
}

.border-b-green-700\/80 {
  border-bottom-color: rgba(39, 202, 64, 0.8);
}

.border-b-green-700\/90 {
  border-bottom-color: rgba(39, 202, 64, 0.9);
}

.border-b-green-700\/95 {
  border-bottom-color: rgba(39, 202, 64, 0.95);
}

.border-b-green-700\/100 {
  border-bottom-color: #27ca40;
}

.border-b-grey-blue-500\/0 {
  border-bottom-color: rgba(95, 99, 104, 0);
}

.border-b-grey-blue-500\/5 {
  border-bottom-color: rgba(95, 99, 104, 0.05);
}

.border-b-grey-blue-500\/10 {
  border-bottom-color: rgba(95, 99, 104, 0.1);
}

.border-b-grey-blue-500\/20 {
  border-bottom-color: rgba(95, 99, 104, 0.2);
}

.border-b-grey-blue-500\/25 {
  border-bottom-color: rgba(95, 99, 104, 0.25);
}

.border-b-grey-blue-500\/30 {
  border-bottom-color: rgba(95, 99, 104, 0.3);
}

.border-b-grey-blue-500\/40 {
  border-bottom-color: rgba(95, 99, 104, 0.4);
}

.border-b-grey-blue-500\/50 {
  border-bottom-color: rgba(95, 99, 104, 0.5);
}

.border-b-grey-blue-500\/60 {
  border-bottom-color: rgba(95, 99, 104, 0.6);
}

.border-b-grey-blue-500\/70 {
  border-bottom-color: rgba(95, 99, 104, 0.7);
}

.border-b-grey-blue-500\/75 {
  border-bottom-color: rgba(95, 99, 104, 0.75);
}

.border-b-grey-blue-500\/80 {
  border-bottom-color: rgba(95, 99, 104, 0.8);
}

.border-b-grey-blue-500\/90 {
  border-bottom-color: rgba(95, 99, 104, 0.9);
}

.border-b-grey-blue-500\/95 {
  border-bottom-color: rgba(95, 99, 104, 0.95);
}

.border-b-grey-blue-500\/100 {
  border-bottom-color: #5f6368;
}

.border-b-grey-blue-600\/0 {
  border-bottom-color: rgba(54, 91, 114, 0);
}

.border-b-grey-blue-600\/5 {
  border-bottom-color: rgba(54, 91, 114, 0.05);
}

.border-b-grey-blue-600\/10 {
  border-bottom-color: rgba(54, 91, 114, 0.1);
}

.border-b-grey-blue-600\/20 {
  border-bottom-color: rgba(54, 91, 114, 0.2);
}

.border-b-grey-blue-600\/25 {
  border-bottom-color: rgba(54, 91, 114, 0.25);
}

.border-b-grey-blue-600\/30 {
  border-bottom-color: rgba(54, 91, 114, 0.3);
}

.border-b-grey-blue-600\/40 {
  border-bottom-color: rgba(54, 91, 114, 0.4);
}

.border-b-grey-blue-600\/50 {
  border-bottom-color: rgba(54, 91, 114, 0.5);
}

.border-b-grey-blue-600\/60 {
  border-bottom-color: rgba(54, 91, 114, 0.6);
}

.border-b-grey-blue-600\/70 {
  border-bottom-color: rgba(54, 91, 114, 0.7);
}

.border-b-grey-blue-600\/75 {
  border-bottom-color: rgba(54, 91, 114, 0.75);
}

.border-b-grey-blue-600\/80 {
  border-bottom-color: rgba(54, 91, 114, 0.8);
}

.border-b-grey-blue-600\/90 {
  border-bottom-color: rgba(54, 91, 114, 0.9);
}

.border-b-grey-blue-600\/95 {
  border-bottom-color: rgba(54, 91, 114, 0.95);
}

.border-b-grey-blue-600\/100 {
  border-bottom-color: #365b72;
}

.border-b-grey-green-500\/0 {
  border-bottom-color: rgba(86, 94, 82, 0);
}

.border-b-grey-green-500\/5 {
  border-bottom-color: rgba(86, 94, 82, 0.05);
}

.border-b-grey-green-500\/10 {
  border-bottom-color: rgba(86, 94, 82, 0.1);
}

.border-b-grey-green-500\/20 {
  border-bottom-color: rgba(86, 94, 82, 0.2);
}

.border-b-grey-green-500\/25 {
  border-bottom-color: rgba(86, 94, 82, 0.25);
}

.border-b-grey-green-500\/30 {
  border-bottom-color: rgba(86, 94, 82, 0.3);
}

.border-b-grey-green-500\/40 {
  border-bottom-color: rgba(86, 94, 82, 0.4);
}

.border-b-grey-green-500\/50 {
  border-bottom-color: rgba(86, 94, 82, 0.5);
}

.border-b-grey-green-500\/60 {
  border-bottom-color: rgba(86, 94, 82, 0.6);
}

.border-b-grey-green-500\/70 {
  border-bottom-color: rgba(86, 94, 82, 0.7);
}

.border-b-grey-green-500\/75 {
  border-bottom-color: rgba(86, 94, 82, 0.75);
}

.border-b-grey-green-500\/80 {
  border-bottom-color: rgba(86, 94, 82, 0.8);
}

.border-b-grey-green-500\/90 {
  border-bottom-color: rgba(86, 94, 82, 0.9);
}

.border-b-grey-green-500\/95 {
  border-bottom-color: rgba(86, 94, 82, 0.95);
}

.border-b-grey-green-500\/100 {
  border-bottom-color: #565e52;
}

.border-b-red-500\/0 {
  border-bottom-color: rgba(231, 8, 60, 0);
}

.border-b-red-500\/5 {
  border-bottom-color: rgba(231, 8, 60, 0.05);
}

.border-b-red-500\/10 {
  border-bottom-color: rgba(231, 8, 60, 0.1);
}

.border-b-red-500\/20 {
  border-bottom-color: rgba(231, 8, 60, 0.2);
}

.border-b-red-500\/25 {
  border-bottom-color: rgba(231, 8, 60, 0.25);
}

.border-b-red-500\/30 {
  border-bottom-color: rgba(231, 8, 60, 0.3);
}

.border-b-red-500\/40 {
  border-bottom-color: rgba(231, 8, 60, 0.4);
}

.border-b-red-500\/50 {
  border-bottom-color: rgba(231, 8, 60, 0.5);
}

.border-b-red-500\/60 {
  border-bottom-color: rgba(231, 8, 60, 0.6);
}

.border-b-red-500\/70 {
  border-bottom-color: rgba(231, 8, 60, 0.7);
}

.border-b-red-500\/75 {
  border-bottom-color: rgba(231, 8, 60, 0.75);
}

.border-b-red-500\/80 {
  border-bottom-color: rgba(231, 8, 60, 0.8);
}

.border-b-red-500\/90 {
  border-bottom-color: rgba(231, 8, 60, 0.9);
}

.border-b-red-500\/95 {
  border-bottom-color: rgba(231, 8, 60, 0.95);
}

.border-b-red-500\/100 {
  border-bottom-color: #e7083c;
}

.border-l-inherit {
  border-left-color: inherit;
}

.border-l-current {
  border-left-color: currentColor;
}

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

.border-l-white {
  border-left-color: #fafcfc;
}

.border-l-black {
  border-left-color: #000;
}

.border-l-blue-100 {
  border-left-color: #dfedf4;
}

.border-l-blue-300 {
  border-left-color: #b4d9ed;
}

.border-l-blue-500 {
  border-left-color: #7cd0ff;
}

.border-l-blue-600 {
  border-left-color: #6ab3db;
}

.border-l-blue-700 {
  border-left-color: #335669;
}

.border-l-blue-800 {
  border-left-color: #203642;
}

.border-l-blue-900 {
  border-left-color: #192a33;
}

.border-l-grey-50 {
  border-left-color: #eef3f5;
}

.border-l-grey-100 {
  border-left-color: #e9ebec;
}

.border-l-grey-300 {
  border-left-color: #d3d7da;
}

.border-l-grey-700 {
  border-left-color: #919191;
}

.border-l-green-200 {
  border-left-color: #d8eccd;
}

.border-l-green-400 {
  border-left-color: #51de07;
}

.border-l-green-500 {
  border-left-color: #43b806;
}

.border-l-green-600 {
  border-left-color: #308406;
}

.border-l-green-700 {
  border-left-color: #27ca40;
}

.border-l-grey-blue-500 {
  border-left-color: #5f6368;
}

.border-l-grey-blue-600 {
  border-left-color: #365b72;
}

.border-l-grey-green-500 {
  border-left-color: #565e52;
}

.border-l-red-500 {
  border-left-color: #e7083c;
}

.border-l-transparent\/0 {
  border-left-color: transparent;
}

.border-l-transparent\/5 {
  border-left-color: rgba(0, 0, 0, 0.05);
}

.border-l-transparent\/10 {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.border-l-transparent\/20 {
  border-left-color: rgba(0, 0, 0, 0.2);
}

.border-l-transparent\/25 {
  border-left-color: rgba(0, 0, 0, 0.25);
}

.border-l-transparent\/30 {
  border-left-color: rgba(0, 0, 0, 0.3);
}

.border-l-transparent\/40 {
  border-left-color: rgba(0, 0, 0, 0.4);
}

.border-l-transparent\/50 {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.border-l-transparent\/60 {
  border-left-color: rgba(0, 0, 0, 0.6);
}

.border-l-transparent\/70 {
  border-left-color: rgba(0, 0, 0, 0.7);
}

.border-l-transparent\/75 {
  border-left-color: rgba(0, 0, 0, 0.75);
}

.border-l-transparent\/80 {
  border-left-color: rgba(0, 0, 0, 0.8);
}

.border-l-transparent\/90 {
  border-left-color: rgba(0, 0, 0, 0.9);
}

.border-l-transparent\/95 {
  border-left-color: rgba(0, 0, 0, 0.95);
}

.border-l-transparent\/100 {
  border-left-color: #000;
}

.border-l-white\/0 {
  border-left-color: rgba(250, 252, 252, 0);
}

.border-l-white\/5 {
  border-left-color: rgba(250, 252, 252, 0.05);
}

.border-l-white\/10 {
  border-left-color: rgba(250, 252, 252, 0.1);
}

.border-l-white\/20 {
  border-left-color: rgba(250, 252, 252, 0.2);
}

.border-l-white\/25 {
  border-left-color: rgba(250, 252, 252, 0.25);
}

.border-l-white\/30 {
  border-left-color: rgba(250, 252, 252, 0.3);
}

.border-l-white\/40 {
  border-left-color: rgba(250, 252, 252, 0.4);
}

.border-l-white\/50 {
  border-left-color: rgba(250, 252, 252, 0.5);
}

.border-l-white\/60 {
  border-left-color: rgba(250, 252, 252, 0.6);
}

.border-l-white\/70 {
  border-left-color: rgba(250, 252, 252, 0.7);
}

.border-l-white\/75 {
  border-left-color: rgba(250, 252, 252, 0.75);
}

.border-l-white\/80 {
  border-left-color: rgba(250, 252, 252, 0.8);
}

.border-l-white\/90 {
  border-left-color: rgba(250, 252, 252, 0.9);
}

.border-l-white\/95 {
  border-left-color: rgba(250, 252, 252, 0.95);
}

.border-l-white\/100 {
  border-left-color: #fafcfc;
}

.border-l-black\/0 {
  border-left-color: transparent;
}

.border-l-black\/5 {
  border-left-color: rgba(0, 0, 0, 0.05);
}

.border-l-black\/10 {
  border-left-color: rgba(0, 0, 0, 0.1);
}

.border-l-black\/20 {
  border-left-color: rgba(0, 0, 0, 0.2);
}

.border-l-black\/25 {
  border-left-color: rgba(0, 0, 0, 0.25);
}

.border-l-black\/30 {
  border-left-color: rgba(0, 0, 0, 0.3);
}

.border-l-black\/40 {
  border-left-color: rgba(0, 0, 0, 0.4);
}

.border-l-black\/50 {
  border-left-color: rgba(0, 0, 0, 0.5);
}

.border-l-black\/60 {
  border-left-color: rgba(0, 0, 0, 0.6);
}

.border-l-black\/70 {
  border-left-color: rgba(0, 0, 0, 0.7);
}

.border-l-black\/75 {
  border-left-color: rgba(0, 0, 0, 0.75);
}

.border-l-black\/80 {
  border-left-color: rgba(0, 0, 0, 0.8);
}

.border-l-black\/90 {
  border-left-color: rgba(0, 0, 0, 0.9);
}

.border-l-black\/95 {
  border-left-color: rgba(0, 0, 0, 0.95);
}

.border-l-black\/100 {
  border-left-color: #000;
}

.border-l-blue-100\/0 {
  border-left-color: rgba(223, 237, 244, 0);
}

.border-l-blue-100\/5 {
  border-left-color: rgba(223, 237, 244, 0.05);
}

.border-l-blue-100\/10 {
  border-left-color: rgba(223, 237, 244, 0.1);
}

.border-l-blue-100\/20 {
  border-left-color: rgba(223, 237, 244, 0.2);
}

.border-l-blue-100\/25 {
  border-left-color: rgba(223, 237, 244, 0.25);
}

.border-l-blue-100\/30 {
  border-left-color: rgba(223, 237, 244, 0.3);
}

.border-l-blue-100\/40 {
  border-left-color: rgba(223, 237, 244, 0.4);
}

.border-l-blue-100\/50 {
  border-left-color: rgba(223, 237, 244, 0.5);
}

.border-l-blue-100\/60 {
  border-left-color: rgba(223, 237, 244, 0.6);
}

.border-l-blue-100\/70 {
  border-left-color: rgba(223, 237, 244, 0.7);
}

.border-l-blue-100\/75 {
  border-left-color: rgba(223, 237, 244, 0.75);
}

.border-l-blue-100\/80 {
  border-left-color: rgba(223, 237, 244, 0.8);
}

.border-l-blue-100\/90 {
  border-left-color: rgba(223, 237, 244, 0.9);
}

.border-l-blue-100\/95 {
  border-left-color: rgba(223, 237, 244, 0.95);
}

.border-l-blue-100\/100 {
  border-left-color: #dfedf4;
}

.border-l-blue-300\/0 {
  border-left-color: rgba(180, 217, 237, 0);
}

.border-l-blue-300\/5 {
  border-left-color: rgba(180, 217, 237, 0.05);
}

.border-l-blue-300\/10 {
  border-left-color: rgba(180, 217, 237, 0.1);
}

.border-l-blue-300\/20 {
  border-left-color: rgba(180, 217, 237, 0.2);
}

.border-l-blue-300\/25 {
  border-left-color: rgba(180, 217, 237, 0.25);
}

.border-l-blue-300\/30 {
  border-left-color: rgba(180, 217, 237, 0.3);
}

.border-l-blue-300\/40 {
  border-left-color: rgba(180, 217, 237, 0.4);
}

.border-l-blue-300\/50 {
  border-left-color: rgba(180, 217, 237, 0.5);
}

.border-l-blue-300\/60 {
  border-left-color: rgba(180, 217, 237, 0.6);
}

.border-l-blue-300\/70 {
  border-left-color: rgba(180, 217, 237, 0.7);
}

.border-l-blue-300\/75 {
  border-left-color: rgba(180, 217, 237, 0.75);
}

.border-l-blue-300\/80 {
  border-left-color: rgba(180, 217, 237, 0.8);
}

.border-l-blue-300\/90 {
  border-left-color: rgba(180, 217, 237, 0.9);
}

.border-l-blue-300\/95 {
  border-left-color: rgba(180, 217, 237, 0.95);
}

.border-l-blue-300\/100 {
  border-left-color: #b4d9ed;
}

.border-l-blue-500\/0 {
  border-left-color: rgba(124, 208, 255, 0);
}

.border-l-blue-500\/5 {
  border-left-color: rgba(124, 208, 255, 0.05);
}

.border-l-blue-500\/10 {
  border-left-color: rgba(124, 208, 255, 0.1);
}

.border-l-blue-500\/20 {
  border-left-color: rgba(124, 208, 255, 0.2);
}

.border-l-blue-500\/25 {
  border-left-color: rgba(124, 208, 255, 0.25);
}

.border-l-blue-500\/30 {
  border-left-color: rgba(124, 208, 255, 0.3);
}

.border-l-blue-500\/40 {
  border-left-color: rgba(124, 208, 255, 0.4);
}

.border-l-blue-500\/50 {
  border-left-color: rgba(124, 208, 255, 0.5);
}

.border-l-blue-500\/60 {
  border-left-color: rgba(124, 208, 255, 0.6);
}

.border-l-blue-500\/70 {
  border-left-color: rgba(124, 208, 255, 0.7);
}

.border-l-blue-500\/75 {
  border-left-color: rgba(124, 208, 255, 0.75);
}

.border-l-blue-500\/80 {
  border-left-color: rgba(124, 208, 255, 0.8);
}

.border-l-blue-500\/90 {
  border-left-color: rgba(124, 208, 255, 0.9);
}

.border-l-blue-500\/95 {
  border-left-color: rgba(124, 208, 255, 0.95);
}

.border-l-blue-500\/100 {
  border-left-color: #7cd0ff;
}

.border-l-blue-600\/0 {
  border-left-color: rgba(106, 179, 219, 0);
}

.border-l-blue-600\/5 {
  border-left-color: rgba(106, 179, 219, 0.05);
}

.border-l-blue-600\/10 {
  border-left-color: rgba(106, 179, 219, 0.1);
}

.border-l-blue-600\/20 {
  border-left-color: rgba(106, 179, 219, 0.2);
}

.border-l-blue-600\/25 {
  border-left-color: rgba(106, 179, 219, 0.25);
}

.border-l-blue-600\/30 {
  border-left-color: rgba(106, 179, 219, 0.3);
}

.border-l-blue-600\/40 {
  border-left-color: rgba(106, 179, 219, 0.4);
}

.border-l-blue-600\/50 {
  border-left-color: rgba(106, 179, 219, 0.5);
}

.border-l-blue-600\/60 {
  border-left-color: rgba(106, 179, 219, 0.6);
}

.border-l-blue-600\/70 {
  border-left-color: rgba(106, 179, 219, 0.7);
}

.border-l-blue-600\/75 {
  border-left-color: rgba(106, 179, 219, 0.75);
}

.border-l-blue-600\/80 {
  border-left-color: rgba(106, 179, 219, 0.8);
}

.border-l-blue-600\/90 {
  border-left-color: rgba(106, 179, 219, 0.9);
}

.border-l-blue-600\/95 {
  border-left-color: rgba(106, 179, 219, 0.95);
}

.border-l-blue-600\/100 {
  border-left-color: #6ab3db;
}

.border-l-blue-700\/0 {
  border-left-color: rgba(51, 86, 105, 0);
}

.border-l-blue-700\/5 {
  border-left-color: rgba(51, 86, 105, 0.05);
}

.border-l-blue-700\/10 {
  border-left-color: rgba(51, 86, 105, 0.1);
}

.border-l-blue-700\/20 {
  border-left-color: rgba(51, 86, 105, 0.2);
}

.border-l-blue-700\/25 {
  border-left-color: rgba(51, 86, 105, 0.25);
}

.border-l-blue-700\/30 {
  border-left-color: rgba(51, 86, 105, 0.3);
}

.border-l-blue-700\/40 {
  border-left-color: rgba(51, 86, 105, 0.4);
}

.border-l-blue-700\/50 {
  border-left-color: rgba(51, 86, 105, 0.5);
}

.border-l-blue-700\/60 {
  border-left-color: rgba(51, 86, 105, 0.6);
}

.border-l-blue-700\/70 {
  border-left-color: rgba(51, 86, 105, 0.7);
}

.border-l-blue-700\/75 {
  border-left-color: rgba(51, 86, 105, 0.75);
}

.border-l-blue-700\/80 {
  border-left-color: rgba(51, 86, 105, 0.8);
}

.border-l-blue-700\/90 {
  border-left-color: rgba(51, 86, 105, 0.9);
}

.border-l-blue-700\/95 {
  border-left-color: rgba(51, 86, 105, 0.95);
}

.border-l-blue-700\/100 {
  border-left-color: #335669;
}

.border-l-blue-800\/0 {
  border-left-color: rgba(32, 54, 66, 0);
}

.border-l-blue-800\/5 {
  border-left-color: rgba(32, 54, 66, 0.05);
}

.border-l-blue-800\/10 {
  border-left-color: rgba(32, 54, 66, 0.1);
}

.border-l-blue-800\/20 {
  border-left-color: rgba(32, 54, 66, 0.2);
}

.border-l-blue-800\/25 {
  border-left-color: rgba(32, 54, 66, 0.25);
}

.border-l-blue-800\/30 {
  border-left-color: rgba(32, 54, 66, 0.3);
}

.border-l-blue-800\/40 {
  border-left-color: rgba(32, 54, 66, 0.4);
}

.border-l-blue-800\/50 {
  border-left-color: rgba(32, 54, 66, 0.5);
}

.border-l-blue-800\/60 {
  border-left-color: rgba(32, 54, 66, 0.6);
}

.border-l-blue-800\/70 {
  border-left-color: rgba(32, 54, 66, 0.7);
}

.border-l-blue-800\/75 {
  border-left-color: rgba(32, 54, 66, 0.75);
}

.border-l-blue-800\/80 {
  border-left-color: rgba(32, 54, 66, 0.8);
}

.border-l-blue-800\/90 {
  border-left-color: rgba(32, 54, 66, 0.9);
}

.border-l-blue-800\/95 {
  border-left-color: rgba(32, 54, 66, 0.95);
}

.border-l-blue-800\/100 {
  border-left-color: #203642;
}

.border-l-blue-900\/0 {
  border-left-color: rgba(25, 42, 51, 0);
}

.border-l-blue-900\/5 {
  border-left-color: rgba(25, 42, 51, 0.05);
}

.border-l-blue-900\/10 {
  border-left-color: rgba(25, 42, 51, 0.1);
}

.border-l-blue-900\/20 {
  border-left-color: rgba(25, 42, 51, 0.2);
}

.border-l-blue-900\/25 {
  border-left-color: rgba(25, 42, 51, 0.25);
}

.border-l-blue-900\/30 {
  border-left-color: rgba(25, 42, 51, 0.3);
}

.border-l-blue-900\/40 {
  border-left-color: rgba(25, 42, 51, 0.4);
}

.border-l-blue-900\/50 {
  border-left-color: rgba(25, 42, 51, 0.5);
}

.border-l-blue-900\/60 {
  border-left-color: rgba(25, 42, 51, 0.6);
}

.border-l-blue-900\/70 {
  border-left-color: rgba(25, 42, 51, 0.7);
}

.border-l-blue-900\/75 {
  border-left-color: rgba(25, 42, 51, 0.75);
}

.border-l-blue-900\/80 {
  border-left-color: rgba(25, 42, 51, 0.8);
}

.border-l-blue-900\/90 {
  border-left-color: rgba(25, 42, 51, 0.9);
}

.border-l-blue-900\/95 {
  border-left-color: rgba(25, 42, 51, 0.95);
}

.border-l-blue-900\/100 {
  border-left-color: #192a33;
}

.border-l-grey-50\/0 {
  border-left-color: rgba(238, 243, 245, 0);
}

.border-l-grey-50\/5 {
  border-left-color: rgba(238, 243, 245, 0.05);
}

.border-l-grey-50\/10 {
  border-left-color: rgba(238, 243, 245, 0.1);
}

.border-l-grey-50\/20 {
  border-left-color: rgba(238, 243, 245, 0.2);
}

.border-l-grey-50\/25 {
  border-left-color: rgba(238, 243, 245, 0.25);
}

.border-l-grey-50\/30 {
  border-left-color: rgba(238, 243, 245, 0.3);
}

.border-l-grey-50\/40 {
  border-left-color: rgba(238, 243, 245, 0.4);
}

.border-l-grey-50\/50 {
  border-left-color: rgba(238, 243, 245, 0.5);
}

.border-l-grey-50\/60 {
  border-left-color: rgba(238, 243, 245, 0.6);
}

.border-l-grey-50\/70 {
  border-left-color: rgba(238, 243, 245, 0.7);
}

.border-l-grey-50\/75 {
  border-left-color: rgba(238, 243, 245, 0.75);
}

.border-l-grey-50\/80 {
  border-left-color: rgba(238, 243, 245, 0.8);
}

.border-l-grey-50\/90 {
  border-left-color: rgba(238, 243, 245, 0.9);
}

.border-l-grey-50\/95 {
  border-left-color: rgba(238, 243, 245, 0.95);
}

.border-l-grey-50\/100 {
  border-left-color: #eef3f5;
}

.border-l-grey-100\/0 {
  border-left-color: hsla(200, 7%, 92%, 0);
}

.border-l-grey-100\/5 {
  border-left-color: hsla(200, 7%, 92%, 0.05);
}

.border-l-grey-100\/10 {
  border-left-color: hsla(200, 7%, 92%, 0.1);
}

.border-l-grey-100\/20 {
  border-left-color: hsla(200, 7%, 92%, 0.2);
}

.border-l-grey-100\/25 {
  border-left-color: hsla(200, 7%, 92%, 0.25);
}

.border-l-grey-100\/30 {
  border-left-color: hsla(200, 7%, 92%, 0.3);
}

.border-l-grey-100\/40 {
  border-left-color: hsla(200, 7%, 92%, 0.4);
}

.border-l-grey-100\/50 {
  border-left-color: hsla(200, 7%, 92%, 0.5);
}

.border-l-grey-100\/60 {
  border-left-color: hsla(200, 7%, 92%, 0.6);
}

.border-l-grey-100\/70 {
  border-left-color: hsla(200, 7%, 92%, 0.7);
}

.border-l-grey-100\/75 {
  border-left-color: hsla(200, 7%, 92%, 0.75);
}

.border-l-grey-100\/80 {
  border-left-color: hsla(200, 7%, 92%, 0.8);
}

.border-l-grey-100\/90 {
  border-left-color: hsla(200, 7%, 92%, 0.9);
}

.border-l-grey-100\/95 {
  border-left-color: hsla(200, 7%, 92%, 0.95);
}

.border-l-grey-100\/100 {
  border-left-color: #e9ebec;
}

.border-l-grey-300\/0 {
  border-left-color: hsla(206, 9%, 84%, 0);
}

.border-l-grey-300\/5 {
  border-left-color: hsla(206, 9%, 84%, 0.05);
}

.border-l-grey-300\/10 {
  border-left-color: hsla(206, 9%, 84%, 0.1);
}

.border-l-grey-300\/20 {
  border-left-color: hsla(206, 9%, 84%, 0.2);
}

.border-l-grey-300\/25 {
  border-left-color: hsla(206, 9%, 84%, 0.25);
}

.border-l-grey-300\/30 {
  border-left-color: hsla(206, 9%, 84%, 0.3);
}

.border-l-grey-300\/40 {
  border-left-color: hsla(206, 9%, 84%, 0.4);
}

.border-l-grey-300\/50 {
  border-left-color: hsla(206, 9%, 84%, 0.5);
}

.border-l-grey-300\/60 {
  border-left-color: hsla(206, 9%, 84%, 0.6);
}

.border-l-grey-300\/70 {
  border-left-color: hsla(206, 9%, 84%, 0.7);
}

.border-l-grey-300\/75 {
  border-left-color: hsla(206, 9%, 84%, 0.75);
}

.border-l-grey-300\/80 {
  border-left-color: hsla(206, 9%, 84%, 0.8);
}

.border-l-grey-300\/90 {
  border-left-color: hsla(206, 9%, 84%, 0.9);
}

.border-l-grey-300\/95 {
  border-left-color: hsla(206, 9%, 84%, 0.95);
}

.border-l-grey-300\/100 {
  border-left-color: #d3d7da;
}

.border-l-grey-700\/0 {
  border-left-color: hsla(0, 0%, 57%, 0);
}

.border-l-grey-700\/5 {
  border-left-color: hsla(0, 0%, 57%, 0.05);
}

.border-l-grey-700\/10 {
  border-left-color: hsla(0, 0%, 57%, 0.1);
}

.border-l-grey-700\/20 {
  border-left-color: hsla(0, 0%, 57%, 0.2);
}

.border-l-grey-700\/25 {
  border-left-color: hsla(0, 0%, 57%, 0.25);
}

.border-l-grey-700\/30 {
  border-left-color: hsla(0, 0%, 57%, 0.3);
}

.border-l-grey-700\/40 {
  border-left-color: hsla(0, 0%, 57%, 0.4);
}

.border-l-grey-700\/50 {
  border-left-color: hsla(0, 0%, 57%, 0.5);
}

.border-l-grey-700\/60 {
  border-left-color: hsla(0, 0%, 57%, 0.6);
}

.border-l-grey-700\/70 {
  border-left-color: hsla(0, 0%, 57%, 0.7);
}

.border-l-grey-700\/75 {
  border-left-color: hsla(0, 0%, 57%, 0.75);
}

.border-l-grey-700\/80 {
  border-left-color: hsla(0, 0%, 57%, 0.8);
}

.border-l-grey-700\/90 {
  border-left-color: hsla(0, 0%, 57%, 0.9);
}

.border-l-grey-700\/95 {
  border-left-color: hsla(0, 0%, 57%, 0.95);
}

.border-l-grey-700\/100 {
  border-left-color: #919191;
}

.border-l-green-200\/0 {
  border-left-color: hsla(99, 45%, 86%, 0);
}

.border-l-green-200\/5 {
  border-left-color: hsla(99, 45%, 86%, 0.05);
}

.border-l-green-200\/10 {
  border-left-color: hsla(99, 45%, 86%, 0.1);
}

.border-l-green-200\/20 {
  border-left-color: hsla(99, 45%, 86%, 0.2);
}

.border-l-green-200\/25 {
  border-left-color: hsla(99, 45%, 86%, 0.25);
}

.border-l-green-200\/30 {
  border-left-color: hsla(99, 45%, 86%, 0.3);
}

.border-l-green-200\/40 {
  border-left-color: hsla(99, 45%, 86%, 0.4);
}

.border-l-green-200\/50 {
  border-left-color: hsla(99, 45%, 86%, 0.5);
}

.border-l-green-200\/60 {
  border-left-color: hsla(99, 45%, 86%, 0.6);
}

.border-l-green-200\/70 {
  border-left-color: hsla(99, 45%, 86%, 0.7);
}

.border-l-green-200\/75 {
  border-left-color: hsla(99, 45%, 86%, 0.75);
}

.border-l-green-200\/80 {
  border-left-color: hsla(99, 45%, 86%, 0.8);
}

.border-l-green-200\/90 {
  border-left-color: hsla(99, 45%, 86%, 0.9);
}

.border-l-green-200\/95 {
  border-left-color: hsla(99, 45%, 86%, 0.95);
}

.border-l-green-200\/100 {
  border-left-color: #d8eccd;
}

.border-l-green-400\/0 {
  border-left-color: rgba(81, 222, 7, 0);
}

.border-l-green-400\/5 {
  border-left-color: rgba(81, 222, 7, 0.05);
}

.border-l-green-400\/10 {
  border-left-color: rgba(81, 222, 7, 0.1);
}

.border-l-green-400\/20 {
  border-left-color: rgba(81, 222, 7, 0.2);
}

.border-l-green-400\/25 {
  border-left-color: rgba(81, 222, 7, 0.25);
}

.border-l-green-400\/30 {
  border-left-color: rgba(81, 222, 7, 0.3);
}

.border-l-green-400\/40 {
  border-left-color: rgba(81, 222, 7, 0.4);
}

.border-l-green-400\/50 {
  border-left-color: rgba(81, 222, 7, 0.5);
}

.border-l-green-400\/60 {
  border-left-color: rgba(81, 222, 7, 0.6);
}

.border-l-green-400\/70 {
  border-left-color: rgba(81, 222, 7, 0.7);
}

.border-l-green-400\/75 {
  border-left-color: rgba(81, 222, 7, 0.75);
}

.border-l-green-400\/80 {
  border-left-color: rgba(81, 222, 7, 0.8);
}

.border-l-green-400\/90 {
  border-left-color: rgba(81, 222, 7, 0.9);
}

.border-l-green-400\/95 {
  border-left-color: rgba(81, 222, 7, 0.95);
}

.border-l-green-400\/100 {
  border-left-color: #51de07;
}

.border-l-green-500\/0 {
  border-left-color: rgba(67, 184, 6, 0);
}

.border-l-green-500\/5 {
  border-left-color: rgba(67, 184, 6, 0.05);
}

.border-l-green-500\/10 {
  border-left-color: rgba(67, 184, 6, 0.1);
}

.border-l-green-500\/20 {
  border-left-color: rgba(67, 184, 6, 0.2);
}

.border-l-green-500\/25 {
  border-left-color: rgba(67, 184, 6, 0.25);
}

.border-l-green-500\/30 {
  border-left-color: rgba(67, 184, 6, 0.3);
}

.border-l-green-500\/40 {
  border-left-color: rgba(67, 184, 6, 0.4);
}

.border-l-green-500\/50 {
  border-left-color: rgba(67, 184, 6, 0.5);
}

.border-l-green-500\/60 {
  border-left-color: rgba(67, 184, 6, 0.6);
}

.border-l-green-500\/70 {
  border-left-color: rgba(67, 184, 6, 0.7);
}

.border-l-green-500\/75 {
  border-left-color: rgba(67, 184, 6, 0.75);
}

.border-l-green-500\/80 {
  border-left-color: rgba(67, 184, 6, 0.8);
}

.border-l-green-500\/90 {
  border-left-color: rgba(67, 184, 6, 0.9);
}

.border-l-green-500\/95 {
  border-left-color: rgba(67, 184, 6, 0.95);
}

.border-l-green-500\/100 {
  border-left-color: #43b806;
}

.border-l-green-600\/0 {
  border-left-color: rgba(48, 132, 6, 0);
}

.border-l-green-600\/5 {
  border-left-color: rgba(48, 132, 6, 0.05);
}

.border-l-green-600\/10 {
  border-left-color: rgba(48, 132, 6, 0.1);
}

.border-l-green-600\/20 {
  border-left-color: rgba(48, 132, 6, 0.2);
}

.border-l-green-600\/25 {
  border-left-color: rgba(48, 132, 6, 0.25);
}

.border-l-green-600\/30 {
  border-left-color: rgba(48, 132, 6, 0.3);
}

.border-l-green-600\/40 {
  border-left-color: rgba(48, 132, 6, 0.4);
}

.border-l-green-600\/50 {
  border-left-color: rgba(48, 132, 6, 0.5);
}

.border-l-green-600\/60 {
  border-left-color: rgba(48, 132, 6, 0.6);
}

.border-l-green-600\/70 {
  border-left-color: rgba(48, 132, 6, 0.7);
}

.border-l-green-600\/75 {
  border-left-color: rgba(48, 132, 6, 0.75);
}

.border-l-green-600\/80 {
  border-left-color: rgba(48, 132, 6, 0.8);
}

.border-l-green-600\/90 {
  border-left-color: rgba(48, 132, 6, 0.9);
}

.border-l-green-600\/95 {
  border-left-color: rgba(48, 132, 6, 0.95);
}

.border-l-green-600\/100 {
  border-left-color: #308406;
}

.border-l-green-700\/0 {
  border-left-color: rgba(39, 202, 64, 0);
}

.border-l-green-700\/5 {
  border-left-color: rgba(39, 202, 64, 0.05);
}

.border-l-green-700\/10 {
  border-left-color: rgba(39, 202, 64, 0.1);
}

.border-l-green-700\/20 {
  border-left-color: rgba(39, 202, 64, 0.2);
}

.border-l-green-700\/25 {
  border-left-color: rgba(39, 202, 64, 0.25);
}

.border-l-green-700\/30 {
  border-left-color: rgba(39, 202, 64, 0.3);
}

.border-l-green-700\/40 {
  border-left-color: rgba(39, 202, 64, 0.4);
}

.border-l-green-700\/50 {
  border-left-color: rgba(39, 202, 64, 0.5);
}

.border-l-green-700\/60 {
  border-left-color: rgba(39, 202, 64, 0.6);
}

.border-l-green-700\/70 {
  border-left-color: rgba(39, 202, 64, 0.7);
}

.border-l-green-700\/75 {
  border-left-color: rgba(39, 202, 64, 0.75);
}

.border-l-green-700\/80 {
  border-left-color: rgba(39, 202, 64, 0.8);
}

.border-l-green-700\/90 {
  border-left-color: rgba(39, 202, 64, 0.9);
}

.border-l-green-700\/95 {
  border-left-color: rgba(39, 202, 64, 0.95);
}

.border-l-green-700\/100 {
  border-left-color: #27ca40;
}

.border-l-grey-blue-500\/0 {
  border-left-color: rgba(95, 99, 104, 0);
}

.border-l-grey-blue-500\/5 {
  border-left-color: rgba(95, 99, 104, 0.05);
}

.border-l-grey-blue-500\/10 {
  border-left-color: rgba(95, 99, 104, 0.1);
}

.border-l-grey-blue-500\/20 {
  border-left-color: rgba(95, 99, 104, 0.2);
}

.border-l-grey-blue-500\/25 {
  border-left-color: rgba(95, 99, 104, 0.25);
}

.border-l-grey-blue-500\/30 {
  border-left-color: rgba(95, 99, 104, 0.3);
}

.border-l-grey-blue-500\/40 {
  border-left-color: rgba(95, 99, 104, 0.4);
}

.border-l-grey-blue-500\/50 {
  border-left-color: rgba(95, 99, 104, 0.5);
}

.border-l-grey-blue-500\/60 {
  border-left-color: rgba(95, 99, 104, 0.6);
}

.border-l-grey-blue-500\/70 {
  border-left-color: rgba(95, 99, 104, 0.7);
}

.border-l-grey-blue-500\/75 {
  border-left-color: rgba(95, 99, 104, 0.75);
}

.border-l-grey-blue-500\/80 {
  border-left-color: rgba(95, 99, 104, 0.8);
}

.border-l-grey-blue-500\/90 {
  border-left-color: rgba(95, 99, 104, 0.9);
}

.border-l-grey-blue-500\/95 {
  border-left-color: rgba(95, 99, 104, 0.95);
}

.border-l-grey-blue-500\/100 {
  border-left-color: #5f6368;
}

.border-l-grey-blue-600\/0 {
  border-left-color: rgba(54, 91, 114, 0);
}

.border-l-grey-blue-600\/5 {
  border-left-color: rgba(54, 91, 114, 0.05);
}

.border-l-grey-blue-600\/10 {
  border-left-color: rgba(54, 91, 114, 0.1);
}

.border-l-grey-blue-600\/20 {
  border-left-color: rgba(54, 91, 114, 0.2);
}

.border-l-grey-blue-600\/25 {
  border-left-color: rgba(54, 91, 114, 0.25);
}

.border-l-grey-blue-600\/30 {
  border-left-color: rgba(54, 91, 114, 0.3);
}

.border-l-grey-blue-600\/40 {
  border-left-color: rgba(54, 91, 114, 0.4);
}

.border-l-grey-blue-600\/50 {
  border-left-color: rgba(54, 91, 114, 0.5);
}

.border-l-grey-blue-600\/60 {
  border-left-color: rgba(54, 91, 114, 0.6);
}

.border-l-grey-blue-600\/70 {
  border-left-color: rgba(54, 91, 114, 0.7);
}

.border-l-grey-blue-600\/75 {
  border-left-color: rgba(54, 91, 114, 0.75);
}

.border-l-grey-blue-600\/80 {
  border-left-color: rgba(54, 91, 114, 0.8);
}

.border-l-grey-blue-600\/90 {
  border-left-color: rgba(54, 91, 114, 0.9);
}

.border-l-grey-blue-600\/95 {
  border-left-color: rgba(54, 91, 114, 0.95);
}

.border-l-grey-blue-600\/100 {
  border-left-color: #365b72;
}

.border-l-grey-green-500\/0 {
  border-left-color: rgba(86, 94, 82, 0);
}

.border-l-grey-green-500\/5 {
  border-left-color: rgba(86, 94, 82, 0.05);
}

.border-l-grey-green-500\/10 {
  border-left-color: rgba(86, 94, 82, 0.1);
}

.border-l-grey-green-500\/20 {
  border-left-color: rgba(86, 94, 82, 0.2);
}

.border-l-grey-green-500\/25 {
  border-left-color: rgba(86, 94, 82, 0.25);
}

.border-l-grey-green-500\/30 {
  border-left-color: rgba(86, 94, 82, 0.3);
}

.border-l-grey-green-500\/40 {
  border-left-color: rgba(86, 94, 82, 0.4);
}

.border-l-grey-green-500\/50 {
  border-left-color: rgba(86, 94, 82, 0.5);
}

.border-l-grey-green-500\/60 {
  border-left-color: rgba(86, 94, 82, 0.6);
}

.border-l-grey-green-500\/70 {
  border-left-color: rgba(86, 94, 82, 0.7);
}

.border-l-grey-green-500\/75 {
  border-left-color: rgba(86, 94, 82, 0.75);
}

.border-l-grey-green-500\/80 {
  border-left-color: rgba(86, 94, 82, 0.8);
}

.border-l-grey-green-500\/90 {
  border-left-color: rgba(86, 94, 82, 0.9);
}

.border-l-grey-green-500\/95 {
  border-left-color: rgba(86, 94, 82, 0.95);
}

.border-l-grey-green-500\/100 {
  border-left-color: #565e52;
}

.border-l-red-500\/0 {
  border-left-color: rgba(231, 8, 60, 0);
}

.border-l-red-500\/5 {
  border-left-color: rgba(231, 8, 60, 0.05);
}

.border-l-red-500\/10 {
  border-left-color: rgba(231, 8, 60, 0.1);
}

.border-l-red-500\/20 {
  border-left-color: rgba(231, 8, 60, 0.2);
}

.border-l-red-500\/25 {
  border-left-color: rgba(231, 8, 60, 0.25);
}

.border-l-red-500\/30 {
  border-left-color: rgba(231, 8, 60, 0.3);
}

.border-l-red-500\/40 {
  border-left-color: rgba(231, 8, 60, 0.4);
}

.border-l-red-500\/50 {
  border-left-color: rgba(231, 8, 60, 0.5);
}

.border-l-red-500\/60 {
  border-left-color: rgba(231, 8, 60, 0.6);
}

.border-l-red-500\/70 {
  border-left-color: rgba(231, 8, 60, 0.7);
}

.border-l-red-500\/75 {
  border-left-color: rgba(231, 8, 60, 0.75);
}

.border-l-red-500\/80 {
  border-left-color: rgba(231, 8, 60, 0.8);
}

.border-l-red-500\/90 {
  border-left-color: rgba(231, 8, 60, 0.9);
}

.border-l-red-500\/95 {
  border-left-color: rgba(231, 8, 60, 0.95);
}

.border-l-red-500\/100 {
  border-left-color: #e7083c;
}

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

.bg-current {
  background-color: currentColor;
}

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

.bg-white {
  background-color: #fafcfc;
}

.bg-black {
  background-color: #000;
}

.bg-blue-100 {
  background-color: #dfedf4;
}

.bg-blue-300 {
  background-color: #b4d9ed;
}

.bg-blue-500 {
  background-color: #7cd0ff;
}

.bg-blue-600 {
  background-color: #6ab3db;
}

.bg-blue-700 {
  background-color: #335669;
}

.bg-blue-800 {
  background-color: #203642;
}

.bg-blue-900 {
  background-color: #192a33;
}

.bg-grey-50 {
  background-color: #eef3f5;
}

.bg-grey-100 {
  background-color: #e9ebec;
}

.bg-grey-300 {
  background-color: #d3d7da;
}

.bg-grey-700 {
  background-color: #919191;
}

.bg-green-200 {
  background-color: #d8eccd;
}

.bg-green-400 {
  background-color: #51de07;
}

.bg-green-500 {
  background-color: #43b806;
}

.bg-green-600 {
  background-color: #308406;
}

.bg-green-700 {
  background-color: #27ca40;
}

.bg-grey-blue-500 {
  background-color: #5f6368;
}

.bg-grey-blue-600 {
  background-color: #365b72;
}

.bg-grey-green-500 {
  background-color: #565e52;
}

.bg-red-500 {
  background-color: #e7083c;
}

.bg-transparent\/0 {
  background-color: transparent;
}

.bg-transparent\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-transparent\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-transparent\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-transparent\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-transparent\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-transparent\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-transparent\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-transparent\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-transparent\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-transparent\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-transparent\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-transparent\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-transparent\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}

.bg-transparent\/100 {
  background-color: #000;
}

.bg-white\/0 {
  background-color: rgba(250, 252, 252, 0);
}

.bg-white\/5 {
  background-color: rgba(250, 252, 252, 0.05);
}

.bg-white\/10 {
  background-color: rgba(250, 252, 252, 0.1);
}

.bg-white\/20 {
  background-color: rgba(250, 252, 252, 0.2);
}

.bg-white\/25 {
  background-color: rgba(250, 252, 252, 0.25);
}

.bg-white\/30 {
  background-color: rgba(250, 252, 252, 0.3);
}

.bg-white\/40 {
  background-color: rgba(250, 252, 252, 0.4);
}

.bg-white\/50 {
  background-color: rgba(250, 252, 252, 0.5);
}

.bg-white\/60 {
  background-color: rgba(250, 252, 252, 0.6);
}

.bg-white\/70 {
  background-color: rgba(250, 252, 252, 0.7);
}

.bg-white\/75 {
  background-color: rgba(250, 252, 252, 0.75);
}

.bg-white\/80 {
  background-color: rgba(250, 252, 252, 0.8);
}

.bg-white\/90 {
  background-color: rgba(250, 252, 252, 0.9);
}

.bg-white\/95 {
  background-color: rgba(250, 252, 252, 0.95);
}

.bg-white\/100 {
  background-color: #fafcfc;
}

.bg-black\/0 {
  background-color: transparent;
}

.bg-black\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}

.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}

.bg-black\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}

.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}

.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-black\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}

.bg-black\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}

.bg-black\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-black\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}

.bg-black\/100 {
  background-color: #000;
}

.bg-blue-100\/0 {
  background-color: rgba(223, 237, 244, 0);
}

.bg-blue-100\/5 {
  background-color: rgba(223, 237, 244, 0.05);
}

.bg-blue-100\/10 {
  background-color: rgba(223, 237, 244, 0.1);
}

.bg-blue-100\/20 {
  background-color: rgba(223, 237, 244, 0.2);
}

.bg-blue-100\/25 {
  background-color: rgba(223, 237, 244, 0.25);
}

.bg-blue-100\/30 {
  background-color: rgba(223, 237, 244, 0.3);
}

.bg-blue-100\/40 {
  background-color: rgba(223, 237, 244, 0.4);
}

.bg-blue-100\/50 {
  background-color: rgba(223, 237, 244, 0.5);
}

.bg-blue-100\/60 {
  background-color: rgba(223, 237, 244, 0.6);
}

.bg-blue-100\/70 {
  background-color: rgba(223, 237, 244, 0.7);
}

.bg-blue-100\/75 {
  background-color: rgba(223, 237, 244, 0.75);
}

.bg-blue-100\/80 {
  background-color: rgba(223, 237, 244, 0.8);
}

.bg-blue-100\/90 {
  background-color: rgba(223, 237, 244, 0.9);
}

.bg-blue-100\/95 {
  background-color: rgba(223, 237, 244, 0.95);
}

.bg-blue-100\/100 {
  background-color: #dfedf4;
}

.bg-blue-300\/0 {
  background-color: rgba(180, 217, 237, 0);
}

.bg-blue-300\/5 {
  background-color: rgba(180, 217, 237, 0.05);
}

.bg-blue-300\/10 {
  background-color: rgba(180, 217, 237, 0.1);
}

.bg-blue-300\/20 {
  background-color: rgba(180, 217, 237, 0.2);
}

.bg-blue-300\/25 {
  background-color: rgba(180, 217, 237, 0.25);
}

.bg-blue-300\/30 {
  background-color: rgba(180, 217, 237, 0.3);
}

.bg-blue-300\/40 {
  background-color: rgba(180, 217, 237, 0.4);
}

.bg-blue-300\/50 {
  background-color: rgba(180, 217, 237, 0.5);
}

.bg-blue-300\/60 {
  background-color: rgba(180, 217, 237, 0.6);
}

.bg-blue-300\/70 {
  background-color: rgba(180, 217, 237, 0.7);
}

.bg-blue-300\/75 {
  background-color: rgba(180, 217, 237, 0.75);
}

.bg-blue-300\/80 {
  background-color: rgba(180, 217, 237, 0.8);
}

.bg-blue-300\/90 {
  background-color: rgba(180, 217, 237, 0.9);
}

.bg-blue-300\/95 {
  background-color: rgba(180, 217, 237, 0.95);
}

.bg-blue-300\/100 {
  background-color: #b4d9ed;
}

.bg-blue-500\/0 {
  background-color: rgba(124, 208, 255, 0);
}

.bg-blue-500\/5 {
  background-color: rgba(124, 208, 255, 0.05);
}

.bg-blue-500\/10 {
  background-color: rgba(124, 208, 255, 0.1);
}

.bg-blue-500\/20 {
  background-color: rgba(124, 208, 255, 0.2);
}

.bg-blue-500\/25 {
  background-color: rgba(124, 208, 255, 0.25);
}

.bg-blue-500\/30 {
  background-color: rgba(124, 208, 255, 0.3);
}

.bg-blue-500\/40 {
  background-color: rgba(124, 208, 255, 0.4);
}

.bg-blue-500\/50 {
  background-color: rgba(124, 208, 255, 0.5);
}

.bg-blue-500\/60 {
  background-color: rgba(124, 208, 255, 0.6);
}

.bg-blue-500\/70 {
  background-color: rgba(124, 208, 255, 0.7);
}

.bg-blue-500\/75 {
  background-color: rgba(124, 208, 255, 0.75);
}

.bg-blue-500\/80 {
  background-color: rgba(124, 208, 255, 0.8);
}

.bg-blue-500\/90 {
  background-color: rgba(124, 208, 255, 0.9);
}

.bg-blue-500\/95 {
  background-color: rgba(124, 208, 255, 0.95);
}

.bg-blue-500\/100 {
  background-color: #7cd0ff;
}

.bg-blue-600\/0 {
  background-color: rgba(106, 179, 219, 0);
}

.bg-blue-600\/5 {
  background-color: rgba(106, 179, 219, 0.05);
}

.bg-blue-600\/10 {
  background-color: rgba(106, 179, 219, 0.1);
}

.bg-blue-600\/20 {
  background-color: rgba(106, 179, 219, 0.2);
}

.bg-blue-600\/25 {
  background-color: rgba(106, 179, 219, 0.25);
}

.bg-blue-600\/30 {
  background-color: rgba(106, 179, 219, 0.3);
}

.bg-blue-600\/40 {
  background-color: rgba(106, 179, 219, 0.4);
}

.bg-blue-600\/50 {
  background-color: rgba(106, 179, 219, 0.5);
}

.bg-blue-600\/60 {
  background-color: rgba(106, 179, 219, 0.6);
}

.bg-blue-600\/70 {
  background-color: rgba(106, 179, 219, 0.7);
}

.bg-blue-600\/75 {
  background-color: rgba(106, 179, 219, 0.75);
}

.bg-blue-600\/80 {
  background-color: rgba(106, 179, 219, 0.8);
}

.bg-blue-600\/90 {
  background-color: rgba(106, 179, 219, 0.9);
}

.bg-blue-600\/95 {
  background-color: rgba(106, 179, 219, 0.95);
}

.bg-blue-600\/100 {
  background-color: #6ab3db;
}

.bg-blue-700\/0 {
  background-color: rgba(51, 86, 105, 0);
}

.bg-blue-700\/5 {
  background-color: rgba(51, 86, 105, 0.05);
}

.bg-blue-700\/10 {
  background-color: rgba(51, 86, 105, 0.1);
}

.bg-blue-700\/20 {
  background-color: rgba(51, 86, 105, 0.2);
}

.bg-blue-700\/25 {
  background-color: rgba(51, 86, 105, 0.25);
}

.bg-blue-700\/30 {
  background-color: rgba(51, 86, 105, 0.3);
}

.bg-blue-700\/40 {
  background-color: rgba(51, 86, 105, 0.4);
}

.bg-blue-700\/50 {
  background-color: rgba(51, 86, 105, 0.5);
}

.bg-blue-700\/60 {
  background-color: rgba(51, 86, 105, 0.6);
}

.bg-blue-700\/70 {
  background-color: rgba(51, 86, 105, 0.7);
}

.bg-blue-700\/75 {
  background-color: rgba(51, 86, 105, 0.75);
}

.bg-blue-700\/80 {
  background-color: rgba(51, 86, 105, 0.8);
}

.bg-blue-700\/90 {
  background-color: rgba(51, 86, 105, 0.9);
}

.bg-blue-700\/95 {
  background-color: rgba(51, 86, 105, 0.95);
}

.bg-blue-700\/100 {
  background-color: #335669;
}

.bg-blue-800\/0 {
  background-color: rgba(32, 54, 66, 0);
}

.bg-blue-800\/5 {
  background-color: rgba(32, 54, 66, 0.05);
}

.bg-blue-800\/10 {
  background-color: rgba(32, 54, 66, 0.1);
}

.bg-blue-800\/20 {
  background-color: rgba(32, 54, 66, 0.2);
}

.bg-blue-800\/25 {
  background-color: rgba(32, 54, 66, 0.25);
}

.bg-blue-800\/30 {
  background-color: rgba(32, 54, 66, 0.3);
}

.bg-blue-800\/40 {
  background-color: rgba(32, 54, 66, 0.4);
}

.bg-blue-800\/50 {
  background-color: rgba(32, 54, 66, 0.5);
}

.bg-blue-800\/60 {
  background-color: rgba(32, 54, 66, 0.6);
}

.bg-blue-800\/70 {
  background-color: rgba(32, 54, 66, 0.7);
}

.bg-blue-800\/75 {
  background-color: rgba(32, 54, 66, 0.75);
}

.bg-blue-800\/80 {
  background-color: rgba(32, 54, 66, 0.8);
}

.bg-blue-800\/90 {
  background-color: rgba(32, 54, 66, 0.9);
}

.bg-blue-800\/95 {
  background-color: rgba(32, 54, 66, 0.95);
}

.bg-blue-800\/100 {
  background-color: #203642;
}

.bg-blue-900\/0 {
  background-color: rgba(25, 42, 51, 0);
}

.bg-blue-900\/5 {
  background-color: rgba(25, 42, 51, 0.05);
}

.bg-blue-900\/10 {
  background-color: rgba(25, 42, 51, 0.1);
}

.bg-blue-900\/20 {
  background-color: rgba(25, 42, 51, 0.2);
}

.bg-blue-900\/25 {
  background-color: rgba(25, 42, 51, 0.25);
}

.bg-blue-900\/30 {
  background-color: rgba(25, 42, 51, 0.3);
}

.bg-blue-900\/40 {
  background-color: rgba(25, 42, 51, 0.4);
}

.bg-blue-900\/50 {
  background-color: rgba(25, 42, 51, 0.5);
}

.bg-blue-900\/60 {
  background-color: rgba(25, 42, 51, 0.6);
}

.bg-blue-900\/70 {
  background-color: rgba(25, 42, 51, 0.7);
}

.bg-blue-900\/75 {
  background-color: rgba(25, 42, 51, 0.75);
}

.bg-blue-900\/80 {
  background-color: rgba(25, 42, 51, 0.8);
}

.bg-blue-900\/90 {
  background-color: rgba(25, 42, 51, 0.9);
}

.bg-blue-900\/95 {
  background-color: rgba(25, 42, 51, 0.95);
}

.bg-blue-900\/100 {
  background-color: #192a33;
}

.bg-grey-50\/0 {
  background-color: rgba(238, 243, 245, 0);
}

.bg-grey-50\/5 {
  background-color: rgba(238, 243, 245, 0.05);
}

.bg-grey-50\/10 {
  background-color: rgba(238, 243, 245, 0.1);
}

.bg-grey-50\/20 {
  background-color: rgba(238, 243, 245, 0.2);
}

.bg-grey-50\/25 {
  background-color: rgba(238, 243, 245, 0.25);
}

.bg-grey-50\/30 {
  background-color: rgba(238, 243, 245, 0.3);
}

.bg-grey-50\/40 {
  background-color: rgba(238, 243, 245, 0.4);
}

.bg-grey-50\/50 {
  background-color: rgba(238, 243, 245, 0.5);
}

.bg-grey-50\/60 {
  background-color: rgba(238, 243, 245, 0.6);
}

.bg-grey-50\/70 {
  background-color: rgba(238, 243, 245, 0.7);
}

.bg-grey-50\/75 {
  background-color: rgba(238, 243, 245, 0.75);
}

.bg-grey-50\/80 {
  background-color: rgba(238, 243, 245, 0.8);
}

.bg-grey-50\/90 {
  background-color: rgba(238, 243, 245, 0.9);
}

.bg-grey-50\/95 {
  background-color: rgba(238, 243, 245, 0.95);
}

.bg-grey-50\/100 {
  background-color: #eef3f5;
}

.bg-grey-100\/0 {
  background-color: hsla(200, 7%, 92%, 0);
}

.bg-grey-100\/5 {
  background-color: hsla(200, 7%, 92%, 0.05);
}

.bg-grey-100\/10 {
  background-color: hsla(200, 7%, 92%, 0.1);
}

.bg-grey-100\/20 {
  background-color: hsla(200, 7%, 92%, 0.2);
}

.bg-grey-100\/25 {
  background-color: hsla(200, 7%, 92%, 0.25);
}

.bg-grey-100\/30 {
  background-color: hsla(200, 7%, 92%, 0.3);
}

.bg-grey-100\/40 {
  background-color: hsla(200, 7%, 92%, 0.4);
}

.bg-grey-100\/50 {
  background-color: hsla(200, 7%, 92%, 0.5);
}

.bg-grey-100\/60 {
  background-color: hsla(200, 7%, 92%, 0.6);
}

.bg-grey-100\/70 {
  background-color: hsla(200, 7%, 92%, 0.7);
}

.bg-grey-100\/75 {
  background-color: hsla(200, 7%, 92%, 0.75);
}

.bg-grey-100\/80 {
  background-color: hsla(200, 7%, 92%, 0.8);
}

.bg-grey-100\/90 {
  background-color: hsla(200, 7%, 92%, 0.9);
}

.bg-grey-100\/95 {
  background-color: hsla(200, 7%, 92%, 0.95);
}

.bg-grey-100\/100 {
  background-color: #e9ebec;
}

.bg-grey-300\/0 {
  background-color: hsla(206, 9%, 84%, 0);
}

.bg-grey-300\/5 {
  background-color: hsla(206, 9%, 84%, 0.05);
}

.bg-grey-300\/10 {
  background-color: hsla(206, 9%, 84%, 0.1);
}

.bg-grey-300\/20 {
  background-color: hsla(206, 9%, 84%, 0.2);
}

.bg-grey-300\/25 {
  background-color: hsla(206, 9%, 84%, 0.25);
}

.bg-grey-300\/30 {
  background-color: hsla(206, 9%, 84%, 0.3);
}

.bg-grey-300\/40 {
  background-color: hsla(206, 9%, 84%, 0.4);
}

.bg-grey-300\/50 {
  background-color: hsla(206, 9%, 84%, 0.5);
}

.bg-grey-300\/60 {
  background-color: hsla(206, 9%, 84%, 0.6);
}

.bg-grey-300\/70 {
  background-color: hsla(206, 9%, 84%, 0.7);
}

.bg-grey-300\/75 {
  background-color: hsla(206, 9%, 84%, 0.75);
}

.bg-grey-300\/80 {
  background-color: hsla(206, 9%, 84%, 0.8);
}

.bg-grey-300\/90 {
  background-color: hsla(206, 9%, 84%, 0.9);
}

.bg-grey-300\/95 {
  background-color: hsla(206, 9%, 84%, 0.95);
}

.bg-grey-300\/100 {
  background-color: #d3d7da;
}

.bg-grey-700\/0 {
  background-color: hsla(0, 0%, 57%, 0);
}

.bg-grey-700\/5 {
  background-color: hsla(0, 0%, 57%, 0.05);
}

.bg-grey-700\/10 {
  background-color: hsla(0, 0%, 57%, 0.1);
}

.bg-grey-700\/20 {
  background-color: hsla(0, 0%, 57%, 0.2);
}

.bg-grey-700\/25 {
  background-color: hsla(0, 0%, 57%, 0.25);
}

.bg-grey-700\/30 {
  background-color: hsla(0, 0%, 57%, 0.3);
}

.bg-grey-700\/40 {
  background-color: hsla(0, 0%, 57%, 0.4);
}

.bg-grey-700\/50 {
  background-color: hsla(0, 0%, 57%, 0.5);
}

.bg-grey-700\/60 {
  background-color: hsla(0, 0%, 57%, 0.6);
}

.bg-grey-700\/70 {
  background-color: hsla(0, 0%, 57%, 0.7);
}

.bg-grey-700\/75 {
  background-color: hsla(0, 0%, 57%, 0.75);
}

.bg-grey-700\/80 {
  background-color: hsla(0, 0%, 57%, 0.8);
}

.bg-grey-700\/90 {
  background-color: hsla(0, 0%, 57%, 0.9);
}

.bg-grey-700\/95 {
  background-color: hsla(0, 0%, 57%, 0.95);
}

.bg-grey-700\/100 {
  background-color: #919191;
}

.bg-green-200\/0 {
  background-color: hsla(99, 45%, 86%, 0);
}

.bg-green-200\/5 {
  background-color: hsla(99, 45%, 86%, 0.05);
}

.bg-green-200\/10 {
  background-color: hsla(99, 45%, 86%, 0.1);
}

.bg-green-200\/20 {
  background-color: hsla(99, 45%, 86%, 0.2);
}

.bg-green-200\/25 {
  background-color: hsla(99, 45%, 86%, 0.25);
}

.bg-green-200\/30 {
  background-color: hsla(99, 45%, 86%, 0.3);
}

.bg-green-200\/40 {
  background-color: hsla(99, 45%, 86%, 0.4);
}

.bg-green-200\/50 {
  background-color: hsla(99, 45%, 86%, 0.5);
}

.bg-green-200\/60 {
  background-color: hsla(99, 45%, 86%, 0.6);
}

.bg-green-200\/70 {
  background-color: hsla(99, 45%, 86%, 0.7);
}

.bg-green-200\/75 {
  background-color: hsla(99, 45%, 86%, 0.75);
}

.bg-green-200\/80 {
  background-color: hsla(99, 45%, 86%, 0.8);
}

.bg-green-200\/90 {
  background-color: hsla(99, 45%, 86%, 0.9);
}

.bg-green-200\/95 {
  background-color: hsla(99, 45%, 86%, 0.95);
}

.bg-green-200\/100 {
  background-color: #d8eccd;
}

.bg-green-400\/0 {
  background-color: rgba(81, 222, 7, 0);
}

.bg-green-400\/5 {
  background-color: rgba(81, 222, 7, 0.05);
}

.bg-green-400\/10 {
  background-color: rgba(81, 222, 7, 0.1);
}

.bg-green-400\/20 {
  background-color: rgba(81, 222, 7, 0.2);
}

.bg-green-400\/25 {
  background-color: rgba(81, 222, 7, 0.25);
}

.bg-green-400\/30 {
  background-color: rgba(81, 222, 7, 0.3);
}

.bg-green-400\/40 {
  background-color: rgba(81, 222, 7, 0.4);
}

.bg-green-400\/50 {
  background-color: rgba(81, 222, 7, 0.5);
}

.bg-green-400\/60 {
  background-color: rgba(81, 222, 7, 0.6);
}

.bg-green-400\/70 {
  background-color: rgba(81, 222, 7, 0.7);
}

.bg-green-400\/75 {
  background-color: rgba(81, 222, 7, 0.75);
}

.bg-green-400\/80 {
  background-color: rgba(81, 222, 7, 0.8);
}

.bg-green-400\/90 {
  background-color: rgba(81, 222, 7, 0.9);
}

.bg-green-400\/95 {
  background-color: rgba(81, 222, 7, 0.95);
}

.bg-green-400\/100 {
  background-color: #51de07;
}

.bg-green-500\/0 {
  background-color: rgba(67, 184, 6, 0);
}

.bg-green-500\/5 {
  background-color: rgba(67, 184, 6, 0.05);
}

.bg-green-500\/10 {
  background-color: rgba(67, 184, 6, 0.1);
}

.bg-green-500\/20 {
  background-color: rgba(67, 184, 6, 0.2);
}

.bg-green-500\/25 {
  background-color: rgba(67, 184, 6, 0.25);
}

.bg-green-500\/30 {
  background-color: rgba(67, 184, 6, 0.3);
}

.bg-green-500\/40 {
  background-color: rgba(67, 184, 6, 0.4);
}

.bg-green-500\/50 {
  background-color: rgba(67, 184, 6, 0.5);
}

.bg-green-500\/60 {
  background-color: rgba(67, 184, 6, 0.6);
}

.bg-green-500\/70 {
  background-color: rgba(67, 184, 6, 0.7);
}

.bg-green-500\/75 {
  background-color: rgba(67, 184, 6, 0.75);
}

.bg-green-500\/80 {
  background-color: rgba(67, 184, 6, 0.8);
}

.bg-green-500\/90 {
  background-color: rgba(67, 184, 6, 0.9);
}

.bg-green-500\/95 {
  background-color: rgba(67, 184, 6, 0.95);
}

.bg-green-500\/100 {
  background-color: #43b806;
}

.bg-green-600\/0 {
  background-color: rgba(48, 132, 6, 0);
}

.bg-green-600\/5 {
  background-color: rgba(48, 132, 6, 0.05);
}

.bg-green-600\/10 {
  background-color: rgba(48, 132, 6, 0.1);
}

.bg-green-600\/20 {
  background-color: rgba(48, 132, 6, 0.2);
}

.bg-green-600\/25 {
  background-color: rgba(48, 132, 6, 0.25);
}

.bg-green-600\/30 {
  background-color: rgba(48, 132, 6, 0.3);
}

.bg-green-600\/40 {
  background-color: rgba(48, 132, 6, 0.4);
}

.bg-green-600\/50 {
  background-color: rgba(48, 132, 6, 0.5);
}

.bg-green-600\/60 {
  background-color: rgba(48, 132, 6, 0.6);
}

.bg-green-600\/70 {
  background-color: rgba(48, 132, 6, 0.7);
}

.bg-green-600\/75 {
  background-color: rgba(48, 132, 6, 0.75);
}

.bg-green-600\/80 {
  background-color: rgba(48, 132, 6, 0.8);
}

.bg-green-600\/90 {
  background-color: rgba(48, 132, 6, 0.9);
}

.bg-green-600\/95 {
  background-color: rgba(48, 132, 6, 0.95);
}

.bg-green-600\/100 {
  background-color: #308406;
}

.bg-green-700\/0 {
  background-color: rgba(39, 202, 64, 0);
}

.bg-green-700\/5 {
  background-color: rgba(39, 202, 64, 0.05);
}

.bg-green-700\/10 {
  background-color: rgba(39, 202, 64, 0.1);
}

.bg-green-700\/20 {
  background-color: rgba(39, 202, 64, 0.2);
}

.bg-green-700\/25 {
  background-color: rgba(39, 202, 64, 0.25);
}

.bg-green-700\/30 {
  background-color: rgba(39, 202, 64, 0.3);
}

.bg-green-700\/40 {
  background-color: rgba(39, 202, 64, 0.4);
}

.bg-green-700\/50 {
  background-color: rgba(39, 202, 64, 0.5);
}

.bg-green-700\/60 {
  background-color: rgba(39, 202, 64, 0.6);
}

.bg-green-700\/70 {
  background-color: rgba(39, 202, 64, 0.7);
}

.bg-green-700\/75 {
  background-color: rgba(39, 202, 64, 0.75);
}

.bg-green-700\/80 {
  background-color: rgba(39, 202, 64, 0.8);
}

.bg-green-700\/90 {
  background-color: rgba(39, 202, 64, 0.9);
}

.bg-green-700\/95 {
  background-color: rgba(39, 202, 64, 0.95);
}

.bg-green-700\/100 {
  background-color: #27ca40;
}

.bg-grey-blue-500\/0 {
  background-color: rgba(95, 99, 104, 0);
}

.bg-grey-blue-500\/5 {
  background-color: rgba(95, 99, 104, 0.05);
}

.bg-grey-blue-500\/10 {
  background-color: rgba(95, 99, 104, 0.1);
}

.bg-grey-blue-500\/20 {
  background-color: rgba(95, 99, 104, 0.2);
}

.bg-grey-blue-500\/25 {
  background-color: rgba(95, 99, 104, 0.25);
}

.bg-grey-blue-500\/30 {
  background-color: rgba(95, 99, 104, 0.3);
}

.bg-grey-blue-500\/40 {
  background-color: rgba(95, 99, 104, 0.4);
}

.bg-grey-blue-500\/50 {
  background-color: rgba(95, 99, 104, 0.5);
}

.bg-grey-blue-500\/60 {
  background-color: rgba(95, 99, 104, 0.6);
}

.bg-grey-blue-500\/70 {
  background-color: rgba(95, 99, 104, 0.7);
}

.bg-grey-blue-500\/75 {
  background-color: rgba(95, 99, 104, 0.75);
}

.bg-grey-blue-500\/80 {
  background-color: rgba(95, 99, 104, 0.8);
}

.bg-grey-blue-500\/90 {
  background-color: rgba(95, 99, 104, 0.9);
}

.bg-grey-blue-500\/95 {
  background-color: rgba(95, 99, 104, 0.95);
}

.bg-grey-blue-500\/100 {
  background-color: #5f6368;
}

.bg-grey-blue-600\/0 {
  background-color: rgba(54, 91, 114, 0);
}

.bg-grey-blue-600\/5 {
  background-color: rgba(54, 91, 114, 0.05);
}

.bg-grey-blue-600\/10 {
  background-color: rgba(54, 91, 114, 0.1);
}

.bg-grey-blue-600\/20 {
  background-color: rgba(54, 91, 114, 0.2);
}

.bg-grey-blue-600\/25 {
  background-color: rgba(54, 91, 114, 0.25);
}

.bg-grey-blue-600\/30 {
  background-color: rgba(54, 91, 114, 0.3);
}

.bg-grey-blue-600\/40 {
  background-color: rgba(54, 91, 114, 0.4);
}

.bg-grey-blue-600\/50 {
  background-color: rgba(54, 91, 114, 0.5);
}

.bg-grey-blue-600\/60 {
  background-color: rgba(54, 91, 114, 0.6);
}

.bg-grey-blue-600\/70 {
  background-color: rgba(54, 91, 114, 0.7);
}

.bg-grey-blue-600\/75 {
  background-color: rgba(54, 91, 114, 0.75);
}

.bg-grey-blue-600\/80 {
  background-color: rgba(54, 91, 114, 0.8);
}

.bg-grey-blue-600\/90 {
  background-color: rgba(54, 91, 114, 0.9);
}

.bg-grey-blue-600\/95 {
  background-color: rgba(54, 91, 114, 0.95);
}

.bg-grey-blue-600\/100 {
  background-color: #365b72;
}

.bg-grey-green-500\/0 {
  background-color: rgba(86, 94, 82, 0);
}

.bg-grey-green-500\/5 {
  background-color: rgba(86, 94, 82, 0.05);
}

.bg-grey-green-500\/10 {
  background-color: rgba(86, 94, 82, 0.1);
}

.bg-grey-green-500\/20 {
  background-color: rgba(86, 94, 82, 0.2);
}

.bg-grey-green-500\/25 {
  background-color: rgba(86, 94, 82, 0.25);
}

.bg-grey-green-500\/30 {
  background-color: rgba(86, 94, 82, 0.3);
}

.bg-grey-green-500\/40 {
  background-color: rgba(86, 94, 82, 0.4);
}

.bg-grey-green-500\/50 {
  background-color: rgba(86, 94, 82, 0.5);
}

.bg-grey-green-500\/60 {
  background-color: rgba(86, 94, 82, 0.6);
}

.bg-grey-green-500\/70 {
  background-color: rgba(86, 94, 82, 0.7);
}

.bg-grey-green-500\/75 {
  background-color: rgba(86, 94, 82, 0.75);
}

.bg-grey-green-500\/80 {
  background-color: rgba(86, 94, 82, 0.8);
}

.bg-grey-green-500\/90 {
  background-color: rgba(86, 94, 82, 0.9);
}

.bg-grey-green-500\/95 {
  background-color: rgba(86, 94, 82, 0.95);
}

.bg-grey-green-500\/100 {
  background-color: #565e52;
}

.bg-red-500\/0 {
  background-color: rgba(231, 8, 60, 0);
}

.bg-red-500\/5 {
  background-color: rgba(231, 8, 60, 0.05);
}

.bg-red-500\/10 {
  background-color: rgba(231, 8, 60, 0.1);
}

.bg-red-500\/20 {
  background-color: rgba(231, 8, 60, 0.2);
}

.bg-red-500\/25 {
  background-color: rgba(231, 8, 60, 0.25);
}

.bg-red-500\/30 {
  background-color: rgba(231, 8, 60, 0.3);
}

.bg-red-500\/40 {
  background-color: rgba(231, 8, 60, 0.4);
}

.bg-red-500\/50 {
  background-color: rgba(231, 8, 60, 0.5);
}

.bg-red-500\/60 {
  background-color: rgba(231, 8, 60, 0.6);
}

.bg-red-500\/70 {
  background-color: rgba(231, 8, 60, 0.7);
}

.bg-red-500\/75 {
  background-color: rgba(231, 8, 60, 0.75);
}

.bg-red-500\/80 {
  background-color: rgba(231, 8, 60, 0.8);
}

.bg-red-500\/90 {
  background-color: rgba(231, 8, 60, 0.9);
}

.bg-red-500\/95 {
  background-color: rgba(231, 8, 60, 0.95);
}

.bg-red-500\/100 {
  background-color: #e7083c;
}

.bg-none {
  background-image: none;
}

.bg-gradient-to-t {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-gradient-to-tr {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-b {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-bl {
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-tl {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}

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

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

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

.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: 50%;
}

.bg-left {
  background-position: 0;
}

.bg-left-bottom {
  background-position: 0 100%;
}

.bg-left-top {
  background-position: 0 0;
}

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

.bg-right-bottom {
  background-position: 100% 100%;
}

.bg-right-top {
  background-position: 100% 0;
}

.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-none {
  fill: none;
}

.fill-green-600 {
  fill: #308406;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-green-600 {
  stroke: #308406;
}

.stroke-white {
  stroke: #fafcfc;
}

.stroke-green-500 {
  stroke: #43b806;
}

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

.p-5 {
  padding: 1.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-12 {
  padding: 3rem;
}

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

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

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

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

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

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

.py-1\.5 {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
  max-width: 800px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir="ltr"] .text-start {
  text-align: left;
}

[dir="ltr"] .text-end,
[dir="rtl"] .text-start {
  text-align: right;
}

[dir="rtl"] .text-end {
  text-align: left;
}

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

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

.font-roboto-mono {
  font-family: Roboto Mono, monospace;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-roboto-serif {
  font-family: "Open Sans", serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    Liberation Mono, Courier New, monospace;
}

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

.text-sm,
.text-xs {
  line-height: inherit;
}

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

.text-base {
  font-size: 1rem;
  line-height: inherit;
}

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

.text-lg,
.text-xl {
  line-height: inherit;
}

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

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

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

.text-4xl {
  font-size: 2.25rem;
  line-height: inherit;
}

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

.text-6xl {
  font-size: 3.75rem;
  line-height: inherit;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: inherit;
}

.text-8xl {
  font-size: 6rem;
  line-height: inherit;
}

.text-9xl {
  font-size: 8rem;
  line-height: inherit;
}

.text-\[128px\] {
  font-size: 128px;
}

.text-\[62px\] {
  font-size: 62px;
}

.text-\[70px\] {
  font-size: 70px;
}

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

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

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

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

.text-inherit {
  color: inherit;
}

.text-current {
  color: currentColor;
}

.text-transparent {
  color: transparent;
}

.text-white {
  color: #fafcfc;
}

.text-black {
  color: #000;
}

.text-blue-100 {
  color: #dfedf4;
}

.text-blue-300 {
  color: #b4d9ed;
}

.text-blue-500 {
  color: #7cd0ff;
}

.text-blue-600 {
  color: #6ab3db;
}

.text-blue-700 {
  color: #335669;
}

.text-blue-800 {
  color: #203642;
}

.text-blue-900 {
  color: #192a33;
}

.text-grey-50 {
  color: #eef3f5;
}

.text-grey-100 {
  color: #e9ebec;
}

.text-grey-300 {
  color: #d3d7da;
}

.text-grey-700 {
  color: #919191;
}

.text-green-200 {
  color: #d8eccd;
}

.text-green-400 {
  color: #51de07;
}

.text-green-500 {
  color: #43b806;
}

.text-green-600 {
  color: #308406;
}

.text-green-700 {
  color: #27ca40;
}

.text-grey-blue-500 {
  color: #5f6368;
}

.text-grey-blue-600 {
  color: #365b72;
}

.text-grey-green-500 {
  color: #565e52;
}

.text-red-500 {
  color: #e7083c;
}

.text-transparent\/0 {
  color: transparent;
}

.text-transparent\/5 {
  color: rgba(0, 0, 0, 0.05);
}

.text-transparent\/10 {
  color: rgba(0, 0, 0, 0.1);
}

.text-transparent\/20 {
  color: rgba(0, 0, 0, 0.2);
}

.text-transparent\/25 {
  color: rgba(0, 0, 0, 0.25);
}

.text-transparent\/30 {
  color: rgba(0, 0, 0, 0.3);
}

.text-transparent\/40 {
  color: rgba(0, 0, 0, 0.4);
}

.text-transparent\/50 {
  color: rgba(0, 0, 0, 0.5);
}

.text-transparent\/60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-transparent\/70 {
  color: rgba(0, 0, 0, 0.7);
}

.text-transparent\/75 {
  color: rgba(0, 0, 0, 0.75);
}

.text-transparent\/80 {
  color: rgba(0, 0, 0, 0.8);
}

.text-transparent\/90 {
  color: rgba(0, 0, 0, 0.9);
}

.text-transparent\/95 {
  color: rgba(0, 0, 0, 0.95);
}

.text-transparent\/100 {
  color: #000;
}

.text-white\/0 {
  color: rgba(250, 252, 252, 0);
}

.text-white\/5 {
  color: rgba(250, 252, 252, 0.05);
}

.text-white\/10 {
  color: rgba(250, 252, 252, 0.1);
}

.text-white\/20 {
  color: rgba(250, 252, 252, 0.2);
}

.text-white\/25 {
  color: rgba(250, 252, 252, 0.25);
}

.text-white\/30 {
  color: rgba(250, 252, 252, 0.3);
}

.text-white\/40 {
  color: rgba(250, 252, 252, 0.4);
}

.text-white\/50 {
  color: rgba(250, 252, 252, 0.5);
}

.text-white\/60 {
  color: rgba(250, 252, 252, 0.6);
}

.text-white\/70 {
  color: rgba(250, 252, 252, 0.7);
}

.text-white\/75 {
  color: rgba(250, 252, 252, 0.75);
}

.text-white\/80 {
  color: rgba(250, 252, 252, 0.8);
}

.text-white\/90 {
  color: rgba(250, 252, 252, 0.9);
}

.text-white\/95 {
  color: rgba(250, 252, 252, 0.95);
}

.text-white\/100 {
  color: #fafcfc;
}

.text-black\/0 {
  color: transparent;
}

.text-black\/5 {
  color: rgba(0, 0, 0, 0.05);
}

.text-black\/10 {
  color: rgba(0, 0, 0, 0.1);
}

.text-black\/20 {
  color: rgba(0, 0, 0, 0.2);
}

.text-black\/25 {
  color: rgba(0, 0, 0, 0.25);
}

.text-black\/30 {
  color: rgba(0, 0, 0, 0.3);
}

.text-black\/40 {
  color: rgba(0, 0, 0, 0.4);
}

.text-black\/50 {
  color: rgba(0, 0, 0, 0.5);
}

.text-black\/60 {
  color: rgba(0, 0, 0, 0.6);
}

.text-black\/70 {
  color: rgba(0, 0, 0, 0.7);
}

.text-black\/75 {
  color: rgba(0, 0, 0, 0.75);
}

.text-black\/80 {
  color: rgba(0, 0, 0, 0.8);
}

.text-black\/90 {
  color: rgba(0, 0, 0, 0.9);
}

.text-black\/95 {
  color: rgba(0, 0, 0, 0.95);
}

.text-black\/100 {
  color: #000;
}

.text-blue-100\/0 {
  color: rgba(223, 237, 244, 0);
}

.text-blue-100\/5 {
  color: rgba(223, 237, 244, 0.05);
}

.text-blue-100\/10 {
  color: rgba(223, 237, 244, 0.1);
}

.text-blue-100\/20 {
  color: rgba(223, 237, 244, 0.2);
}

.text-blue-100\/25 {
  color: rgba(223, 237, 244, 0.25);
}

.text-blue-100\/30 {
  color: rgba(223, 237, 244, 0.3);
}

.text-blue-100\/40 {
  color: rgba(223, 237, 244, 0.4);
}

.text-blue-100\/50 {
  color: rgba(223, 237, 244, 0.5);
}

.text-blue-100\/60 {
  color: rgba(223, 237, 244, 0.6);
}

.text-blue-100\/70 {
  color: rgba(223, 237, 244, 0.7);
}

.text-blue-100\/75 {
  color: rgba(223, 237, 244, 0.75);
}

.text-blue-100\/80 {
  color: rgba(223, 237, 244, 0.8);
}

.text-blue-100\/90 {
  color: rgba(223, 237, 244, 0.9);
}

.text-blue-100\/95 {
  color: rgba(223, 237, 244, 0.95);
}

.text-blue-100\/100 {
  color: #dfedf4;
}

.text-blue-300\/0 {
  color: rgba(180, 217, 237, 0);
}

.text-blue-300\/5 {
  color: rgba(180, 217, 237, 0.05);
}

.text-blue-300\/10 {
  color: rgba(180, 217, 237, 0.1);
}

.text-blue-300\/20 {
  color: rgba(180, 217, 237, 0.2);
}

.text-blue-300\/25 {
  color: rgba(180, 217, 237, 0.25);
}

.text-blue-300\/30 {
  color: rgba(180, 217, 237, 0.3);
}

.text-blue-300\/40 {
  color: rgba(180, 217, 237, 0.4);
}

.text-blue-300\/50 {
  color: rgba(180, 217, 237, 0.5);
}

.text-blue-300\/60 {
  color: rgba(180, 217, 237, 0.6);
}

.text-blue-300\/70 {
  color: rgba(180, 217, 237, 0.7);
}

.text-blue-300\/75 {
  color: rgba(180, 217, 237, 0.75);
}

.text-blue-300\/80 {
  color: rgba(180, 217, 237, 0.8);
}

.text-blue-300\/90 {
  color: rgba(180, 217, 237, 0.9);
}

.text-blue-300\/95 {
  color: rgba(180, 217, 237, 0.95);
}

.text-blue-300\/100 {
  color: #b4d9ed;
}

.text-blue-500\/0 {
  color: rgba(124, 208, 255, 0);
}

.text-blue-500\/5 {
  color: rgba(124, 208, 255, 0.05);
}

.text-blue-500\/10 {
  color: rgba(124, 208, 255, 0.1);
}

.text-blue-500\/20 {
  color: rgba(124, 208, 255, 0.2);
}

.text-blue-500\/25 {
  color: rgba(124, 208, 255, 0.25);
}

.text-blue-500\/30 {
  color: rgba(124, 208, 255, 0.3);
}

.text-blue-500\/40 {
  color: rgba(124, 208, 255, 0.4);
}

.text-blue-500\/50 {
  color: rgba(124, 208, 255, 0.5);
}

.text-blue-500\/60 {
  color: rgba(124, 208, 255, 0.6);
}

.text-blue-500\/70 {
  color: rgba(124, 208, 255, 0.7);
}

.text-blue-500\/75 {
  color: rgba(124, 208, 255, 0.75);
}

.text-blue-500\/80 {
  color: rgba(124, 208, 255, 0.8);
}

.text-blue-500\/90 {
  color: rgba(124, 208, 255, 0.9);
}

.text-blue-500\/95 {
  color: rgba(124, 208, 255, 0.95);
}

.text-blue-500\/100 {
  color: #7cd0ff;
}

.text-blue-600\/0 {
  color: rgba(106, 179, 219, 0);
}

.text-blue-600\/5 {
  color: rgba(106, 179, 219, 0.05);
}

.text-blue-600\/10 {
  color: rgba(106, 179, 219, 0.1);
}

.text-blue-600\/20 {
  color: rgba(106, 179, 219, 0.2);
}

.text-blue-600\/25 {
  color: rgba(106, 179, 219, 0.25);
}

.text-blue-600\/30 {
  color: rgba(106, 179, 219, 0.3);
}

.text-blue-600\/40 {
  color: rgba(106, 179, 219, 0.4);
}

.text-blue-600\/50 {
  color: rgba(106, 179, 219, 0.5);
}

.text-blue-600\/60 {
  color: rgba(106, 179, 219, 0.6);
}

.text-blue-600\/70 {
  color: rgba(106, 179, 219, 0.7);
}

.text-blue-600\/75 {
  color: rgba(106, 179, 219, 0.75);
}

.text-blue-600\/80 {
  color: rgba(106, 179, 219, 0.8);
}

.text-blue-600\/90 {
  color: rgba(106, 179, 219, 0.9);
}

.text-blue-600\/95 {
  color: rgba(106, 179, 219, 0.95);
}

.text-blue-600\/100 {
  color: #6ab3db;
}

.text-blue-700\/0 {
  color: rgba(51, 86, 105, 0);
}

.text-blue-700\/5 {
  color: rgba(51, 86, 105, 0.05);
}

.text-blue-700\/10 {
  color: rgba(51, 86, 105, 0.1);
}

.text-blue-700\/20 {
  color: rgba(51, 86, 105, 0.2);
}

.text-blue-700\/25 {
  color: rgba(51, 86, 105, 0.25);
}

.text-blue-700\/30 {
  color: rgba(51, 86, 105, 0.3);
}

.text-blue-700\/40 {
  color: rgba(51, 86, 105, 0.4);
}

.text-blue-700\/50 {
  color: rgba(51, 86, 105, 0.5);
}

.text-blue-700\/60 {
  color: rgba(51, 86, 105, 0.6);
}

.text-blue-700\/70 {
  color: rgba(51, 86, 105, 0.7);
}

.text-blue-700\/75 {
  color: rgba(51, 86, 105, 0.75);
}

.text-blue-700\/80 {
  color: rgba(51, 86, 105, 0.8);
}

.text-blue-700\/90 {
  color: rgba(51, 86, 105, 0.9);
}

.text-blue-700\/95 {
  color: rgba(51, 86, 105, 0.95);
}

.text-blue-700\/100 {
  color: #335669;
}

.text-blue-800\/0 {
  color: rgba(32, 54, 66, 0);
}

.text-blue-800\/5 {
  color: rgba(32, 54, 66, 0.05);
}

.text-blue-800\/10 {
  color: rgba(32, 54, 66, 0.1);
}

.text-blue-800\/20 {
  color: rgba(32, 54, 66, 0.2);
}

.text-blue-800\/25 {
  color: rgba(32, 54, 66, 0.25);
}

.text-blue-800\/30 {
  color: rgba(32, 54, 66, 0.3);
}

.text-blue-800\/40 {
  color: rgba(32, 54, 66, 0.4);
}

.text-blue-800\/50 {
  color: rgba(32, 54, 66, 0.5);
}

.text-blue-800\/60 {
  color: rgba(32, 54, 66, 0.6);
}

.text-blue-800\/70 {
  color: rgba(32, 54, 66, 0.7);
}

.text-blue-800\/75 {
  color: rgba(32, 54, 66, 0.75);
}

.text-blue-800\/80 {
  color: rgba(32, 54, 66, 0.8);
}

.text-blue-800\/90 {
  color: rgba(32, 54, 66, 0.9);
}

.text-blue-800\/95 {
  color: rgba(32, 54, 66, 0.95);
}

.text-blue-800\/100 {
  color: #203642;
}

.text-blue-900\/0 {
  color: rgba(25, 42, 51, 0);
}

.text-blue-900\/5 {
  color: rgba(25, 42, 51, 0.05);
}

.text-blue-900\/10 {
  color: rgba(25, 42, 51, 0.1);
}

.text-blue-900\/20 {
  color: rgba(25, 42, 51, 0.2);
}

.text-blue-900\/25 {
  color: rgba(25, 42, 51, 0.25);
}

.text-blue-900\/30 {
  color: rgba(25, 42, 51, 0.3);
}

.text-blue-900\/40 {
  color: rgba(25, 42, 51, 0.4);
}

.text-blue-900\/50 {
  color: rgba(25, 42, 51, 0.5);
}

.text-blue-900\/60 {
  color: rgba(25, 42, 51, 0.6);
}

.text-blue-900\/70 {
  color: rgba(25, 42, 51, 0.7);
}

.text-blue-900\/75 {
  color: rgba(25, 42, 51, 0.75);
}

.text-blue-900\/80 {
  color: rgba(25, 42, 51, 0.8);
}

.text-blue-900\/90 {
  color: rgba(25, 42, 51, 0.9);
}

.text-blue-900\/95 {
  color: rgba(25, 42, 51, 0.95);
}

.text-blue-900\/100 {
  color: #192a33;
}

.text-grey-50\/0 {
  color: rgba(238, 243, 245, 0);
}

.text-grey-50\/5 {
  color: rgba(238, 243, 245, 0.05);
}

.text-grey-50\/10 {
  color: rgba(238, 243, 245, 0.1);
}

.text-grey-50\/20 {
  color: rgba(238, 243, 245, 0.2);
}

.text-grey-50\/25 {
  color: rgba(238, 243, 245, 0.25);
}

.text-grey-50\/30 {
  color: rgba(238, 243, 245, 0.3);
}

.text-grey-50\/40 {
  color: rgba(238, 243, 245, 0.4);
}

.text-grey-50\/50 {
  color: rgba(238, 243, 245, 0.5);
}

.text-grey-50\/60 {
  color: rgba(238, 243, 245, 0.6);
}

.text-grey-50\/70 {
  color: rgba(238, 243, 245, 0.7);
}

.text-grey-50\/75 {
  color: rgba(238, 243, 245, 0.75);
}

.text-grey-50\/80 {
  color: rgba(238, 243, 245, 0.8);
}

.text-grey-50\/90 {
  color: rgba(238, 243, 245, 0.9);
}

.text-grey-50\/95 {
  color: rgba(238, 243, 245, 0.95);
}

.text-grey-50\/100 {
  color: #eef3f5;
}

.text-grey-100\/0 {
  color: hsla(200, 7%, 92%, 0);
}

.text-grey-100\/5 {
  color: hsla(200, 7%, 92%, 0.05);
}

.text-grey-100\/10 {
  color: hsla(200, 7%, 92%, 0.1);
}

.text-grey-100\/20 {
  color: hsla(200, 7%, 92%, 0.2);
}

.text-grey-100\/25 {
  color: hsla(200, 7%, 92%, 0.25);
}

.text-grey-100\/30 {
  color: hsla(200, 7%, 92%, 0.3);
}

.text-grey-100\/40 {
  color: hsla(200, 7%, 92%, 0.4);
}

.text-grey-100\/50 {
  color: hsla(200, 7%, 92%, 0.5);
}

.text-grey-100\/60 {
  color: hsla(200, 7%, 92%, 0.6);
}

.text-grey-100\/70 {
  color: hsla(200, 7%, 92%, 0.7);
}

.text-grey-100\/75 {
  color: hsla(200, 7%, 92%, 0.75);
}

.text-grey-100\/80 {
  color: hsla(200, 7%, 92%, 0.8);
}

.text-grey-100\/90 {
  color: hsla(200, 7%, 92%, 0.9);
}

.text-grey-100\/95 {
  color: hsla(200, 7%, 92%, 0.95);
}

.text-grey-100\/100 {
  color: #e9ebec;
}

.text-grey-300\/0 {
  color: hsla(206, 9%, 84%, 0);
}

.text-grey-300\/5 {
  color: hsla(206, 9%, 84%, 0.05);
}

.text-grey-300\/10 {
  color: hsla(206, 9%, 84%, 0.1);
}

.text-grey-300\/20 {
  color: hsla(206, 9%, 84%, 0.2);
}

.text-grey-300\/25 {
  color: hsla(206, 9%, 84%, 0.25);
}

.text-grey-300\/30 {
  color: hsla(206, 9%, 84%, 0.3);
}

.text-grey-300\/40 {
  color: hsla(206, 9%, 84%, 0.4);
}

.text-grey-300\/50 {
  color: hsla(206, 9%, 84%, 0.5);
}

.text-grey-300\/60 {
  color: hsla(206, 9%, 84%, 0.6);
}

.text-grey-300\/70 {
  color: hsla(206, 9%, 84%, 0.7);
}

.text-grey-300\/75 {
  color: hsla(206, 9%, 84%, 0.75);
}

.text-grey-300\/80 {
  color: hsla(206, 9%, 84%, 0.8);
}

.text-grey-300\/90 {
  color: hsla(206, 9%, 84%, 0.9);
}

.text-grey-300\/95 {
  color: hsla(206, 9%, 84%, 0.95);
}

.text-grey-300\/100 {
  color: #d3d7da;
}

.text-grey-700\/0 {
  color: hsla(0, 0%, 57%, 0);
}

.text-grey-700\/5 {
  color: hsla(0, 0%, 57%, 0.05);
}

.text-grey-700\/10 {
  color: hsla(0, 0%, 57%, 0.1);
}

.text-grey-700\/20 {
  color: hsla(0, 0%, 57%, 0.2);
}

.text-grey-700\/25 {
  color: hsla(0, 0%, 57%, 0.25);
}

.text-grey-700\/30 {
  color: hsla(0, 0%, 57%, 0.3);
}

.text-grey-700\/40 {
  color: hsla(0, 0%, 57%, 0.4);
}

.text-grey-700\/50 {
  color: hsla(0, 0%, 57%, 0.5);
}

.text-grey-700\/60 {
  color: hsla(0, 0%, 57%, 0.6);
}

.text-grey-700\/70 {
  color: hsla(0, 0%, 57%, 0.7);
}

.text-grey-700\/75 {
  color: hsla(0, 0%, 57%, 0.75);
}

.text-grey-700\/80 {
  color: hsla(0, 0%, 57%, 0.8);
}

.text-grey-700\/90 {
  color: hsla(0, 0%, 57%, 0.9);
}

.text-grey-700\/95 {
  color: hsla(0, 0%, 57%, 0.95);
}

.text-grey-700\/100 {
  color: #919191;
}

.text-green-200\/0 {
  color: hsla(99, 45%, 86%, 0);
}

.text-green-200\/5 {
  color: hsla(99, 45%, 86%, 0.05);
}

.text-green-200\/10 {
  color: hsla(99, 45%, 86%, 0.1);
}

.text-green-200\/20 {
  color: hsla(99, 45%, 86%, 0.2);
}

.text-green-200\/25 {
  color: hsla(99, 45%, 86%, 0.25);
}

.text-green-200\/30 {
  color: hsla(99, 45%, 86%, 0.3);
}

.text-green-200\/40 {
  color: hsla(99, 45%, 86%, 0.4);
}

.text-green-200\/50 {
  color: hsla(99, 45%, 86%, 0.5);
}

.text-green-200\/60 {
  color: hsla(99, 45%, 86%, 0.6);
}

.text-green-200\/70 {
  color: hsla(99, 45%, 86%, 0.7);
}

.text-green-200\/75 {
  color: hsla(99, 45%, 86%, 0.75);
}

.text-green-200\/80 {
  color: hsla(99, 45%, 86%, 0.8);
}

.text-green-200\/90 {
  color: hsla(99, 45%, 86%, 0.9);
}

.text-green-200\/95 {
  color: hsla(99, 45%, 86%, 0.95);
}

.text-green-200\/100 {
  color: #d8eccd;
}

.text-green-400\/0 {
  color: rgba(81, 222, 7, 0);
}

.text-green-400\/5 {
  color: rgba(81, 222, 7, 0.05);
}

.text-green-400\/10 {
  color: rgba(81, 222, 7, 0.1);
}

.text-green-400\/20 {
  color: rgba(81, 222, 7, 0.2);
}

.text-green-400\/25 {
  color: rgba(81, 222, 7, 0.25);
}

.text-green-400\/30 {
  color: rgba(81, 222, 7, 0.3);
}

.text-green-400\/40 {
  color: rgba(81, 222, 7, 0.4);
}

.text-green-400\/50 {
  color: rgba(81, 222, 7, 0.5);
}

.text-green-400\/60 {
  color: rgba(81, 222, 7, 0.6);
}

.text-green-400\/70 {
  color: rgba(81, 222, 7, 0.7);
}

.text-green-400\/75 {
  color: rgba(81, 222, 7, 0.75);
}

.text-green-400\/80 {
  color: rgba(81, 222, 7, 0.8);
}

.text-green-400\/90 {
  color: rgba(81, 222, 7, 0.9);
}

.text-green-400\/95 {
  color: rgba(81, 222, 7, 0.95);
}

.text-green-400\/100 {
  color: #51de07;
}

.text-green-500\/0 {
  color: rgba(67, 184, 6, 0);
}

.text-green-500\/5 {
  color: rgba(67, 184, 6, 0.05);
}

.text-green-500\/10 {
  color: rgba(67, 184, 6, 0.1);
}

.text-green-500\/20 {
  color: rgba(67, 184, 6, 0.2);
}

.text-green-500\/25 {
  color: rgba(67, 184, 6, 0.25);
}

.text-green-500\/30 {
  color: rgba(67, 184, 6, 0.3);
}

.text-green-500\/40 {
  color: rgba(67, 184, 6, 0.4);
}

.text-green-500\/50 {
  color: rgba(67, 184, 6, 0.5);
}

.text-green-500\/60 {
  color: rgba(67, 184, 6, 0.6);
}

.text-green-500\/70 {
  color: rgba(67, 184, 6, 0.7);
}

.text-green-500\/75 {
  color: rgba(67, 184, 6, 0.75);
}

.text-green-500\/80 {
  color: rgba(67, 184, 6, 0.8);
}

.text-green-500\/90 {
  color: rgba(67, 184, 6, 0.9);
}

.text-green-500\/95 {
  color: rgba(67, 184, 6, 0.95);
}

.text-green-500\/100 {
  color: #43b806;
}

.text-green-600\/0 {
  color: rgba(48, 132, 6, 0);
}

.text-green-600\/5 {
  color: rgba(48, 132, 6, 0.05);
}

.text-green-600\/10 {
  color: rgba(48, 132, 6, 0.1);
}

.text-green-600\/20 {
  color: rgba(48, 132, 6, 0.2);
}

.text-green-600\/25 {
  color: rgba(48, 132, 6, 0.25);
}

.text-green-600\/30 {
  color: rgba(48, 132, 6, 0.3);
}

.text-green-600\/40 {
  color: rgba(48, 132, 6, 0.4);
}

.text-green-600\/50 {
  color: rgba(48, 132, 6, 0.5);
}

.text-green-600\/60 {
  color: rgba(48, 132, 6, 0.6);
}

.text-green-600\/70 {
  color: rgba(48, 132, 6, 0.7);
}

.text-green-600\/75 {
  color: rgba(48, 132, 6, 0.75);
}

.text-green-600\/80 {
  color: rgba(48, 132, 6, 0.8);
}

.text-green-600\/90 {
  color: rgba(48, 132, 6, 0.9);
}

.text-green-600\/95 {
  color: rgba(48, 132, 6, 0.95);
}

.text-green-600\/100 {
  color: #308406;
}

.text-green-700\/0 {
  color: rgba(39, 202, 64, 0);
}

.text-green-700\/5 {
  color: rgba(39, 202, 64, 0.05);
}

.text-green-700\/10 {
  color: rgba(39, 202, 64, 0.1);
}

.text-green-700\/20 {
  color: rgba(39, 202, 64, 0.2);
}

.text-green-700\/25 {
  color: rgba(39, 202, 64, 0.25);
}

.text-green-700\/30 {
  color: rgba(39, 202, 64, 0.3);
}

.text-green-700\/40 {
  color: rgba(39, 202, 64, 0.4);
}

.text-green-700\/50 {
  color: rgba(39, 202, 64, 0.5);
}

.text-green-700\/60 {
  color: rgba(39, 202, 64, 0.6);
}

.text-green-700\/70 {
  color: rgba(39, 202, 64, 0.7);
}

.text-green-700\/75 {
  color: rgba(39, 202, 64, 0.75);
}

.text-green-700\/80 {
  color: rgba(39, 202, 64, 0.8);
}

.text-green-700\/90 {
  color: rgba(39, 202, 64, 0.9);
}

.text-green-700\/95 {
  color: rgba(39, 202, 64, 0.95);
}

.text-green-700\/100 {
  color: #27ca40;
}

.text-grey-blue-500\/0 {
  color: rgba(95, 99, 104, 0);
}

.text-grey-blue-500\/5 {
  color: rgba(95, 99, 104, 0.05);
}

.text-grey-blue-500\/10 {
  color: rgba(95, 99, 104, 0.1);
}

.text-grey-blue-500\/20 {
  color: rgba(95, 99, 104, 0.2);
}

.text-grey-blue-500\/25 {
  color: rgba(95, 99, 104, 0.25);
}

.text-grey-blue-500\/30 {
  color: rgba(95, 99, 104, 0.3);
}

.text-grey-blue-500\/40 {
  color: rgba(95, 99, 104, 0.4);
}

.text-grey-blue-500\/50 {
  color: rgba(95, 99, 104, 0.5);
}

.text-grey-blue-500\/60 {
  color: rgba(95, 99, 104, 0.6);
}

.text-grey-blue-500\/70 {
  color: rgba(95, 99, 104, 0.7);
}

.text-grey-blue-500\/75 {
  color: rgba(95, 99, 104, 0.75);
}

.text-grey-blue-500\/80 {
  color: rgba(95, 99, 104, 0.8);
}

.text-grey-blue-500\/90 {
  color: rgba(95, 99, 104, 0.9);
}

.text-grey-blue-500\/95 {
  color: rgba(95, 99, 104, 0.95);
}

.text-grey-blue-500\/100 {
  color: #5f6368;
}

.text-grey-blue-600\/0 {
  color: rgba(54, 91, 114, 0);
}

.text-grey-blue-600\/5 {
  color: rgba(54, 91, 114, 0.05);
}

.text-grey-blue-600\/10 {
  color: rgba(54, 91, 114, 0.1);
}

.text-grey-blue-600\/20 {
  color: rgba(54, 91, 114, 0.2);
}

.text-grey-blue-600\/25 {
  color: rgba(54, 91, 114, 0.25);
}

.text-grey-blue-600\/30 {
  color: rgba(54, 91, 114, 0.3);
}

.text-grey-blue-600\/40 {
  color: rgba(54, 91, 114, 0.4);
}

.text-grey-blue-600\/50 {
  color: rgba(54, 91, 114, 0.5);
}

.text-grey-blue-600\/60 {
  color: rgba(54, 91, 114, 0.6);
}

.text-grey-blue-600\/70 {
  color: rgba(54, 91, 114, 0.7);
}

.text-grey-blue-600\/75 {
  color: rgba(54, 91, 114, 0.75);
}

.text-grey-blue-600\/80 {
  color: rgba(54, 91, 114, 0.8);
}

.text-grey-blue-600\/90 {
  color: rgba(54, 91, 114, 0.9);
}

.text-grey-blue-600\/95 {
  color: rgba(54, 91, 114, 0.95);
}

.text-grey-blue-600\/100 {
  color: #365b72;
}

.text-grey-green-500\/0 {
  color: rgba(86, 94, 82, 0);
}

.text-grey-green-500\/5 {
  color: rgba(86, 94, 82, 0.05);
}

.text-grey-green-500\/10 {
  color: rgba(86, 94, 82, 0.1);
}

.text-grey-green-500\/20 {
  color: rgba(86, 94, 82, 0.2);
}

.text-grey-green-500\/25 {
  color: rgba(86, 94, 82, 0.25);
}

.text-grey-green-500\/30 {
  color: rgba(86, 94, 82, 0.3);
}

.text-grey-green-500\/40 {
  color: rgba(86, 94, 82, 0.4);
}

.text-grey-green-500\/50 {
  color: rgba(86, 94, 82, 0.5);
}

.text-grey-green-500\/60 {
  color: rgba(86, 94, 82, 0.6);
}

.text-grey-green-500\/70 {
  color: rgba(86, 94, 82, 0.7);
}

.text-grey-green-500\/75 {
  color: rgba(86, 94, 82, 0.75);
}

.text-grey-green-500\/80 {
  color: rgba(86, 94, 82, 0.8);
}

.text-grey-green-500\/90 {
  color: rgba(86, 94, 82, 0.9);
}

.text-grey-green-500\/95 {
  color: rgba(86, 94, 82, 0.95);
}

.text-grey-green-500\/100 {
  color: #565e52;
}

.text-red-500\/0 {
  color: rgba(231, 8, 60, 0);
}

.text-red-500\/5 {
  color: rgba(231, 8, 60, 0.05);
}

.text-red-500\/10 {
  color: rgba(231, 8, 60, 0.1);
}

.text-red-500\/20 {
  color: rgba(231, 8, 60, 0.2);
}

.text-red-500\/25 {
  color: rgba(231, 8, 60, 0.25);
}

.text-red-500\/30 {
  color: rgba(231, 8, 60, 0.3);
}

.text-red-500\/40 {
  color: rgba(231, 8, 60, 0.4);
}

.text-red-500\/50 {
  color: rgba(231, 8, 60, 0.5);
}

.text-red-500\/60 {
  color: rgba(231, 8, 60, 0.6);
}

.text-red-500\/70 {
  color: rgba(231, 8, 60, 0.7);
}

.text-red-500\/75 {
  color: rgba(231, 8, 60, 0.75);
}

.text-red-500\/80 {
  color: rgba(231, 8, 60, 0.8);
}

.text-red-500\/90 {
  color: rgba(231, 8, 60, 0.9);
}

.text-red-500\/95 {
  color: rgba(231, 8, 60, 0.95);
}

.text-red-500\/100 {
  color: #e7083c;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

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

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.shadow-md,
.shadow-sm {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.shadow-lg,
.shadow-xl {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}

.shadow-2xl,
.shadow-inner {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
}

.shadow-none {
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
}

.shadow-none,
.shadow-top-left {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-top-left {
  --tw-shadow: 0 -80px 0 0 transparent;
  --tw-shadow-colored: 0 -80px 0 0 var(--tw-shadow-color);
}

.shadow-bottom-right {
  --tw-shadow: 0 80px 0 0 transparent;
  --tw-shadow-colored: 0 80px 0 0 var(--tw-shadow-color);
}

.shadow-bottom-right,
.shadow-solid {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-solid {
  --tw-shadow: -8px 8px 0 0 transparent;
  --tw-shadow-colored: -8px 8px 0 0 var(--tw-shadow-color);
}

.shadow-below {
  --tw-shadow: 0 4px 0 transparent;
  --tw-shadow-colored: 0 4px 0 var(--tw-shadow-color);
}

.shadow-below,
.shadow-below-header {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-below-header {
  --tw-shadow: 0 10px 0 transparent;
  --tw-shadow-colored: 0 10px 0 var(--tw-shadow-color);
}

.shadow-inherit {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-current {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #fafcfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100 {
  --tw-shadow-color: #dfedf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300 {
  --tw-shadow-color: #b4d9ed;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500 {
  --tw-shadow-color: #7cd0ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600 {
  --tw-shadow-color: #6ab3db;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700 {
  --tw-shadow-color: #335669;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800 {
  --tw-shadow-color: #203642;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900 {
  --tw-shadow-color: #192a33;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50 {
  --tw-shadow-color: #eef3f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100 {
  --tw-shadow-color: #e9ebec;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300 {
  --tw-shadow-color: #d3d7da;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700 {
  --tw-shadow-color: #919191;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200 {
  --tw-shadow-color: #d8eccd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400 {
  --tw-shadow-color: #51de07;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500 {
  --tw-shadow-color: #43b806;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600 {
  --tw-shadow-color: #308406;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700 {
  --tw-shadow-color: #27ca40;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500 {
  --tw-shadow-color: #5f6368;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600 {
  --tw-shadow-color: #365b72;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500 {
  --tw-shadow-color: #565e52;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500 {
  --tw-shadow-color: #e7083c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/0 {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/5 {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/10 {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/20 {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/25 {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/30 {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/40 {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/50 {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/60 {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/70 {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/75 {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/80 {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/90 {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/95 {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/100 {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/0 {
  --tw-shadow-color: rgba(250, 252, 252, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/5 {
  --tw-shadow-color: rgba(250, 252, 252, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/10 {
  --tw-shadow-color: rgba(250, 252, 252, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/20 {
  --tw-shadow-color: rgba(250, 252, 252, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/25 {
  --tw-shadow-color: rgba(250, 252, 252, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/30 {
  --tw-shadow-color: rgba(250, 252, 252, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/40 {
  --tw-shadow-color: rgba(250, 252, 252, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/50 {
  --tw-shadow-color: rgba(250, 252, 252, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/60 {
  --tw-shadow-color: rgba(250, 252, 252, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/70 {
  --tw-shadow-color: rgba(250, 252, 252, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/75 {
  --tw-shadow-color: rgba(250, 252, 252, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/80 {
  --tw-shadow-color: rgba(250, 252, 252, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/90 {
  --tw-shadow-color: rgba(250, 252, 252, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/95 {
  --tw-shadow-color: rgba(250, 252, 252, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/100 {
  --tw-shadow-color: #fafcfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/0 {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/5 {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/10 {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/20 {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/25 {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/30 {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/40 {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/50 {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/60 {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/70 {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/75 {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/80 {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/90 {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/95 {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/100 {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/0 {
  --tw-shadow-color: rgba(223, 237, 244, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/5 {
  --tw-shadow-color: rgba(223, 237, 244, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/10 {
  --tw-shadow-color: rgba(223, 237, 244, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/20 {
  --tw-shadow-color: rgba(223, 237, 244, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/25 {
  --tw-shadow-color: rgba(223, 237, 244, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/30 {
  --tw-shadow-color: rgba(223, 237, 244, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/40 {
  --tw-shadow-color: rgba(223, 237, 244, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/50 {
  --tw-shadow-color: rgba(223, 237, 244, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/60 {
  --tw-shadow-color: rgba(223, 237, 244, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/70 {
  --tw-shadow-color: rgba(223, 237, 244, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/75 {
  --tw-shadow-color: rgba(223, 237, 244, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/80 {
  --tw-shadow-color: rgba(223, 237, 244, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/90 {
  --tw-shadow-color: rgba(223, 237, 244, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/95 {
  --tw-shadow-color: rgba(223, 237, 244, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/100 {
  --tw-shadow-color: #dfedf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/0 {
  --tw-shadow-color: rgba(180, 217, 237, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/5 {
  --tw-shadow-color: rgba(180, 217, 237, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/10 {
  --tw-shadow-color: rgba(180, 217, 237, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/20 {
  --tw-shadow-color: rgba(180, 217, 237, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/25 {
  --tw-shadow-color: rgba(180, 217, 237, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/30 {
  --tw-shadow-color: rgba(180, 217, 237, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/40 {
  --tw-shadow-color: rgba(180, 217, 237, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/50 {
  --tw-shadow-color: rgba(180, 217, 237, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/60 {
  --tw-shadow-color: rgba(180, 217, 237, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/70 {
  --tw-shadow-color: rgba(180, 217, 237, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/75 {
  --tw-shadow-color: rgba(180, 217, 237, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/80 {
  --tw-shadow-color: rgba(180, 217, 237, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/90 {
  --tw-shadow-color: rgba(180, 217, 237, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/95 {
  --tw-shadow-color: rgba(180, 217, 237, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/100 {
  --tw-shadow-color: #b4d9ed;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/0 {
  --tw-shadow-color: rgba(124, 208, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/5 {
  --tw-shadow-color: rgba(124, 208, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/10 {
  --tw-shadow-color: rgba(124, 208, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/20 {
  --tw-shadow-color: rgba(124, 208, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/25 {
  --tw-shadow-color: rgba(124, 208, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/30 {
  --tw-shadow-color: rgba(124, 208, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/40 {
  --tw-shadow-color: rgba(124, 208, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/50 {
  --tw-shadow-color: rgba(124, 208, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/60 {
  --tw-shadow-color: rgba(124, 208, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/70 {
  --tw-shadow-color: rgba(124, 208, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/75 {
  --tw-shadow-color: rgba(124, 208, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/80 {
  --tw-shadow-color: rgba(124, 208, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/90 {
  --tw-shadow-color: rgba(124, 208, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/95 {
  --tw-shadow-color: rgba(124, 208, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/100 {
  --tw-shadow-color: #7cd0ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/0 {
  --tw-shadow-color: rgba(106, 179, 219, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/5 {
  --tw-shadow-color: rgba(106, 179, 219, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/10 {
  --tw-shadow-color: rgba(106, 179, 219, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/20 {
  --tw-shadow-color: rgba(106, 179, 219, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/25 {
  --tw-shadow-color: rgba(106, 179, 219, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/30 {
  --tw-shadow-color: rgba(106, 179, 219, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/40 {
  --tw-shadow-color: rgba(106, 179, 219, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/50 {
  --tw-shadow-color: rgba(106, 179, 219, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/60 {
  --tw-shadow-color: rgba(106, 179, 219, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/70 {
  --tw-shadow-color: rgba(106, 179, 219, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/75 {
  --tw-shadow-color: rgba(106, 179, 219, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/80 {
  --tw-shadow-color: rgba(106, 179, 219, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/90 {
  --tw-shadow-color: rgba(106, 179, 219, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/95 {
  --tw-shadow-color: rgba(106, 179, 219, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/100 {
  --tw-shadow-color: #6ab3db;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/0 {
  --tw-shadow-color: rgba(51, 86, 105, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/5 {
  --tw-shadow-color: rgba(51, 86, 105, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/10 {
  --tw-shadow-color: rgba(51, 86, 105, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/20 {
  --tw-shadow-color: rgba(51, 86, 105, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/25 {
  --tw-shadow-color: rgba(51, 86, 105, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/30 {
  --tw-shadow-color: rgba(51, 86, 105, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/40 {
  --tw-shadow-color: rgba(51, 86, 105, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/50 {
  --tw-shadow-color: rgba(51, 86, 105, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/60 {
  --tw-shadow-color: rgba(51, 86, 105, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/70 {
  --tw-shadow-color: rgba(51, 86, 105, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/75 {
  --tw-shadow-color: rgba(51, 86, 105, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/80 {
  --tw-shadow-color: rgba(51, 86, 105, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/90 {
  --tw-shadow-color: rgba(51, 86, 105, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/95 {
  --tw-shadow-color: rgba(51, 86, 105, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/100 {
  --tw-shadow-color: #335669;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/0 {
  --tw-shadow-color: rgba(32, 54, 66, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/5 {
  --tw-shadow-color: rgba(32, 54, 66, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/10 {
  --tw-shadow-color: rgba(32, 54, 66, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/20 {
  --tw-shadow-color: rgba(32, 54, 66, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/25 {
  --tw-shadow-color: rgba(32, 54, 66, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/30 {
  --tw-shadow-color: rgba(32, 54, 66, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/40 {
  --tw-shadow-color: rgba(32, 54, 66, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/50 {
  --tw-shadow-color: rgba(32, 54, 66, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/60 {
  --tw-shadow-color: rgba(32, 54, 66, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/70 {
  --tw-shadow-color: rgba(32, 54, 66, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/75 {
  --tw-shadow-color: rgba(32, 54, 66, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/80 {
  --tw-shadow-color: rgba(32, 54, 66, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/90 {
  --tw-shadow-color: rgba(32, 54, 66, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/95 {
  --tw-shadow-color: rgba(32, 54, 66, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/100 {
  --tw-shadow-color: #203642;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/0 {
  --tw-shadow-color: rgba(25, 42, 51, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/5 {
  --tw-shadow-color: rgba(25, 42, 51, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/10 {
  --tw-shadow-color: rgba(25, 42, 51, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/20 {
  --tw-shadow-color: rgba(25, 42, 51, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/25 {
  --tw-shadow-color: rgba(25, 42, 51, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/30 {
  --tw-shadow-color: rgba(25, 42, 51, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/40 {
  --tw-shadow-color: rgba(25, 42, 51, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/50 {
  --tw-shadow-color: rgba(25, 42, 51, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/60 {
  --tw-shadow-color: rgba(25, 42, 51, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/70 {
  --tw-shadow-color: rgba(25, 42, 51, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/75 {
  --tw-shadow-color: rgba(25, 42, 51, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/80 {
  --tw-shadow-color: rgba(25, 42, 51, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/90 {
  --tw-shadow-color: rgba(25, 42, 51, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/95 {
  --tw-shadow-color: rgba(25, 42, 51, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/100 {
  --tw-shadow-color: #192a33;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/0 {
  --tw-shadow-color: rgba(238, 243, 245, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/5 {
  --tw-shadow-color: rgba(238, 243, 245, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/10 {
  --tw-shadow-color: rgba(238, 243, 245, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/20 {
  --tw-shadow-color: rgba(238, 243, 245, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/25 {
  --tw-shadow-color: rgba(238, 243, 245, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/30 {
  --tw-shadow-color: rgba(238, 243, 245, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/40 {
  --tw-shadow-color: rgba(238, 243, 245, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/50 {
  --tw-shadow-color: rgba(238, 243, 245, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/60 {
  --tw-shadow-color: rgba(238, 243, 245, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/70 {
  --tw-shadow-color: rgba(238, 243, 245, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/75 {
  --tw-shadow-color: rgba(238, 243, 245, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/80 {
  --tw-shadow-color: rgba(238, 243, 245, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/90 {
  --tw-shadow-color: rgba(238, 243, 245, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/95 {
  --tw-shadow-color: rgba(238, 243, 245, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-50\/100 {
  --tw-shadow-color: #eef3f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/0 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/5 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/10 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/20 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/25 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/30 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/40 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/50 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/60 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/70 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/75 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/80 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/90 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/95 {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-100\/100 {
  --tw-shadow-color: #e9ebec;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/0 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/5 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/10 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/20 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/25 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/30 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/40 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/50 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/60 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/70 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/75 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/80 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/90 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/95 {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-300\/100 {
  --tw-shadow-color: #d3d7da;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/0 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/5 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/10 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/20 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/25 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/30 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/40 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/50 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/60 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/70 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/75 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/80 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/90 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/95 {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-700\/100 {
  --tw-shadow-color: #919191;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/0 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/5 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/10 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/20 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/25 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/30 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/40 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/50 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/60 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/70 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/75 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/80 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/90 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/95 {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/100 {
  --tw-shadow-color: #d8eccd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/0 {
  --tw-shadow-color: rgba(81, 222, 7, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/5 {
  --tw-shadow-color: rgba(81, 222, 7, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/10 {
  --tw-shadow-color: rgba(81, 222, 7, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/20 {
  --tw-shadow-color: rgba(81, 222, 7, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/25 {
  --tw-shadow-color: rgba(81, 222, 7, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/30 {
  --tw-shadow-color: rgba(81, 222, 7, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/40 {
  --tw-shadow-color: rgba(81, 222, 7, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/50 {
  --tw-shadow-color: rgba(81, 222, 7, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/60 {
  --tw-shadow-color: rgba(81, 222, 7, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/70 {
  --tw-shadow-color: rgba(81, 222, 7, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/75 {
  --tw-shadow-color: rgba(81, 222, 7, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/80 {
  --tw-shadow-color: rgba(81, 222, 7, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/90 {
  --tw-shadow-color: rgba(81, 222, 7, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/95 {
  --tw-shadow-color: rgba(81, 222, 7, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/100 {
  --tw-shadow-color: #51de07;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/0 {
  --tw-shadow-color: rgba(67, 184, 6, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/5 {
  --tw-shadow-color: rgba(67, 184, 6, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/10 {
  --tw-shadow-color: rgba(67, 184, 6, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/20 {
  --tw-shadow-color: rgba(67, 184, 6, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/25 {
  --tw-shadow-color: rgba(67, 184, 6, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/30 {
  --tw-shadow-color: rgba(67, 184, 6, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/40 {
  --tw-shadow-color: rgba(67, 184, 6, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/50 {
  --tw-shadow-color: rgba(67, 184, 6, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/60 {
  --tw-shadow-color: rgba(67, 184, 6, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/70 {
  --tw-shadow-color: rgba(67, 184, 6, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/75 {
  --tw-shadow-color: rgba(67, 184, 6, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/80 {
  --tw-shadow-color: rgba(67, 184, 6, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/90 {
  --tw-shadow-color: rgba(67, 184, 6, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/95 {
  --tw-shadow-color: rgba(67, 184, 6, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/100 {
  --tw-shadow-color: #43b806;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/0 {
  --tw-shadow-color: rgba(48, 132, 6, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/5 {
  --tw-shadow-color: rgba(48, 132, 6, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/10 {
  --tw-shadow-color: rgba(48, 132, 6, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/20 {
  --tw-shadow-color: rgba(48, 132, 6, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/25 {
  --tw-shadow-color: rgba(48, 132, 6, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/30 {
  --tw-shadow-color: rgba(48, 132, 6, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/40 {
  --tw-shadow-color: rgba(48, 132, 6, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/50 {
  --tw-shadow-color: rgba(48, 132, 6, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/60 {
  --tw-shadow-color: rgba(48, 132, 6, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/70 {
  --tw-shadow-color: rgba(48, 132, 6, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/75 {
  --tw-shadow-color: rgba(48, 132, 6, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/80 {
  --tw-shadow-color: rgba(48, 132, 6, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/90 {
  --tw-shadow-color: rgba(48, 132, 6, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/95 {
  --tw-shadow-color: rgba(48, 132, 6, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/100 {
  --tw-shadow-color: #308406;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/0 {
  --tw-shadow-color: rgba(39, 202, 64, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/5 {
  --tw-shadow-color: rgba(39, 202, 64, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/10 {
  --tw-shadow-color: rgba(39, 202, 64, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/20 {
  --tw-shadow-color: rgba(39, 202, 64, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/25 {
  --tw-shadow-color: rgba(39, 202, 64, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/30 {
  --tw-shadow-color: rgba(39, 202, 64, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/40 {
  --tw-shadow-color: rgba(39, 202, 64, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/50 {
  --tw-shadow-color: rgba(39, 202, 64, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/60 {
  --tw-shadow-color: rgba(39, 202, 64, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/70 {
  --tw-shadow-color: rgba(39, 202, 64, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/75 {
  --tw-shadow-color: rgba(39, 202, 64, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/80 {
  --tw-shadow-color: rgba(39, 202, 64, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/90 {
  --tw-shadow-color: rgba(39, 202, 64, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/95 {
  --tw-shadow-color: rgba(39, 202, 64, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/100 {
  --tw-shadow-color: #27ca40;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/0 {
  --tw-shadow-color: rgba(95, 99, 104, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/5 {
  --tw-shadow-color: rgba(95, 99, 104, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/10 {
  --tw-shadow-color: rgba(95, 99, 104, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/20 {
  --tw-shadow-color: rgba(95, 99, 104, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/25 {
  --tw-shadow-color: rgba(95, 99, 104, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/30 {
  --tw-shadow-color: rgba(95, 99, 104, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/40 {
  --tw-shadow-color: rgba(95, 99, 104, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/50 {
  --tw-shadow-color: rgba(95, 99, 104, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/60 {
  --tw-shadow-color: rgba(95, 99, 104, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/70 {
  --tw-shadow-color: rgba(95, 99, 104, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/75 {
  --tw-shadow-color: rgba(95, 99, 104, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/80 {
  --tw-shadow-color: rgba(95, 99, 104, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/90 {
  --tw-shadow-color: rgba(95, 99, 104, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/95 {
  --tw-shadow-color: rgba(95, 99, 104, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-500\/100 {
  --tw-shadow-color: #5f6368;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/0 {
  --tw-shadow-color: rgba(54, 91, 114, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/5 {
  --tw-shadow-color: rgba(54, 91, 114, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/10 {
  --tw-shadow-color: rgba(54, 91, 114, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/20 {
  --tw-shadow-color: rgba(54, 91, 114, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/25 {
  --tw-shadow-color: rgba(54, 91, 114, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/30 {
  --tw-shadow-color: rgba(54, 91, 114, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/40 {
  --tw-shadow-color: rgba(54, 91, 114, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/50 {
  --tw-shadow-color: rgba(54, 91, 114, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/60 {
  --tw-shadow-color: rgba(54, 91, 114, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/70 {
  --tw-shadow-color: rgba(54, 91, 114, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/75 {
  --tw-shadow-color: rgba(54, 91, 114, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/80 {
  --tw-shadow-color: rgba(54, 91, 114, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/90 {
  --tw-shadow-color: rgba(54, 91, 114, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/95 {
  --tw-shadow-color: rgba(54, 91, 114, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-blue-600\/100 {
  --tw-shadow-color: #365b72;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/0 {
  --tw-shadow-color: rgba(86, 94, 82, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/5 {
  --tw-shadow-color: rgba(86, 94, 82, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/10 {
  --tw-shadow-color: rgba(86, 94, 82, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/20 {
  --tw-shadow-color: rgba(86, 94, 82, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/25 {
  --tw-shadow-color: rgba(86, 94, 82, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/30 {
  --tw-shadow-color: rgba(86, 94, 82, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/40 {
  --tw-shadow-color: rgba(86, 94, 82, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/50 {
  --tw-shadow-color: rgba(86, 94, 82, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/60 {
  --tw-shadow-color: rgba(86, 94, 82, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/70 {
  --tw-shadow-color: rgba(86, 94, 82, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/75 {
  --tw-shadow-color: rgba(86, 94, 82, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/80 {
  --tw-shadow-color: rgba(86, 94, 82, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/90 {
  --tw-shadow-color: rgba(86, 94, 82, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/95 {
  --tw-shadow-color: rgba(86, 94, 82, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-grey-green-500\/100 {
  --tw-shadow-color: #565e52;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/0 {
  --tw-shadow-color: rgba(231, 8, 60, 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/5 {
  --tw-shadow-color: rgba(231, 8, 60, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/10 {
  --tw-shadow-color: rgba(231, 8, 60, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/20 {
  --tw-shadow-color: rgba(231, 8, 60, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/25 {
  --tw-shadow-color: rgba(231, 8, 60, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/30 {
  --tw-shadow-color: rgba(231, 8, 60, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/40 {
  --tw-shadow-color: rgba(231, 8, 60, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/50 {
  --tw-shadow-color: rgba(231, 8, 60, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/60 {
  --tw-shadow-color: rgba(231, 8, 60, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/70 {
  --tw-shadow-color: rgba(231, 8, 60, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/75 {
  --tw-shadow-color: rgba(231, 8, 60, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/80 {
  --tw-shadow-color: rgba(231, 8, 60, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/90 {
  --tw-shadow-color: rgba(231, 8, 60, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/95 {
  --tw-shadow-color: rgba(231, 8, 60, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/100 {
  --tw-shadow-color: #e7083c;
  --tw-shadow: var(--tw-shadow-colored);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

.drop-shadow-md,
.drop-shadow-sm {
  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);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
    drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.drop-shadow-lg,
.drop-shadow-xl {
  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);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03))
    drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.drop-shadow-2xl,
.drop-shadow-none {
  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);
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 transparent);
}

.transition-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.transition {
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-text-decoration-color,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html.menu-is-open {
  scroll-behavior: auto;
}

body {
  background-color: #fafcfc;
  color: #000000;
  line-height: 1;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body > * {
  font-size: 1.25rem;
  line-height: inherit;
  line-height: 1.25;
}

.menu-is-open body {
  overflow: hidden;
}

@media (min-width: 768px) {
  .menu-is-open body {
    height: auto;
    overflow: auto;
    position: static;
  }
}

.filters-open body {
  overflow: hidden;
}

@media (min-width: 768px) {
  .filters-open body {
    height: auto;
    overflow: auto;
    position: static;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

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

.wysiwyg {
  word-break: break-word;
}

.shadow-main {
  position: relative;
}

.shadow-main:before {
  --tw-content: "";
  background-color: rgba(32, 54, 66, 0.25);
  border-radius: 10px;
  bottom: -0.5rem;
  content: var(--tw-content);
  height: 2.5rem;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  width: 91.666667%;
  z-index: -10;
}

.shadow-main--on-hover:before {
  opacity: 0;
  transition-duration: 0.15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shadow-main--on-hover:hover:before {
  opacity: 1;
}

.copied {
  --tw-translate-x: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  border-radius: 0.375rem;
  bottom: calc(100% + 4px);
  color: #fafcfc;
  opacity: 0;
  padding: 0.5rem;
  pointer-events: none;
  transform-origin: bottom;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.47, 1.64, 0.41, 0.8);
  white-space: nowrap;
}

.copied,
.copied:after {
  background-color: #308406;
  left: 50%;
  position: absolute;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.copied:after {
  --tw-translate-x: -50%;
  --tw-rotate: 45deg;
  --tw-content: "";
  bottom: -0.5rem;
  content: var(--tw-content);
  height: 1rem;
  width: 1rem;
}

.success + .copied {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  opacity: 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));
}

.anchor {
  scroll-margin: 8rem;
}

@media (min-width: 768px) {
  .anchor {
    scroll-margin: 11rem;
  }
}

.anchor--secondary {
  scroll-margin: 6rem;
}

@media (min-width: 768px) {
  .anchor--secondary {
    scroll-margin: 11rem;
  }
}

@media (min-width: 1024px) {
  .anchor--secondary {
    scroll-margin: 15rem;
  }
}

.anchor--tertiary {
  scroll-margin: 8rem;
}

.clip {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

.header,
.umb-block-grid__area {
  width: 100%;
}

.header {
  align-items: center;
  background-color: #1e0a78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  top: 0;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
}

@media (min-width: 768px) {
  .header {
    height: 12rem;
  }
}

.header {
  transition: height 0.15s cubic-bezier(0.4, 0, 0.2, 1), border 0ms linear;
}

.menu-is-open .header.rc:before {
  opacity: 0;
}

.header:after {
  --tw-content: "";
  content: var(--tw-content);
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 0;
}

.header__top {
  display: none;
  position: relative;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
  }
}

.logo {
  display: inline-block;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 7rem;
}

@media (min-width: 768px) {
  .logo {
    width: 9rem;
  }
}

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

.nx-accordion {
  margin-bottom: 1rem;
  position: relative;
}

.nx-accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.nx-accordion__head--active {
  color: #f24d31;
}

@media (min-width: 1024px) {
  .nx-accordion--filters .nx-accordion__head {
    border-bottom-width: 1px;
    border-color: #203642;
    color: inherit;
    font-weight: 500;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    pointer-events: none;
    width: 100%;
  }
}

.nx-accordion__head-text {
  display: block;
  padding-top: 0.25rem;
  transition-duration: 0.15s;
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.nx-accordion__head:hover .nx-accordion__head-text {
  color: #f24d31;
}

.nx-accordion__content {
  display: none;
  padding-bottom: 0.75rem;
  padding-left: 42px;
  padding-top: 0.75rem;
  position: relative;
  z-index: 10;
}

.nx-accordion--flush .nx-accordion__content {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .nx-accordion--filters .nx-accordion__content {
    display: block !important;
  }
}

.nx-accordion__icon {
  fill: #203642;
  flex-shrink: 0;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

[aria-expanded="true"] .nx-accordion__icon {
  --tw-rotate: 90deg;
  fill: #f24d31;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .nx-accordion--filters .nx-accordion__icon {
    display: none;
  }
}

.filters {
  height: 100%;
  position: fixed;
  right: 100%;
  top: 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  z-index: 60;
}

@media (min-width: 1024px) {
  .filters {
    position: static;
    transition-property: none;
  }
}

.filters-open .filters {
  --tw-translate-x: 100%;
  overflow-y: auto;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 1024px) {
  .filters-open .filters {
    --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));
  }
}

.filters__list {
  word-break: break-word;
}

.filters__category {
  align-items: center;
  border-bottom-width: 1px;
  border-color: #203642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .filters__category {
    cursor: text;
    pointer-events: none;
  }
}

.filters__icon {
  fill: #203642;
}

[aria-expanded="true"] .filters__icon {
  --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));
}

@media (min-width: 1024px) {
  .filters__icon {
    display: none;
  }
}

.nav {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-is-open .hamburger-button {
    transform: translateY(-4.5rem);
}

.hamburger-button.active .line-1,
.hamburger-button[aria-expanded="true"] .line-1 {
  --tw-translate-y: 0px;
  --tw-rotate: 45deg;
}

.hamburger-button.active .line-1,
.hamburger-button.active .line-2,
.hamburger-button[aria-expanded="true"] .line-1,
.hamburger-button[aria-expanded="true"] .line-2 {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hamburger-button.active .line-2,
.hamburger-button[aria-expanded="true"] .line-2 {
  --tw-translate-x: 0.75rem;
  opacity: 0;
}

.hamburger-button.active .line-3,
.hamburger-button[aria-expanded="true"] .line-3 {
  --tw-translate-y: 0px;
  --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));
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  gap: 1rem;
  line-height: inherit;
}

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

@media (min-width: 768px) {
  .pagination__li {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    white-space: normal;
    width: auto;
  }
}

.pagination__li:first-child,
.pagination__li:last-child {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  white-space: normal;
  width: auto;
}

@media (min-width: 768px) {
  .pagination__li:nth-child(n + 10) {
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.pagination__li--active,
.pagination__li--active + li {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: static;
  white-space: normal;
  width: auto;
}

.search {
  position: relative;
}

.wysiwyg ol,
.wysiwyg ul {
  margin-bottom: 2rem;
  margin-left: 1.75rem;
}

.wysiwyg ol ol,
.wysiwyg ol ul,
.wysiwyg ul ol,
.wysiwyg ul ul {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}

.wysiwyg ol li + li,
.wysiwyg ul li + li {
  margin-top: 0.75rem;
}

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

.wysiwyg ol {
  list-style-type: decimal;
}

pre {
  background-color: #d8eccd;
  font-family: Roboto Mono, monospace;
  font-size: 1rem;
  line-height: inherit;
  margin-bottom: 1.5rem;
  max-height: 500px;
  overflow-y: auto;
  padding: 1.5rem;
  white-space: pre-wrap;
}

a {
  color: inherit;
}

.text-link,
.wysiwyg a:not(.btn),
a {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.text-link,
.wysiwyg a:not(.btn) {
  color: #308406;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
}

.text-link:hover,
.wysiwyg a:hover:not(.btn) {
  text-decoration-thickness: 4px;
}

.text-link:active,
.wysiwyg a:active:not(.btn) {
  background-color: #d8eccd;
}

small {
  font-size: 0.875rem;
  line-height: inherit;
}

b,
strong {
  font-weight: 700;
  text-align: left;
}

em,
i {
  font-style: italic;
}

table {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-collapse: separate;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  font-size: 1rem;
  line-height: inherit;
  table-layout: fixed;
  width: 100%;
}

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

@media (min-width: 768px) {
  thead {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: static;
    white-space: normal;
    width: auto;
  }
}

tbody {
  font-family: Roboto Mono, monospace;
}

td,
th {
  border-bottom-width: 1px;
  border-color: #bbd8ef;
  padding: 10px 0.75rem;
}

@media (min-width: 768px) {
  td,
  th {
    border-right-width: 1px;
    text-align: right;
  }
  td:first-child,
  th:first-child {
    border-left-width: 1px;
  }
}

th {
  background-color: #cbdce9;
  border-top-width: 1px;
}

td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  td {
    display: table-cell;
  }
}

td:before {
  --tw-content: attr(data-label);
  content: var(--tw-content);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

@media (min-width: 768px) {
  td:before {
    --tw-content: none;
    content: var(--tw-content);
  }
}

tr {
  border-bottom-width: 3px;
  border-color: #6ab3db;
  display: block;
}

@media (min-width: 768px) {
  tr {
    border-bottom-width: 0;
    display: table-row;
  }
  thead tr:first-child th:first-child {
    border-top-left-radius: 0.5rem;
  }
  thead tr:first-child th:last-child {
    border-top-right-radius: 0.5rem;
  }
  tbody tr:last-child td:first-child {
    border-bottom-left-radius: 0.5rem;
  }
  tbody tr:last-child td:last-child {
    border-bottom-right-radius: 0.5rem;
  }
}

label {
  display: block;
  margin-bottom: 0.25rem;
}

.error-field {
  border-color: #e7083c;
  border-left-width: 3px;
  padding-left: 0.75rem;
  position: relative;
}

.error-field:after,
.error-field:before {
  --tw-content: "";
  border-color: #e7083c;
  border-radius: 9999px;
  border-width: 3px;
  content: var(--tw-content);
  height: 8px;
  left: -5px;
  position: absolute;
  width: 8px;
}

.error-field:before {
  top: -8px;
}

.error-field:after {
  bottom: -8px;
}

.select {
  position: relative;
}

.select:after {
  --tw-translate-y: -50%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #308406;
  content: "";
  height: 0;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 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));
  width: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #cbdce9;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-color: #1e0a78;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-width: 1px;
  color: #203642;
  min-width: 200px;
  padding: 0.5rem 2.5rem 0.5rem 1rem !important;
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  height: 40px;
}

@media (min-width: 768px) {
  select {
    padding: 1rem 2.5rem 1rem 1.25rem;
  }
}

select:hover {
  border-color: #f24d31;
}

.duet-date {
  margin-bottom: 0.5rem;
}

.duet-date__input {
  background-color: #d8eccd;
  border-color: #203642;
  border-radius: 10px;
  border-width: 1px;
  padding: 0.5rem;
}

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

.marker\:text-4xl ::marker {
  font-size: 2.25rem;
  line-height: inherit;
}

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

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

.marker\:text-4xl::marker {
  font-size: 2.25rem;
  line-height: inherit;
}

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

.placeholder\:text-blue-800::-moz-placeholder {
  color: #203642;
}

.placeholder\:text-blue-800::placeholder {
  color: #203642;
}

.placeholder\:text-white::-moz-placeholder {
  color: #fafcfc;
}

.placeholder\:text-white::placeholder {
  color: #fafcfc;
}

.before\:pointer-events-none:before {
  content: var(--tw-content);
  pointer-events: none;
}

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

.before\:inset-x-0:before {
  content: var(--tw-content);
  left: 0;
  right: 0;
}

.before\:inset-y-0:before {
  bottom: 0;
  content: var(--tw-content);
  top: 0;
}

.before\:-bottom-2:before {
  bottom: -0.5rem;
  content: var(--tw-content);
}

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

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

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

.before\:-z-10:before {
  content: var(--tw-content);
  z-index: -10;
}

.before\:z-20:before {
  content: var(--tw-content);
  z-index: 20;
}

.before\:mx-auto:before {
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

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

.before\:h-10:before {
  content: var(--tw-content);
  height: 2.5rem;
}

.before\:h-4:before {
  content: var(--tw-content);
  height: 1rem;
}

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

.before\:w-11\/12:before {
  content: var(--tw-content);
  width: 91.666667%;
}

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

.before\:w-4:before {
  content: var(--tw-content);
  width: 1rem;
}

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

.before\:border-collapse:before {
  border-collapse: collapse;
  content: var(--tw-content);
}

.before\:border-separate:before {
  border-collapse: separate;
  content: var(--tw-content);
}

.before\:border-spacing-0:before {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
}

.before\:border-spacing-0:before,
.before\:border-spacing-1:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-1:before {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
}

.before\:border-spacing-2:before {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
}

.before\:border-spacing-2:before,
.before\:border-spacing-3:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-3:before {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
}

.before\:border-spacing-4:before {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
}

.before\:border-spacing-4:before,
.before\:border-spacing-5:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-5:before {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
}

.before\:border-spacing-6:before {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
}

.before\:border-spacing-6:before,
.before\:border-spacing-7:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-7:before {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
}

.before\:border-spacing-8:before {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
}

.before\:border-spacing-8:before,
.before\:border-spacing-9:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-9:before {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
}

.before\:border-spacing-10:before {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
}

.before\:border-spacing-10:before,
.before\:border-spacing-11:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-11:before {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
}

.before\:border-spacing-12:before {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
}

.before\:border-spacing-12:before,
.before\:border-spacing-14:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-14:before {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
}

.before\:border-spacing-16:before {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
}

.before\:border-spacing-16:before,
.before\:border-spacing-20:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-20:before {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
}

.before\:border-spacing-24:before {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
}

.before\:border-spacing-24:before,
.before\:border-spacing-28:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-28:before {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
}

.before\:border-spacing-32:before {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
}

.before\:border-spacing-32:before,
.before\:border-spacing-36:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-36:before {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
}

.before\:border-spacing-40:before {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
}

.before\:border-spacing-40:before,
.before\:border-spacing-44:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-44:before {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
}

.before\:border-spacing-48:before {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
}

.before\:border-spacing-48:before,
.before\:border-spacing-52:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-52:before {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
}

.before\:border-spacing-56:before {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
}

.before\:border-spacing-56:before,
.before\:border-spacing-60:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-60:before {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
}

.before\:border-spacing-64:before {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
}

.before\:border-spacing-64:before,
.before\:border-spacing-72:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-72:before {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
}

.before\:border-spacing-80:before {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
}

.before\:border-spacing-80:before,
.before\:border-spacing-96:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-96:before {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
}

.before\:border-spacing-px:before {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
}

.before\:border-spacing-0\.5:before,
.before\:border-spacing-px:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-0\.5:before {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
}

.before\:border-spacing-1\.5:before {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
}

.before\:border-spacing-1\.5:before,
.before\:border-spacing-2\.5:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-2\.5:before {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
}

.before\:border-spacing-3\.5:before {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
}

.before\:border-spacing-3\.5:before,
.before\:border-spacing-xs:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-xs:before {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
}

.before\:border-spacing-sm:before {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
}

.before\:border-spacing-md:before,
.before\:border-spacing-sm:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-md:before {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
}

.before\:border-spacing-lg:before {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
}

.before\:border-spacing-lg:before,
.before\:border-spacing-xl:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-xl:before {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
}

.before\:border-spacing-x-0:before {
  --tw-border-spacing-x: 0px;
}

.before\:border-spacing-x-0:before,
.before\:border-spacing-x-1:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-1:before {
  --tw-border-spacing-x: 0.25rem;
}

.before\:border-spacing-x-2:before {
  --tw-border-spacing-x: 0.5rem;
}

.before\:border-spacing-x-2:before,
.before\:border-spacing-x-3:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-3:before {
  --tw-border-spacing-x: 0.75rem;
}

.before\:border-spacing-x-4:before {
  --tw-border-spacing-x: 1rem;
}

.before\:border-spacing-x-4:before,
.before\:border-spacing-x-5:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-5:before {
  --tw-border-spacing-x: 1.25rem;
}

.before\:border-spacing-x-6:before {
  --tw-border-spacing-x: 1.5rem;
}

.before\:border-spacing-x-6:before,
.before\:border-spacing-x-7:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-7:before {
  --tw-border-spacing-x: 1.75rem;
}

.before\:border-spacing-x-8:before {
  --tw-border-spacing-x: 2rem;
}

.before\:border-spacing-x-8:before,
.before\:border-spacing-x-9:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-9:before {
  --tw-border-spacing-x: 2.25rem;
}

.before\:border-spacing-x-10:before {
  --tw-border-spacing-x: 2.5rem;
}

.before\:border-spacing-x-10:before,
.before\:border-spacing-x-11:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-11:before {
  --tw-border-spacing-x: 2.75rem;
}

.before\:border-spacing-x-12:before {
  --tw-border-spacing-x: 3rem;
}

.before\:border-spacing-x-12:before,
.before\:border-spacing-x-14:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-14:before {
  --tw-border-spacing-x: 3.5rem;
}

.before\:border-spacing-x-16:before {
  --tw-border-spacing-x: 4rem;
}

.before\:border-spacing-x-16:before,
.before\:border-spacing-x-20:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-20:before {
  --tw-border-spacing-x: 5rem;
}

.before\:border-spacing-x-24:before {
  --tw-border-spacing-x: 6rem;
}

.before\:border-spacing-x-24:before,
.before\:border-spacing-x-28:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-28:before {
  --tw-border-spacing-x: 7rem;
}

.before\:border-spacing-x-32:before {
  --tw-border-spacing-x: 8rem;
}

.before\:border-spacing-x-32:before,
.before\:border-spacing-x-36:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-36:before {
  --tw-border-spacing-x: 9rem;
}

.before\:border-spacing-x-40:before {
  --tw-border-spacing-x: 10rem;
}

.before\:border-spacing-x-40:before,
.before\:border-spacing-x-44:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-44:before {
  --tw-border-spacing-x: 11rem;
}

.before\:border-spacing-x-48:before {
  --tw-border-spacing-x: 12rem;
}

.before\:border-spacing-x-48:before,
.before\:border-spacing-x-52:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-52:before {
  --tw-border-spacing-x: 13rem;
}

.before\:border-spacing-x-56:before {
  --tw-border-spacing-x: 14rem;
}

.before\:border-spacing-x-56:before,
.before\:border-spacing-x-60:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-60:before {
  --tw-border-spacing-x: 15rem;
}

.before\:border-spacing-x-64:before {
  --tw-border-spacing-x: 16rem;
}

.before\:border-spacing-x-64:before,
.before\:border-spacing-x-72:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-72:before {
  --tw-border-spacing-x: 18rem;
}

.before\:border-spacing-x-80:before {
  --tw-border-spacing-x: 20rem;
}

.before\:border-spacing-x-80:before,
.before\:border-spacing-x-96:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-96:before {
  --tw-border-spacing-x: 24rem;
}

.before\:border-spacing-x-px:before {
  --tw-border-spacing-x: 1px;
}

.before\:border-spacing-x-0\.5:before,
.before\:border-spacing-x-px:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-0\.5:before {
  --tw-border-spacing-x: 0.125rem;
}

.before\:border-spacing-x-1\.5:before {
  --tw-border-spacing-x: 0.375rem;
}

.before\:border-spacing-x-1\.5:before,
.before\:border-spacing-x-2\.5:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-2\.5:before {
  --tw-border-spacing-x: 0.625rem;
}

.before\:border-spacing-x-3\.5:before {
  --tw-border-spacing-x: 0.875rem;
}

.before\:border-spacing-x-3\.5:before,
.before\:border-spacing-x-xs:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-xs:before {
  --tw-border-spacing-x: 1rem;
}

.before\:border-spacing-x-sm:before {
  --tw-border-spacing-x: 2rem;
}

.before\:border-spacing-x-md:before,
.before\:border-spacing-x-sm:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-md:before {
  --tw-border-spacing-x: 4rem;
}

.before\:border-spacing-x-lg:before {
  --tw-border-spacing-x: 6rem;
}

.before\:border-spacing-x-lg:before,
.before\:border-spacing-x-xl:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-x-xl:before {
  --tw-border-spacing-x: 8rem;
}

.before\:border-spacing-y-0:before {
  --tw-border-spacing-y: 0px;
}

.before\:border-spacing-y-0:before,
.before\:border-spacing-y-1:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-1:before {
  --tw-border-spacing-y: 0.25rem;
}

.before\:border-spacing-y-2:before {
  --tw-border-spacing-y: 0.5rem;
}

.before\:border-spacing-y-2:before,
.before\:border-spacing-y-3:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-3:before {
  --tw-border-spacing-y: 0.75rem;
}

.before\:border-spacing-y-4:before {
  --tw-border-spacing-y: 1rem;
}

.before\:border-spacing-y-4:before,
.before\:border-spacing-y-5:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-5:before {
  --tw-border-spacing-y: 1.25rem;
}

.before\:border-spacing-y-6:before {
  --tw-border-spacing-y: 1.5rem;
}

.before\:border-spacing-y-6:before,
.before\:border-spacing-y-7:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-7:before {
  --tw-border-spacing-y: 1.75rem;
}

.before\:border-spacing-y-8:before {
  --tw-border-spacing-y: 2rem;
}

.before\:border-spacing-y-8:before,
.before\:border-spacing-y-9:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-9:before {
  --tw-border-spacing-y: 2.25rem;
}

.before\:border-spacing-y-10:before {
  --tw-border-spacing-y: 2.5rem;
}

.before\:border-spacing-y-10:before,
.before\:border-spacing-y-11:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-11:before {
  --tw-border-spacing-y: 2.75rem;
}

.before\:border-spacing-y-12:before {
  --tw-border-spacing-y: 3rem;
}

.before\:border-spacing-y-12:before,
.before\:border-spacing-y-14:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-14:before {
  --tw-border-spacing-y: 3.5rem;
}

.before\:border-spacing-y-16:before {
  --tw-border-spacing-y: 4rem;
}

.before\:border-spacing-y-16:before,
.before\:border-spacing-y-20:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-20:before {
  --tw-border-spacing-y: 5rem;
}

.before\:border-spacing-y-24:before {
  --tw-border-spacing-y: 6rem;
}

.before\:border-spacing-y-24:before,
.before\:border-spacing-y-28:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-28:before {
  --tw-border-spacing-y: 7rem;
}

.before\:border-spacing-y-32:before {
  --tw-border-spacing-y: 8rem;
}

.before\:border-spacing-y-32:before,
.before\:border-spacing-y-36:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-36:before {
  --tw-border-spacing-y: 9rem;
}

.before\:border-spacing-y-40:before {
  --tw-border-spacing-y: 10rem;
}

.before\:border-spacing-y-40:before,
.before\:border-spacing-y-44:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-44:before {
  --tw-border-spacing-y: 11rem;
}

.before\:border-spacing-y-48:before {
  --tw-border-spacing-y: 12rem;
}

.before\:border-spacing-y-48:before,
.before\:border-spacing-y-52:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-52:before {
  --tw-border-spacing-y: 13rem;
}

.before\:border-spacing-y-56:before {
  --tw-border-spacing-y: 14rem;
}

.before\:border-spacing-y-56:before,
.before\:border-spacing-y-60:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-60:before {
  --tw-border-spacing-y: 15rem;
}

.before\:border-spacing-y-64:before {
  --tw-border-spacing-y: 16rem;
}

.before\:border-spacing-y-64:before,
.before\:border-spacing-y-72:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-72:before {
  --tw-border-spacing-y: 18rem;
}

.before\:border-spacing-y-80:before {
  --tw-border-spacing-y: 20rem;
}

.before\:border-spacing-y-80:before,
.before\:border-spacing-y-96:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-96:before {
  --tw-border-spacing-y: 24rem;
}

.before\:border-spacing-y-px:before {
  --tw-border-spacing-y: 1px;
}

.before\:border-spacing-y-0\.5:before,
.before\:border-spacing-y-px:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-0\.5:before {
  --tw-border-spacing-y: 0.125rem;
}

.before\:border-spacing-y-1\.5:before {
  --tw-border-spacing-y: 0.375rem;
}

.before\:border-spacing-y-1\.5:before,
.before\:border-spacing-y-2\.5:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-2\.5:before {
  --tw-border-spacing-y: 0.625rem;
}

.before\:border-spacing-y-3\.5:before {
  --tw-border-spacing-y: 0.875rem;
}

.before\:border-spacing-y-3\.5:before,
.before\:border-spacing-y-xs:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-xs:before {
  --tw-border-spacing-y: 1rem;
}

.before\:border-spacing-y-sm:before {
  --tw-border-spacing-y: 2rem;
}

.before\:border-spacing-y-md:before,
.before\:border-spacing-y-sm:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-md:before {
  --tw-border-spacing-y: 4rem;
}

.before\:border-spacing-y-lg:before {
  --tw-border-spacing-y: 6rem;
}

.before\:border-spacing-y-lg:before,
.before\:border-spacing-y-xl:before {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.before\:border-spacing-y-xl:before {
  --tw-border-spacing-y: 8rem;
}

.before\:cursor-context-menu:before {
  content: var(--tw-content);
  cursor: context-menu;
}

.before\:text-ellipsis:before {
  content: var(--tw-content);
  text-overflow: ellipsis;
}

.before\:text-clip:before {
  content: var(--tw-content);
  text-overflow: clip;
}

.before\:rounded-10:before {
  border-radius: 10px;
  content: var(--tw-content);
}

.before\:rounded-full:before {
  border-radius: 9999px;
  content: var(--tw-content);
}

.before\:rounded-tl-\[80px\]:before {
  border-top-left-radius: 80px;
  content: var(--tw-content);
}

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

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

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

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

.before\:border-x-0:before {
  border-left-width: 0;
  border-right-width: 0;
  content: var(--tw-content);
}

.before\:border-x-2:before {
  border-left-width: 2px;
  border-right-width: 2px;
  content: var(--tw-content);
}

.before\:border-x-4:before {
  border-left-width: 4px;
  border-right-width: 4px;
  content: var(--tw-content);
}

.before\:border-x-8:before {
  border-left-width: 8px;
  border-right-width: 8px;
  content: var(--tw-content);
}

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

.before\:border-y-0:before {
  border-bottom-width: 0;
  border-top-width: 0;
  content: var(--tw-content);
}

.before\:border-y-2:before {
  border-bottom-width: 2px;
  border-top-width: 2px;
  content: var(--tw-content);
}

.before\:border-y-4:before {
  border-bottom-width: 4px;
  border-top-width: 4px;
  content: var(--tw-content);
}

.before\:border-y-8:before {
  border-bottom-width: 8px;
  border-top-width: 8px;
  content: var(--tw-content);
}

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

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

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

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

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

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

.before\:border-r-0:before {
  border-right-width: 0;
  content: var(--tw-content);
}

.before\:border-r-2:before {
  border-right-width: 2px;
  content: var(--tw-content);
}

.before\:border-r-4:before {
  border-right-width: 4px;
  content: var(--tw-content);
}

.before\:border-r-8:before {
  border-right-width: 8px;
  content: var(--tw-content);
}

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

.before\:border-b-0:before {
  border-bottom-width: 0;
  content: var(--tw-content);
}

.before\:border-b-2:before {
  border-bottom-width: 2px;
  content: var(--tw-content);
}

.before\:border-b-4:before {
  border-bottom-width: 4px;
  content: var(--tw-content);
}

.before\:border-b-8:before {
  border-bottom-width: 8px;
  content: var(--tw-content);
}

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

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

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

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

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

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

.before\:border-solid:before {
  border-style: solid;
  content: var(--tw-content);
}

.before\:border-dashed:before {
  border-style: dashed;
  content: var(--tw-content);
}

.before\:border-dotted:before {
  border-style: dotted;
  content: var(--tw-content);
}

.before\:border-double:before {
  border-style: double;
  content: var(--tw-content);
}

.before\:border-hidden:before {
  border-style: hidden;
  content: var(--tw-content);
}

.before\:border-none:before {
  border-style: none;
  content: var(--tw-content);
}

.before\:border-inherit:before {
  border-color: inherit;
  content: var(--tw-content);
}

.before\:border-current:before {
  border-color: currentColor;
  content: var(--tw-content);
}

.before\:border-transparent:before {
  border-color: transparent;
  content: var(--tw-content);
}

.before\:border-white:before {
  border-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-black:before {
  border-color: #000;
  content: var(--tw-content);
}

.before\:border-blue-100:before {
  border-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-blue-300:before {
  border-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-blue-500:before {
  border-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-blue-600:before {
  border-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-blue-700:before {
  border-color: #335669;
  content: var(--tw-content);
}

.before\:border-blue-800:before {
  border-color: #203642;
  content: var(--tw-content);
}

.before\:border-blue-900:before {
  border-color: #192a33;
  content: var(--tw-content);
}

.before\:border-grey-50:before {
  border-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-grey-100:before {
  border-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-grey-300:before {
  border-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-grey-700:before {
  border-color: #919191;
  content: var(--tw-content);
}

.before\:border-green-200:before {
  border-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-green-400:before {
  border-color: #51de07;
  content: var(--tw-content);
}

.before\:border-green-500:before {
  border-color: #43b806;
  content: var(--tw-content);
}

.before\:border-green-600:before {
  border-color: #308406;
  content: var(--tw-content);
}

.before\:border-green-700:before {
  border-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-grey-blue-500:before {
  border-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-grey-blue-600:before {
  border-color: #365b72;
  content: var(--tw-content);
}

.before\:border-grey-green-500:before {
  border-color: #565e52;
  content: var(--tw-content);
}

.before\:border-red-500:before {
  border-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-transparent\/0:before {
  border-color: transparent;
  content: var(--tw-content);
}

.before\:border-transparent\/5:before {
  border-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-transparent\/10:before {
  border-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-transparent\/20:before {
  border-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-transparent\/25:before {
  border-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-transparent\/30:before {
  border-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-transparent\/40:before {
  border-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-transparent\/50:before {
  border-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-transparent\/60:before {
  border-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-transparent\/70:before {
  border-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-transparent\/75:before {
  border-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-transparent\/80:before {
  border-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-transparent\/90:before {
  border-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-transparent\/95:before {
  border-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-transparent\/100:before {
  border-color: #000;
  content: var(--tw-content);
}

.before\:border-white\/0:before {
  border-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:border-white\/5:before {
  border-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:border-white\/10:before {
  border-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:border-white\/20:before {
  border-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:border-white\/25:before {
  border-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:border-white\/30:before {
  border-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:border-white\/40:before {
  border-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:border-white\/50:before {
  border-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:border-white\/60:before {
  border-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:border-white\/70:before {
  border-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:border-white\/75:before {
  border-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:border-white\/80:before {
  border-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:border-white\/90:before {
  border-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:border-white\/95:before {
  border-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:border-white\/100:before {
  border-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-black\/0:before {
  border-color: transparent;
  content: var(--tw-content);
}

.before\:border-black\/5:before {
  border-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-black\/10:before {
  border-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-black\/20:before {
  border-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-black\/25:before {
  border-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-black\/30:before {
  border-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-black\/40:before {
  border-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-black\/50:before {
  border-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-black\/60:before {
  border-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-black\/70:before {
  border-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-black\/75:before {
  border-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-black\/80:before {
  border-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-black\/90:before {
  border-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-black\/95:before {
  border-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-black\/100:before {
  border-color: #000;
  content: var(--tw-content);
}

.before\:border-blue-100\/0:before {
  border-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:border-blue-100\/5:before {
  border-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:border-blue-100\/10:before {
  border-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:border-blue-100\/20:before {
  border-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:border-blue-100\/25:before {
  border-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:border-blue-100\/30:before {
  border-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:border-blue-100\/40:before {
  border-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:border-blue-100\/50:before {
  border-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:border-blue-100\/60:before {
  border-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:border-blue-100\/70:before {
  border-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:border-blue-100\/75:before {
  border-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:border-blue-100\/80:before {
  border-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:border-blue-100\/90:before {
  border-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:border-blue-100\/95:before {
  border-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:border-blue-100\/100:before {
  border-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-blue-300\/0:before {
  border-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:border-blue-300\/5:before {
  border-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:border-blue-300\/10:before {
  border-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:border-blue-300\/20:before {
  border-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:border-blue-300\/25:before {
  border-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:border-blue-300\/30:before {
  border-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:border-blue-300\/40:before {
  border-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:border-blue-300\/50:before {
  border-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:border-blue-300\/60:before {
  border-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:border-blue-300\/70:before {
  border-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:border-blue-300\/75:before {
  border-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:border-blue-300\/80:before {
  border-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:border-blue-300\/90:before {
  border-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:border-blue-300\/95:before {
  border-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:border-blue-300\/100:before {
  border-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-blue-500\/0:before {
  border-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:border-blue-500\/5:before {
  border-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:border-blue-500\/10:before {
  border-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:border-blue-500\/20:before {
  border-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:border-blue-500\/25:before {
  border-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:border-blue-500\/30:before {
  border-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:border-blue-500\/40:before {
  border-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:border-blue-500\/50:before {
  border-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:border-blue-500\/60:before {
  border-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:border-blue-500\/70:before {
  border-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:border-blue-500\/75:before {
  border-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:border-blue-500\/80:before {
  border-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:border-blue-500\/90:before {
  border-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:border-blue-500\/95:before {
  border-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:border-blue-500\/100:before {
  border-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-blue-600\/0:before {
  border-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:border-blue-600\/5:before {
  border-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:border-blue-600\/10:before {
  border-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:border-blue-600\/20:before {
  border-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:border-blue-600\/25:before {
  border-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:border-blue-600\/30:before {
  border-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:border-blue-600\/40:before {
  border-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:border-blue-600\/50:before {
  border-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:border-blue-600\/60:before {
  border-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:border-blue-600\/70:before {
  border-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:border-blue-600\/75:before {
  border-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:border-blue-600\/80:before {
  border-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:border-blue-600\/90:before {
  border-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:border-blue-600\/95:before {
  border-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:border-blue-600\/100:before {
  border-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-blue-700\/0:before {
  border-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:border-blue-700\/5:before {
  border-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:border-blue-700\/10:before {
  border-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:border-blue-700\/20:before {
  border-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:border-blue-700\/25:before {
  border-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:border-blue-700\/30:before {
  border-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:border-blue-700\/40:before {
  border-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:border-blue-700\/50:before {
  border-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:border-blue-700\/60:before {
  border-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:border-blue-700\/70:before {
  border-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:border-blue-700\/75:before {
  border-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:border-blue-700\/80:before {
  border-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:border-blue-700\/90:before {
  border-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:border-blue-700\/95:before {
  border-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:border-blue-700\/100:before {
  border-color: #335669;
  content: var(--tw-content);
}

.before\:border-blue-800\/0:before {
  border-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:border-blue-800\/5:before {
  border-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:border-blue-800\/10:before {
  border-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:border-blue-800\/20:before {
  border-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:border-blue-800\/25:before {
  border-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:border-blue-800\/30:before {
  border-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:border-blue-800\/40:before {
  border-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:border-blue-800\/50:before {
  border-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:border-blue-800\/60:before {
  border-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:border-blue-800\/70:before {
  border-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:border-blue-800\/75:before {
  border-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:border-blue-800\/80:before {
  border-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:border-blue-800\/90:before {
  border-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:border-blue-800\/95:before {
  border-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:border-blue-800\/100:before {
  border-color: #203642;
  content: var(--tw-content);
}

.before\:border-blue-900\/0:before {
  border-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:border-blue-900\/5:before {
  border-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:border-blue-900\/10:before {
  border-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:border-blue-900\/20:before {
  border-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:border-blue-900\/25:before {
  border-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:border-blue-900\/30:before {
  border-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:border-blue-900\/40:before {
  border-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:border-blue-900\/50:before {
  border-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:border-blue-900\/60:before {
  border-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:border-blue-900\/70:before {
  border-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:border-blue-900\/75:before {
  border-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:border-blue-900\/80:before {
  border-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:border-blue-900\/90:before {
  border-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:border-blue-900\/95:before {
  border-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:border-blue-900\/100:before {
  border-color: #192a33;
  content: var(--tw-content);
}

.before\:border-grey-50\/0:before {
  border-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:border-grey-50\/5:before {
  border-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:border-grey-50\/10:before {
  border-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:border-grey-50\/20:before {
  border-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:border-grey-50\/25:before {
  border-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:border-grey-50\/30:before {
  border-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:border-grey-50\/40:before {
  border-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:border-grey-50\/50:before {
  border-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:border-grey-50\/60:before {
  border-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:border-grey-50\/70:before {
  border-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:border-grey-50\/75:before {
  border-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:border-grey-50\/80:before {
  border-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:border-grey-50\/90:before {
  border-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:border-grey-50\/95:before {
  border-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:border-grey-50\/100:before {
  border-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-grey-100\/0:before {
  border-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:border-grey-100\/5:before {
  border-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:border-grey-100\/10:before {
  border-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:border-grey-100\/20:before {
  border-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:border-grey-100\/25:before {
  border-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:border-grey-100\/30:before {
  border-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:border-grey-100\/40:before {
  border-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:border-grey-100\/50:before {
  border-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:border-grey-100\/60:before {
  border-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:border-grey-100\/70:before {
  border-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:border-grey-100\/75:before {
  border-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:border-grey-100\/80:before {
  border-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:border-grey-100\/90:before {
  border-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:border-grey-100\/95:before {
  border-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:border-grey-100\/100:before {
  border-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-grey-300\/0:before {
  border-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:border-grey-300\/5:before {
  border-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:border-grey-300\/10:before {
  border-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:border-grey-300\/20:before {
  border-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:border-grey-300\/25:before {
  border-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:border-grey-300\/30:before {
  border-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:border-grey-300\/40:before {
  border-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:border-grey-300\/50:before {
  border-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:border-grey-300\/60:before {
  border-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:border-grey-300\/70:before {
  border-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:border-grey-300\/75:before {
  border-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:border-grey-300\/80:before {
  border-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:border-grey-300\/90:before {
  border-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:border-grey-300\/95:before {
  border-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:border-grey-300\/100:before {
  border-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-grey-700\/0:before {
  border-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:border-grey-700\/5:before {
  border-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:border-grey-700\/10:before {
  border-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:border-grey-700\/20:before {
  border-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:border-grey-700\/25:before {
  border-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:border-grey-700\/30:before {
  border-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:border-grey-700\/40:before {
  border-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:border-grey-700\/50:before {
  border-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:border-grey-700\/60:before {
  border-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:border-grey-700\/70:before {
  border-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:border-grey-700\/75:before {
  border-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:border-grey-700\/80:before {
  border-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:border-grey-700\/90:before {
  border-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:border-grey-700\/95:before {
  border-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:border-grey-700\/100:before {
  border-color: #919191;
  content: var(--tw-content);
}

.before\:border-green-200\/0:before {
  border-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:border-green-200\/5:before {
  border-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:border-green-200\/10:before {
  border-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:border-green-200\/20:before {
  border-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:border-green-200\/25:before {
  border-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:border-green-200\/30:before {
  border-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:border-green-200\/40:before {
  border-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:border-green-200\/50:before {
  border-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:border-green-200\/60:before {
  border-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:border-green-200\/70:before {
  border-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:border-green-200\/75:before {
  border-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:border-green-200\/80:before {
  border-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:border-green-200\/90:before {
  border-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:border-green-200\/95:before {
  border-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:border-green-200\/100:before {
  border-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-green-400\/0:before {
  border-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:border-green-400\/5:before {
  border-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:border-green-400\/10:before {
  border-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:border-green-400\/20:before {
  border-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:border-green-400\/25:before {
  border-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:border-green-400\/30:before {
  border-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:border-green-400\/40:before {
  border-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:border-green-400\/50:before {
  border-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:border-green-400\/60:before {
  border-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:border-green-400\/70:before {
  border-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:border-green-400\/75:before {
  border-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:border-green-400\/80:before {
  border-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:border-green-400\/90:before {
  border-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:border-green-400\/95:before {
  border-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:border-green-400\/100:before {
  border-color: #51de07;
  content: var(--tw-content);
}

.before\:border-green-500\/0:before {
  border-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:border-green-500\/5:before {
  border-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-green-500\/10:before {
  border-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-green-500\/20:before {
  border-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-green-500\/25:before {
  border-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-green-500\/30:before {
  border-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-green-500\/40:before {
  border-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-green-500\/50:before {
  border-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-green-500\/60:before {
  border-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-green-500\/70:before {
  border-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-green-500\/75:before {
  border-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-green-500\/80:before {
  border-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-green-500\/90:before {
  border-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-green-500\/95:before {
  border-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-green-500\/100:before {
  border-color: #43b806;
  content: var(--tw-content);
}

.before\:border-green-600\/0:before {
  border-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:border-green-600\/5:before {
  border-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-green-600\/10:before {
  border-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-green-600\/20:before {
  border-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-green-600\/25:before {
  border-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-green-600\/30:before {
  border-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-green-600\/40:before {
  border-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-green-600\/50:before {
  border-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-green-600\/60:before {
  border-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-green-600\/70:before {
  border-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-green-600\/75:before {
  border-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-green-600\/80:before {
  border-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-green-600\/90:before {
  border-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-green-600\/95:before {
  border-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-green-600\/100:before {
  border-color: #308406;
  content: var(--tw-content);
}

.before\:border-green-700\/0:before {
  border-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:border-green-700\/5:before {
  border-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:border-green-700\/10:before {
  border-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:border-green-700\/20:before {
  border-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:border-green-700\/25:before {
  border-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:border-green-700\/30:before {
  border-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:border-green-700\/40:before {
  border-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:border-green-700\/50:before {
  border-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:border-green-700\/60:before {
  border-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:border-green-700\/70:before {
  border-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:border-green-700\/75:before {
  border-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:border-green-700\/80:before {
  border-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:border-green-700\/90:before {
  border-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:border-green-700\/95:before {
  border-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:border-green-700\/100:before {
  border-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/0:before {
  border-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/5:before {
  border-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/10:before {
  border-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/20:before {
  border-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/25:before {
  border-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/30:before {
  border-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/40:before {
  border-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/50:before {
  border-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/60:before {
  border-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/70:before {
  border-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/75:before {
  border-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/80:before {
  border-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/90:before {
  border-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/95:before {
  border-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:border-grey-blue-500\/100:before {
  border-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/0:before {
  border-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/5:before {
  border-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/10:before {
  border-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/20:before {
  border-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/25:before {
  border-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/30:before {
  border-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/40:before {
  border-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/50:before {
  border-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/60:before {
  border-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/70:before {
  border-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/75:before {
  border-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/80:before {
  border-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/90:before {
  border-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/95:before {
  border-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:border-grey-blue-600\/100:before {
  border-color: #365b72;
  content: var(--tw-content);
}

.before\:border-grey-green-500\/0:before {
  border-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/5:before {
  border-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/10:before {
  border-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/20:before {
  border-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/25:before {
  border-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/30:before {
  border-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/40:before {
  border-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/50:before {
  border-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/60:before {
  border-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/70:before {
  border-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/75:before {
  border-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/80:before {
  border-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/90:before {
  border-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/95:before {
  border-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:border-grey-green-500\/100:before {
  border-color: #565e52;
  content: var(--tw-content);
}

.before\:border-red-500\/0:before {
  border-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:border-red-500\/5:before {
  border-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:border-red-500\/10:before {
  border-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:border-red-500\/20:before {
  border-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:border-red-500\/25:before {
  border-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:border-red-500\/30:before {
  border-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:border-red-500\/40:before {
  border-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:border-red-500\/50:before {
  border-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:border-red-500\/60:before {
  border-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:border-red-500\/70:before {
  border-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:border-red-500\/75:before {
  border-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:border-red-500\/80:before {
  border-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:border-red-500\/90:before {
  border-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:border-red-500\/95:before {
  border-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:border-red-500\/100:before {
  border-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-x-inherit:before {
  border-left-color: inherit;
  border-right-color: inherit;
  content: var(--tw-content);
}

.before\:border-x-current:before {
  border-left-color: currentColor;
  border-right-color: currentColor;
  content: var(--tw-content);
}

.before\:border-x-transparent:before {
  border-left-color: transparent;
  border-right-color: transparent;
  content: var(--tw-content);
}

.before\:border-x-white:before {
  border-left-color: #fafcfc;
  border-right-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-x-black:before {
  border-left-color: #000;
  border-right-color: #000;
  content: var(--tw-content);
}

.before\:border-x-blue-100:before {
  border-left-color: #dfedf4;
  border-right-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-x-blue-300:before {
  border-left-color: #b4d9ed;
  border-right-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-x-blue-500:before {
  border-left-color: #7cd0ff;
  border-right-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-x-blue-600:before {
  border-left-color: #6ab3db;
  border-right-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-x-blue-700:before {
  border-left-color: #335669;
  border-right-color: #335669;
  content: var(--tw-content);
}

.before\:border-x-blue-800:before {
  border-left-color: #203642;
  border-right-color: #203642;
  content: var(--tw-content);
}

.before\:border-x-blue-900:before {
  border-left-color: #192a33;
  border-right-color: #192a33;
  content: var(--tw-content);
}

.before\:border-x-grey-50:before {
  border-left-color: #eef3f5;
  border-right-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-x-grey-100:before {
  border-left-color: #e9ebec;
  border-right-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-x-grey-300:before {
  border-left-color: #d3d7da;
  border-right-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-x-grey-700:before {
  border-left-color: #919191;
  border-right-color: #919191;
  content: var(--tw-content);
}

.before\:border-x-green-200:before {
  border-left-color: #d8eccd;
  border-right-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-x-green-400:before {
  border-left-color: #51de07;
  border-right-color: #51de07;
  content: var(--tw-content);
}

.before\:border-x-green-500:before {
  border-left-color: #43b806;
  border-right-color: #43b806;
  content: var(--tw-content);
}

.before\:border-x-green-600:before {
  border-left-color: #308406;
  border-right-color: #308406;
  content: var(--tw-content);
}

.before\:border-x-green-700:before {
  border-left-color: #27ca40;
  border-right-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500:before {
  border-left-color: #5f6368;
  border-right-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600:before {
  border-left-color: #365b72;
  border-right-color: #365b72;
  content: var(--tw-content);
}

.before\:border-x-grey-green-500:before {
  border-left-color: #565e52;
  border-right-color: #565e52;
  content: var(--tw-content);
}

.before\:border-x-red-500:before {
  border-left-color: #e7083c;
  border-right-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-x-transparent\/0:before {
  border-left-color: transparent;
  border-right-color: transparent;
  content: var(--tw-content);
}

.before\:border-x-transparent\/5:before {
  border-left-color: rgba(0, 0, 0, 0.05);
  border-right-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-x-transparent\/10:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-x-transparent\/20:before {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-x-transparent\/25:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-x-transparent\/30:before {
  border-left-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-x-transparent\/40:before {
  border-left-color: rgba(0, 0, 0, 0.4);
  border-right-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-x-transparent\/50:before {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-x-transparent\/60:before {
  border-left-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-x-transparent\/70:before {
  border-left-color: rgba(0, 0, 0, 0.7);
  border-right-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-x-transparent\/75:before {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-right-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-x-transparent\/80:before {
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-x-transparent\/90:before {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-right-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-x-transparent\/95:before {
  border-left-color: rgba(0, 0, 0, 0.95);
  border-right-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-x-transparent\/100:before {
  border-left-color: #000;
  border-right-color: #000;
  content: var(--tw-content);
}

.before\:border-x-white\/0:before {
  border-left-color: rgba(250, 252, 252, 0);
  border-right-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:border-x-white\/5:before {
  border-left-color: rgba(250, 252, 252, 0.05);
  border-right-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:border-x-white\/10:before {
  border-left-color: rgba(250, 252, 252, 0.1);
  border-right-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:border-x-white\/20:before {
  border-left-color: rgba(250, 252, 252, 0.2);
  border-right-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:border-x-white\/25:before {
  border-left-color: rgba(250, 252, 252, 0.25);
  border-right-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:border-x-white\/30:before {
  border-left-color: rgba(250, 252, 252, 0.3);
  border-right-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:border-x-white\/40:before {
  border-left-color: rgba(250, 252, 252, 0.4);
  border-right-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:border-x-white\/50:before {
  border-left-color: rgba(250, 252, 252, 0.5);
  border-right-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:border-x-white\/60:before {
  border-left-color: rgba(250, 252, 252, 0.6);
  border-right-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:border-x-white\/70:before {
  border-left-color: rgba(250, 252, 252, 0.7);
  border-right-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:border-x-white\/75:before {
  border-left-color: rgba(250, 252, 252, 0.75);
  border-right-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:border-x-white\/80:before {
  border-left-color: rgba(250, 252, 252, 0.8);
  border-right-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:border-x-white\/90:before {
  border-left-color: rgba(250, 252, 252, 0.9);
  border-right-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:border-x-white\/95:before {
  border-left-color: rgba(250, 252, 252, 0.95);
  border-right-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:border-x-white\/100:before {
  border-left-color: #fafcfc;
  border-right-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-x-black\/0:before {
  border-left-color: transparent;
  border-right-color: transparent;
  content: var(--tw-content);
}

.before\:border-x-black\/5:before {
  border-left-color: rgba(0, 0, 0, 0.05);
  border-right-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-x-black\/10:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-x-black\/20:before {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-x-black\/25:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-x-black\/30:before {
  border-left-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-x-black\/40:before {
  border-left-color: rgba(0, 0, 0, 0.4);
  border-right-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-x-black\/50:before {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-x-black\/60:before {
  border-left-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-x-black\/70:before {
  border-left-color: rgba(0, 0, 0, 0.7);
  border-right-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-x-black\/75:before {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-right-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-x-black\/80:before {
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-x-black\/90:before {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-right-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-x-black\/95:before {
  border-left-color: rgba(0, 0, 0, 0.95);
  border-right-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-x-black\/100:before {
  border-left-color: #000;
  border-right-color: #000;
  content: var(--tw-content);
}

.before\:border-x-blue-100\/0:before {
  border-left-color: rgba(223, 237, 244, 0);
  border-right-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/5:before {
  border-left-color: rgba(223, 237, 244, 0.05);
  border-right-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/10:before {
  border-left-color: rgba(223, 237, 244, 0.1);
  border-right-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/20:before {
  border-left-color: rgba(223, 237, 244, 0.2);
  border-right-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/25:before {
  border-left-color: rgba(223, 237, 244, 0.25);
  border-right-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/30:before {
  border-left-color: rgba(223, 237, 244, 0.3);
  border-right-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/40:before {
  border-left-color: rgba(223, 237, 244, 0.4);
  border-right-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/50:before {
  border-left-color: rgba(223, 237, 244, 0.5);
  border-right-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/60:before {
  border-left-color: rgba(223, 237, 244, 0.6);
  border-right-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/70:before {
  border-left-color: rgba(223, 237, 244, 0.7);
  border-right-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/75:before {
  border-left-color: rgba(223, 237, 244, 0.75);
  border-right-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/80:before {
  border-left-color: rgba(223, 237, 244, 0.8);
  border-right-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/90:before {
  border-left-color: rgba(223, 237, 244, 0.9);
  border-right-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/95:before {
  border-left-color: rgba(223, 237, 244, 0.95);
  border-right-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:border-x-blue-100\/100:before {
  border-left-color: #dfedf4;
  border-right-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-x-blue-300\/0:before {
  border-left-color: rgba(180, 217, 237, 0);
  border-right-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/5:before {
  border-left-color: rgba(180, 217, 237, 0.05);
  border-right-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/10:before {
  border-left-color: rgba(180, 217, 237, 0.1);
  border-right-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/20:before {
  border-left-color: rgba(180, 217, 237, 0.2);
  border-right-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/25:before {
  border-left-color: rgba(180, 217, 237, 0.25);
  border-right-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/30:before {
  border-left-color: rgba(180, 217, 237, 0.3);
  border-right-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/40:before {
  border-left-color: rgba(180, 217, 237, 0.4);
  border-right-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/50:before {
  border-left-color: rgba(180, 217, 237, 0.5);
  border-right-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/60:before {
  border-left-color: rgba(180, 217, 237, 0.6);
  border-right-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/70:before {
  border-left-color: rgba(180, 217, 237, 0.7);
  border-right-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/75:before {
  border-left-color: rgba(180, 217, 237, 0.75);
  border-right-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/80:before {
  border-left-color: rgba(180, 217, 237, 0.8);
  border-right-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/90:before {
  border-left-color: rgba(180, 217, 237, 0.9);
  border-right-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/95:before {
  border-left-color: rgba(180, 217, 237, 0.95);
  border-right-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:border-x-blue-300\/100:before {
  border-left-color: #b4d9ed;
  border-right-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-x-blue-500\/0:before {
  border-left-color: rgba(124, 208, 255, 0);
  border-right-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/5:before {
  border-left-color: rgba(124, 208, 255, 0.05);
  border-right-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/10:before {
  border-left-color: rgba(124, 208, 255, 0.1);
  border-right-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/20:before {
  border-left-color: rgba(124, 208, 255, 0.2);
  border-right-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/25:before {
  border-left-color: rgba(124, 208, 255, 0.25);
  border-right-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/30:before {
  border-left-color: rgba(124, 208, 255, 0.3);
  border-right-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/40:before {
  border-left-color: rgba(124, 208, 255, 0.4);
  border-right-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/50:before {
  border-left-color: rgba(124, 208, 255, 0.5);
  border-right-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/60:before {
  border-left-color: rgba(124, 208, 255, 0.6);
  border-right-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/70:before {
  border-left-color: rgba(124, 208, 255, 0.7);
  border-right-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/75:before {
  border-left-color: rgba(124, 208, 255, 0.75);
  border-right-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/80:before {
  border-left-color: rgba(124, 208, 255, 0.8);
  border-right-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/90:before {
  border-left-color: rgba(124, 208, 255, 0.9);
  border-right-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/95:before {
  border-left-color: rgba(124, 208, 255, 0.95);
  border-right-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:border-x-blue-500\/100:before {
  border-left-color: #7cd0ff;
  border-right-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-x-blue-600\/0:before {
  border-left-color: rgba(106, 179, 219, 0);
  border-right-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/5:before {
  border-left-color: rgba(106, 179, 219, 0.05);
  border-right-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/10:before {
  border-left-color: rgba(106, 179, 219, 0.1);
  border-right-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/20:before {
  border-left-color: rgba(106, 179, 219, 0.2);
  border-right-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/25:before {
  border-left-color: rgba(106, 179, 219, 0.25);
  border-right-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/30:before {
  border-left-color: rgba(106, 179, 219, 0.3);
  border-right-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/40:before {
  border-left-color: rgba(106, 179, 219, 0.4);
  border-right-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/50:before {
  border-left-color: rgba(106, 179, 219, 0.5);
  border-right-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/60:before {
  border-left-color: rgba(106, 179, 219, 0.6);
  border-right-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/70:before {
  border-left-color: rgba(106, 179, 219, 0.7);
  border-right-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/75:before {
  border-left-color: rgba(106, 179, 219, 0.75);
  border-right-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/80:before {
  border-left-color: rgba(106, 179, 219, 0.8);
  border-right-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/90:before {
  border-left-color: rgba(106, 179, 219, 0.9);
  border-right-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/95:before {
  border-left-color: rgba(106, 179, 219, 0.95);
  border-right-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:border-x-blue-600\/100:before {
  border-left-color: #6ab3db;
  border-right-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-x-blue-700\/0:before {
  border-left-color: rgba(51, 86, 105, 0);
  border-right-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/5:before {
  border-left-color: rgba(51, 86, 105, 0.05);
  border-right-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/10:before {
  border-left-color: rgba(51, 86, 105, 0.1);
  border-right-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/20:before {
  border-left-color: rgba(51, 86, 105, 0.2);
  border-right-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/25:before {
  border-left-color: rgba(51, 86, 105, 0.25);
  border-right-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/30:before {
  border-left-color: rgba(51, 86, 105, 0.3);
  border-right-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/40:before {
  border-left-color: rgba(51, 86, 105, 0.4);
  border-right-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/50:before {
  border-left-color: rgba(51, 86, 105, 0.5);
  border-right-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/60:before {
  border-left-color: rgba(51, 86, 105, 0.6);
  border-right-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/70:before {
  border-left-color: rgba(51, 86, 105, 0.7);
  border-right-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/75:before {
  border-left-color: rgba(51, 86, 105, 0.75);
  border-right-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/80:before {
  border-left-color: rgba(51, 86, 105, 0.8);
  border-right-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/90:before {
  border-left-color: rgba(51, 86, 105, 0.9);
  border-right-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/95:before {
  border-left-color: rgba(51, 86, 105, 0.95);
  border-right-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:border-x-blue-700\/100:before {
  border-left-color: #335669;
  border-right-color: #335669;
  content: var(--tw-content);
}

.before\:border-x-blue-800\/0:before {
  border-left-color: rgba(32, 54, 66, 0);
  border-right-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/5:before {
  border-left-color: rgba(32, 54, 66, 0.05);
  border-right-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/10:before {
  border-left-color: rgba(32, 54, 66, 0.1);
  border-right-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/20:before {
  border-left-color: rgba(32, 54, 66, 0.2);
  border-right-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/25:before {
  border-left-color: rgba(32, 54, 66, 0.25);
  border-right-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/30:before {
  border-left-color: rgba(32, 54, 66, 0.3);
  border-right-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/40:before {
  border-left-color: rgba(32, 54, 66, 0.4);
  border-right-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/50:before {
  border-left-color: rgba(32, 54, 66, 0.5);
  border-right-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/60:before {
  border-left-color: rgba(32, 54, 66, 0.6);
  border-right-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/70:before {
  border-left-color: rgba(32, 54, 66, 0.7);
  border-right-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/75:before {
  border-left-color: rgba(32, 54, 66, 0.75);
  border-right-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/80:before {
  border-left-color: rgba(32, 54, 66, 0.8);
  border-right-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/90:before {
  border-left-color: rgba(32, 54, 66, 0.9);
  border-right-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/95:before {
  border-left-color: rgba(32, 54, 66, 0.95);
  border-right-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:border-x-blue-800\/100:before {
  border-left-color: #203642;
  border-right-color: #203642;
  content: var(--tw-content);
}

.before\:border-x-blue-900\/0:before {
  border-left-color: rgba(25, 42, 51, 0);
  border-right-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/5:before {
  border-left-color: rgba(25, 42, 51, 0.05);
  border-right-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/10:before {
  border-left-color: rgba(25, 42, 51, 0.1);
  border-right-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/20:before {
  border-left-color: rgba(25, 42, 51, 0.2);
  border-right-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/25:before {
  border-left-color: rgba(25, 42, 51, 0.25);
  border-right-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/30:before {
  border-left-color: rgba(25, 42, 51, 0.3);
  border-right-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/40:before {
  border-left-color: rgba(25, 42, 51, 0.4);
  border-right-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/50:before {
  border-left-color: rgba(25, 42, 51, 0.5);
  border-right-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/60:before {
  border-left-color: rgba(25, 42, 51, 0.6);
  border-right-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/70:before {
  border-left-color: rgba(25, 42, 51, 0.7);
  border-right-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/75:before {
  border-left-color: rgba(25, 42, 51, 0.75);
  border-right-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/80:before {
  border-left-color: rgba(25, 42, 51, 0.8);
  border-right-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/90:before {
  border-left-color: rgba(25, 42, 51, 0.9);
  border-right-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/95:before {
  border-left-color: rgba(25, 42, 51, 0.95);
  border-right-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:border-x-blue-900\/100:before {
  border-left-color: #192a33;
  border-right-color: #192a33;
  content: var(--tw-content);
}

.before\:border-x-grey-50\/0:before {
  border-left-color: rgba(238, 243, 245, 0);
  border-right-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/5:before {
  border-left-color: rgba(238, 243, 245, 0.05);
  border-right-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/10:before {
  border-left-color: rgba(238, 243, 245, 0.1);
  border-right-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/20:before {
  border-left-color: rgba(238, 243, 245, 0.2);
  border-right-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/25:before {
  border-left-color: rgba(238, 243, 245, 0.25);
  border-right-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/30:before {
  border-left-color: rgba(238, 243, 245, 0.3);
  border-right-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/40:before {
  border-left-color: rgba(238, 243, 245, 0.4);
  border-right-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/50:before {
  border-left-color: rgba(238, 243, 245, 0.5);
  border-right-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/60:before {
  border-left-color: rgba(238, 243, 245, 0.6);
  border-right-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/70:before {
  border-left-color: rgba(238, 243, 245, 0.7);
  border-right-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/75:before {
  border-left-color: rgba(238, 243, 245, 0.75);
  border-right-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/80:before {
  border-left-color: rgba(238, 243, 245, 0.8);
  border-right-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/90:before {
  border-left-color: rgba(238, 243, 245, 0.9);
  border-right-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/95:before {
  border-left-color: rgba(238, 243, 245, 0.95);
  border-right-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:border-x-grey-50\/100:before {
  border-left-color: #eef3f5;
  border-right-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-x-grey-100\/0:before {
  border-left-color: hsla(200, 7%, 92%, 0);
  border-right-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/5:before {
  border-left-color: hsla(200, 7%, 92%, 0.05);
  border-right-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/10:before {
  border-left-color: hsla(200, 7%, 92%, 0.1);
  border-right-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/20:before {
  border-left-color: hsla(200, 7%, 92%, 0.2);
  border-right-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/25:before {
  border-left-color: hsla(200, 7%, 92%, 0.25);
  border-right-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/30:before {
  border-left-color: hsla(200, 7%, 92%, 0.3);
  border-right-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/40:before {
  border-left-color: hsla(200, 7%, 92%, 0.4);
  border-right-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/50:before {
  border-left-color: hsla(200, 7%, 92%, 0.5);
  border-right-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/60:before {
  border-left-color: hsla(200, 7%, 92%, 0.6);
  border-right-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/70:before {
  border-left-color: hsla(200, 7%, 92%, 0.7);
  border-right-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/75:before {
  border-left-color: hsla(200, 7%, 92%, 0.75);
  border-right-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/80:before {
  border-left-color: hsla(200, 7%, 92%, 0.8);
  border-right-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/90:before {
  border-left-color: hsla(200, 7%, 92%, 0.9);
  border-right-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/95:before {
  border-left-color: hsla(200, 7%, 92%, 0.95);
  border-right-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:border-x-grey-100\/100:before {
  border-left-color: #e9ebec;
  border-right-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-x-grey-300\/0:before {
  border-left-color: hsla(206, 9%, 84%, 0);
  border-right-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/5:before {
  border-left-color: hsla(206, 9%, 84%, 0.05);
  border-right-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/10:before {
  border-left-color: hsla(206, 9%, 84%, 0.1);
  border-right-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/20:before {
  border-left-color: hsla(206, 9%, 84%, 0.2);
  border-right-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/25:before {
  border-left-color: hsla(206, 9%, 84%, 0.25);
  border-right-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/30:before {
  border-left-color: hsla(206, 9%, 84%, 0.3);
  border-right-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/40:before {
  border-left-color: hsla(206, 9%, 84%, 0.4);
  border-right-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/50:before {
  border-left-color: hsla(206, 9%, 84%, 0.5);
  border-right-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/60:before {
  border-left-color: hsla(206, 9%, 84%, 0.6);
  border-right-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/70:before {
  border-left-color: hsla(206, 9%, 84%, 0.7);
  border-right-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/75:before {
  border-left-color: hsla(206, 9%, 84%, 0.75);
  border-right-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/80:before {
  border-left-color: hsla(206, 9%, 84%, 0.8);
  border-right-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/90:before {
  border-left-color: hsla(206, 9%, 84%, 0.9);
  border-right-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/95:before {
  border-left-color: hsla(206, 9%, 84%, 0.95);
  border-right-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:border-x-grey-300\/100:before {
  border-left-color: #d3d7da;
  border-right-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-x-grey-700\/0:before {
  border-left-color: hsla(0, 0%, 57%, 0);
  border-right-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/5:before {
  border-left-color: hsla(0, 0%, 57%, 0.05);
  border-right-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/10:before {
  border-left-color: hsla(0, 0%, 57%, 0.1);
  border-right-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/20:before {
  border-left-color: hsla(0, 0%, 57%, 0.2);
  border-right-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/25:before {
  border-left-color: hsla(0, 0%, 57%, 0.25);
  border-right-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/30:before {
  border-left-color: hsla(0, 0%, 57%, 0.3);
  border-right-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/40:before {
  border-left-color: hsla(0, 0%, 57%, 0.4);
  border-right-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/50:before {
  border-left-color: hsla(0, 0%, 57%, 0.5);
  border-right-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/60:before {
  border-left-color: hsla(0, 0%, 57%, 0.6);
  border-right-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/70:before {
  border-left-color: hsla(0, 0%, 57%, 0.7);
  border-right-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/75:before {
  border-left-color: hsla(0, 0%, 57%, 0.75);
  border-right-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/80:before {
  border-left-color: hsla(0, 0%, 57%, 0.8);
  border-right-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/90:before {
  border-left-color: hsla(0, 0%, 57%, 0.9);
  border-right-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/95:before {
  border-left-color: hsla(0, 0%, 57%, 0.95);
  border-right-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:border-x-grey-700\/100:before {
  border-left-color: #919191;
  border-right-color: #919191;
  content: var(--tw-content);
}

.before\:border-x-green-200\/0:before {
  border-left-color: hsla(99, 45%, 86%, 0);
  border-right-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:border-x-green-200\/5:before {
  border-left-color: hsla(99, 45%, 86%, 0.05);
  border-right-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:border-x-green-200\/10:before {
  border-left-color: hsla(99, 45%, 86%, 0.1);
  border-right-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:border-x-green-200\/20:before {
  border-left-color: hsla(99, 45%, 86%, 0.2);
  border-right-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:border-x-green-200\/25:before {
  border-left-color: hsla(99, 45%, 86%, 0.25);
  border-right-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:border-x-green-200\/30:before {
  border-left-color: hsla(99, 45%, 86%, 0.3);
  border-right-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:border-x-green-200\/40:before {
  border-left-color: hsla(99, 45%, 86%, 0.4);
  border-right-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:border-x-green-200\/50:before {
  border-left-color: hsla(99, 45%, 86%, 0.5);
  border-right-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:border-x-green-200\/60:before {
  border-left-color: hsla(99, 45%, 86%, 0.6);
  border-right-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:border-x-green-200\/70:before {
  border-left-color: hsla(99, 45%, 86%, 0.7);
  border-right-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:border-x-green-200\/75:before {
  border-left-color: hsla(99, 45%, 86%, 0.75);
  border-right-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:border-x-green-200\/80:before {
  border-left-color: hsla(99, 45%, 86%, 0.8);
  border-right-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:border-x-green-200\/90:before {
  border-left-color: hsla(99, 45%, 86%, 0.9);
  border-right-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:border-x-green-200\/95:before {
  border-left-color: hsla(99, 45%, 86%, 0.95);
  border-right-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:border-x-green-200\/100:before {
  border-left-color: #d8eccd;
  border-right-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-x-green-400\/0:before {
  border-left-color: rgba(81, 222, 7, 0);
  border-right-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:border-x-green-400\/5:before {
  border-left-color: rgba(81, 222, 7, 0.05);
  border-right-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:border-x-green-400\/10:before {
  border-left-color: rgba(81, 222, 7, 0.1);
  border-right-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:border-x-green-400\/20:before {
  border-left-color: rgba(81, 222, 7, 0.2);
  border-right-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:border-x-green-400\/25:before {
  border-left-color: rgba(81, 222, 7, 0.25);
  border-right-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:border-x-green-400\/30:before {
  border-left-color: rgba(81, 222, 7, 0.3);
  border-right-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:border-x-green-400\/40:before {
  border-left-color: rgba(81, 222, 7, 0.4);
  border-right-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:border-x-green-400\/50:before {
  border-left-color: rgba(81, 222, 7, 0.5);
  border-right-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:border-x-green-400\/60:before {
  border-left-color: rgba(81, 222, 7, 0.6);
  border-right-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:border-x-green-400\/70:before {
  border-left-color: rgba(81, 222, 7, 0.7);
  border-right-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:border-x-green-400\/75:before {
  border-left-color: rgba(81, 222, 7, 0.75);
  border-right-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:border-x-green-400\/80:before {
  border-left-color: rgba(81, 222, 7, 0.8);
  border-right-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:border-x-green-400\/90:before {
  border-left-color: rgba(81, 222, 7, 0.9);
  border-right-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:border-x-green-400\/95:before {
  border-left-color: rgba(81, 222, 7, 0.95);
  border-right-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:border-x-green-400\/100:before {
  border-left-color: #51de07;
  border-right-color: #51de07;
  content: var(--tw-content);
}

.before\:border-x-green-500\/0:before {
  border-left-color: rgba(67, 184, 6, 0);
  border-right-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:border-x-green-500\/5:before {
  border-left-color: rgba(67, 184, 6, 0.05);
  border-right-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-x-green-500\/10:before {
  border-left-color: rgba(67, 184, 6, 0.1);
  border-right-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-x-green-500\/20:before {
  border-left-color: rgba(67, 184, 6, 0.2);
  border-right-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-x-green-500\/25:before {
  border-left-color: rgba(67, 184, 6, 0.25);
  border-right-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-x-green-500\/30:before {
  border-left-color: rgba(67, 184, 6, 0.3);
  border-right-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-x-green-500\/40:before {
  border-left-color: rgba(67, 184, 6, 0.4);
  border-right-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-x-green-500\/50:before {
  border-left-color: rgba(67, 184, 6, 0.5);
  border-right-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-x-green-500\/60:before {
  border-left-color: rgba(67, 184, 6, 0.6);
  border-right-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-x-green-500\/70:before {
  border-left-color: rgba(67, 184, 6, 0.7);
  border-right-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-x-green-500\/75:before {
  border-left-color: rgba(67, 184, 6, 0.75);
  border-right-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-x-green-500\/80:before {
  border-left-color: rgba(67, 184, 6, 0.8);
  border-right-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-x-green-500\/90:before {
  border-left-color: rgba(67, 184, 6, 0.9);
  border-right-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-x-green-500\/95:before {
  border-left-color: rgba(67, 184, 6, 0.95);
  border-right-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-x-green-500\/100:before {
  border-left-color: #43b806;
  border-right-color: #43b806;
  content: var(--tw-content);
}

.before\:border-x-green-600\/0:before {
  border-left-color: rgba(48, 132, 6, 0);
  border-right-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:border-x-green-600\/5:before {
  border-left-color: rgba(48, 132, 6, 0.05);
  border-right-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-x-green-600\/10:before {
  border-left-color: rgba(48, 132, 6, 0.1);
  border-right-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-x-green-600\/20:before {
  border-left-color: rgba(48, 132, 6, 0.2);
  border-right-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-x-green-600\/25:before {
  border-left-color: rgba(48, 132, 6, 0.25);
  border-right-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-x-green-600\/30:before {
  border-left-color: rgba(48, 132, 6, 0.3);
  border-right-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-x-green-600\/40:before {
  border-left-color: rgba(48, 132, 6, 0.4);
  border-right-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-x-green-600\/50:before {
  border-left-color: rgba(48, 132, 6, 0.5);
  border-right-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-x-green-600\/60:before {
  border-left-color: rgba(48, 132, 6, 0.6);
  border-right-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-x-green-600\/70:before {
  border-left-color: rgba(48, 132, 6, 0.7);
  border-right-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-x-green-600\/75:before {
  border-left-color: rgba(48, 132, 6, 0.75);
  border-right-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-x-green-600\/80:before {
  border-left-color: rgba(48, 132, 6, 0.8);
  border-right-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-x-green-600\/90:before {
  border-left-color: rgba(48, 132, 6, 0.9);
  border-right-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-x-green-600\/95:before {
  border-left-color: rgba(48, 132, 6, 0.95);
  border-right-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-x-green-600\/100:before {
  border-left-color: #308406;
  border-right-color: #308406;
  content: var(--tw-content);
}

.before\:border-x-green-700\/0:before {
  border-left-color: rgba(39, 202, 64, 0);
  border-right-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:border-x-green-700\/5:before {
  border-left-color: rgba(39, 202, 64, 0.05);
  border-right-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:border-x-green-700\/10:before {
  border-left-color: rgba(39, 202, 64, 0.1);
  border-right-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:border-x-green-700\/20:before {
  border-left-color: rgba(39, 202, 64, 0.2);
  border-right-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:border-x-green-700\/25:before {
  border-left-color: rgba(39, 202, 64, 0.25);
  border-right-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:border-x-green-700\/30:before {
  border-left-color: rgba(39, 202, 64, 0.3);
  border-right-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:border-x-green-700\/40:before {
  border-left-color: rgba(39, 202, 64, 0.4);
  border-right-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:border-x-green-700\/50:before {
  border-left-color: rgba(39, 202, 64, 0.5);
  border-right-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:border-x-green-700\/60:before {
  border-left-color: rgba(39, 202, 64, 0.6);
  border-right-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:border-x-green-700\/70:before {
  border-left-color: rgba(39, 202, 64, 0.7);
  border-right-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:border-x-green-700\/75:before {
  border-left-color: rgba(39, 202, 64, 0.75);
  border-right-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:border-x-green-700\/80:before {
  border-left-color: rgba(39, 202, 64, 0.8);
  border-right-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:border-x-green-700\/90:before {
  border-left-color: rgba(39, 202, 64, 0.9);
  border-right-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:border-x-green-700\/95:before {
  border-left-color: rgba(39, 202, 64, 0.95);
  border-right-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:border-x-green-700\/100:before {
  border-left-color: #27ca40;
  border-right-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/0:before {
  border-left-color: rgba(95, 99, 104, 0);
  border-right-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/5:before {
  border-left-color: rgba(95, 99, 104, 0.05);
  border-right-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/10:before {
  border-left-color: rgba(95, 99, 104, 0.1);
  border-right-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/20:before {
  border-left-color: rgba(95, 99, 104, 0.2);
  border-right-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/25:before {
  border-left-color: rgba(95, 99, 104, 0.25);
  border-right-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/30:before {
  border-left-color: rgba(95, 99, 104, 0.3);
  border-right-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/40:before {
  border-left-color: rgba(95, 99, 104, 0.4);
  border-right-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/50:before {
  border-left-color: rgba(95, 99, 104, 0.5);
  border-right-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/60:before {
  border-left-color: rgba(95, 99, 104, 0.6);
  border-right-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/70:before {
  border-left-color: rgba(95, 99, 104, 0.7);
  border-right-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/75:before {
  border-left-color: rgba(95, 99, 104, 0.75);
  border-right-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/80:before {
  border-left-color: rgba(95, 99, 104, 0.8);
  border-right-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/90:before {
  border-left-color: rgba(95, 99, 104, 0.9);
  border-right-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/95:before {
  border-left-color: rgba(95, 99, 104, 0.95);
  border-right-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-500\/100:before {
  border-left-color: #5f6368;
  border-right-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/0:before {
  border-left-color: rgba(54, 91, 114, 0);
  border-right-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/5:before {
  border-left-color: rgba(54, 91, 114, 0.05);
  border-right-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/10:before {
  border-left-color: rgba(54, 91, 114, 0.1);
  border-right-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/20:before {
  border-left-color: rgba(54, 91, 114, 0.2);
  border-right-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/25:before {
  border-left-color: rgba(54, 91, 114, 0.25);
  border-right-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/30:before {
  border-left-color: rgba(54, 91, 114, 0.3);
  border-right-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/40:before {
  border-left-color: rgba(54, 91, 114, 0.4);
  border-right-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/50:before {
  border-left-color: rgba(54, 91, 114, 0.5);
  border-right-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/60:before {
  border-left-color: rgba(54, 91, 114, 0.6);
  border-right-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/70:before {
  border-left-color: rgba(54, 91, 114, 0.7);
  border-right-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/75:before {
  border-left-color: rgba(54, 91, 114, 0.75);
  border-right-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/80:before {
  border-left-color: rgba(54, 91, 114, 0.8);
  border-right-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/90:before {
  border-left-color: rgba(54, 91, 114, 0.9);
  border-right-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/95:before {
  border-left-color: rgba(54, 91, 114, 0.95);
  border-right-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:border-x-grey-blue-600\/100:before {
  border-left-color: #365b72;
  border-right-color: #365b72;
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/0:before {
  border-left-color: rgba(86, 94, 82, 0);
  border-right-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/5:before {
  border-left-color: rgba(86, 94, 82, 0.05);
  border-right-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/10:before {
  border-left-color: rgba(86, 94, 82, 0.1);
  border-right-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/20:before {
  border-left-color: rgba(86, 94, 82, 0.2);
  border-right-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/25:before {
  border-left-color: rgba(86, 94, 82, 0.25);
  border-right-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/30:before {
  border-left-color: rgba(86, 94, 82, 0.3);
  border-right-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/40:before {
  border-left-color: rgba(86, 94, 82, 0.4);
  border-right-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/50:before {
  border-left-color: rgba(86, 94, 82, 0.5);
  border-right-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/60:before {
  border-left-color: rgba(86, 94, 82, 0.6);
  border-right-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/70:before {
  border-left-color: rgba(86, 94, 82, 0.7);
  border-right-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/75:before {
  border-left-color: rgba(86, 94, 82, 0.75);
  border-right-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/80:before {
  border-left-color: rgba(86, 94, 82, 0.8);
  border-right-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/90:before {
  border-left-color: rgba(86, 94, 82, 0.9);
  border-right-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/95:before {
  border-left-color: rgba(86, 94, 82, 0.95);
  border-right-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:border-x-grey-green-500\/100:before {
  border-left-color: #565e52;
  border-right-color: #565e52;
  content: var(--tw-content);
}

.before\:border-x-red-500\/0:before {
  border-left-color: rgba(231, 8, 60, 0);
  border-right-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:border-x-red-500\/5:before {
  border-left-color: rgba(231, 8, 60, 0.05);
  border-right-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:border-x-red-500\/10:before {
  border-left-color: rgba(231, 8, 60, 0.1);
  border-right-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:border-x-red-500\/20:before {
  border-left-color: rgba(231, 8, 60, 0.2);
  border-right-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:border-x-red-500\/25:before {
  border-left-color: rgba(231, 8, 60, 0.25);
  border-right-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:border-x-red-500\/30:before {
  border-left-color: rgba(231, 8, 60, 0.3);
  border-right-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:border-x-red-500\/40:before {
  border-left-color: rgba(231, 8, 60, 0.4);
  border-right-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:border-x-red-500\/50:before {
  border-left-color: rgba(231, 8, 60, 0.5);
  border-right-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:border-x-red-500\/60:before {
  border-left-color: rgba(231, 8, 60, 0.6);
  border-right-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:border-x-red-500\/70:before {
  border-left-color: rgba(231, 8, 60, 0.7);
  border-right-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:border-x-red-500\/75:before {
  border-left-color: rgba(231, 8, 60, 0.75);
  border-right-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:border-x-red-500\/80:before {
  border-left-color: rgba(231, 8, 60, 0.8);
  border-right-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:border-x-red-500\/90:before {
  border-left-color: rgba(231, 8, 60, 0.9);
  border-right-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:border-x-red-500\/95:before {
  border-left-color: rgba(231, 8, 60, 0.95);
  border-right-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:border-x-red-500\/100:before {
  border-left-color: #e7083c;
  border-right-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-y-inherit:before {
  border-bottom-color: inherit;
  border-top-color: inherit;
  content: var(--tw-content);
}

.before\:border-y-current:before {
  border-bottom-color: currentColor;
  border-top-color: currentColor;
  content: var(--tw-content);
}

.before\:border-y-transparent:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
  content: var(--tw-content);
}

.before\:border-y-white:before {
  border-bottom-color: #fafcfc;
  border-top-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-y-black:before {
  border-bottom-color: #000;
  border-top-color: #000;
  content: var(--tw-content);
}

.before\:border-y-blue-100:before {
  border-bottom-color: #dfedf4;
  border-top-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-y-blue-300:before {
  border-bottom-color: #b4d9ed;
  border-top-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-y-blue-500:before {
  border-bottom-color: #7cd0ff;
  border-top-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-y-blue-600:before {
  border-bottom-color: #6ab3db;
  border-top-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-y-blue-700:before {
  border-bottom-color: #335669;
  border-top-color: #335669;
  content: var(--tw-content);
}

.before\:border-y-blue-800:before {
  border-bottom-color: #203642;
  border-top-color: #203642;
  content: var(--tw-content);
}

.before\:border-y-blue-900:before {
  border-bottom-color: #192a33;
  border-top-color: #192a33;
  content: var(--tw-content);
}

.before\:border-y-grey-50:before {
  border-bottom-color: #eef3f5;
  border-top-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-y-grey-100:before {
  border-bottom-color: #e9ebec;
  border-top-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-y-grey-300:before {
  border-bottom-color: #d3d7da;
  border-top-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-y-grey-700:before {
  border-bottom-color: #919191;
  border-top-color: #919191;
  content: var(--tw-content);
}

.before\:border-y-green-200:before {
  border-bottom-color: #d8eccd;
  border-top-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-y-green-400:before {
  border-bottom-color: #51de07;
  border-top-color: #51de07;
  content: var(--tw-content);
}

.before\:border-y-green-500:before {
  border-bottom-color: #43b806;
  border-top-color: #43b806;
  content: var(--tw-content);
}

.before\:border-y-green-600:before {
  border-bottom-color: #308406;
  border-top-color: #308406;
  content: var(--tw-content);
}

.before\:border-y-green-700:before {
  border-bottom-color: #27ca40;
  border-top-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500:before {
  border-bottom-color: #5f6368;
  border-top-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600:before {
  border-bottom-color: #365b72;
  border-top-color: #365b72;
  content: var(--tw-content);
}

.before\:border-y-grey-green-500:before {
  border-bottom-color: #565e52;
  border-top-color: #565e52;
  content: var(--tw-content);
}

.before\:border-y-red-500:before {
  border-bottom-color: #e7083c;
  border-top-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-y-transparent\/0:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
  content: var(--tw-content);
}

.before\:border-y-transparent\/5:before {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-y-transparent\/10:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-y-transparent\/20:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-y-transparent\/25:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-y-transparent\/30:before {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-y-transparent\/40:before {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-y-transparent\/50:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-y-transparent\/60:before {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-top-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-y-transparent\/70:before {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-y-transparent\/75:before {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-y-transparent\/80:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-y-transparent\/90:before {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-top-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-y-transparent\/95:before {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  border-top-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-y-transparent\/100:before {
  border-bottom-color: #000;
  border-top-color: #000;
  content: var(--tw-content);
}

.before\:border-y-white\/0:before {
  border-bottom-color: rgba(250, 252, 252, 0);
  border-top-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:border-y-white\/5:before {
  border-bottom-color: rgba(250, 252, 252, 0.05);
  border-top-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:border-y-white\/10:before {
  border-bottom-color: rgba(250, 252, 252, 0.1);
  border-top-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:border-y-white\/20:before {
  border-bottom-color: rgba(250, 252, 252, 0.2);
  border-top-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:border-y-white\/25:before {
  border-bottom-color: rgba(250, 252, 252, 0.25);
  border-top-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:border-y-white\/30:before {
  border-bottom-color: rgba(250, 252, 252, 0.3);
  border-top-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:border-y-white\/40:before {
  border-bottom-color: rgba(250, 252, 252, 0.4);
  border-top-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:border-y-white\/50:before {
  border-bottom-color: rgba(250, 252, 252, 0.5);
  border-top-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:border-y-white\/60:before {
  border-bottom-color: rgba(250, 252, 252, 0.6);
  border-top-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:border-y-white\/70:before {
  border-bottom-color: rgba(250, 252, 252, 0.7);
  border-top-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:border-y-white\/75:before {
  border-bottom-color: rgba(250, 252, 252, 0.75);
  border-top-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:border-y-white\/80:before {
  border-bottom-color: rgba(250, 252, 252, 0.8);
  border-top-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:border-y-white\/90:before {
  border-bottom-color: rgba(250, 252, 252, 0.9);
  border-top-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:border-y-white\/95:before {
  border-bottom-color: rgba(250, 252, 252, 0.95);
  border-top-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:border-y-white\/100:before {
  border-bottom-color: #fafcfc;
  border-top-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-y-black\/0:before {
  border-bottom-color: transparent;
  border-top-color: transparent;
  content: var(--tw-content);
}

.before\:border-y-black\/5:before {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-y-black\/10:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-y-black\/20:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-y-black\/25:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-y-black\/30:before {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-y-black\/40:before {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-y-black\/50:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-y-black\/60:before {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-top-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-y-black\/70:before {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-y-black\/75:before {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-y-black\/80:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-y-black\/90:before {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-top-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-y-black\/95:before {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  border-top-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-y-black\/100:before {
  border-bottom-color: #000;
  border-top-color: #000;
  content: var(--tw-content);
}

.before\:border-y-blue-100\/0:before {
  border-bottom-color: rgba(223, 237, 244, 0);
  border-top-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/5:before {
  border-bottom-color: rgba(223, 237, 244, 0.05);
  border-top-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/10:before {
  border-bottom-color: rgba(223, 237, 244, 0.1);
  border-top-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/20:before {
  border-bottom-color: rgba(223, 237, 244, 0.2);
  border-top-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/25:before {
  border-bottom-color: rgba(223, 237, 244, 0.25);
  border-top-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/30:before {
  border-bottom-color: rgba(223, 237, 244, 0.3);
  border-top-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/40:before {
  border-bottom-color: rgba(223, 237, 244, 0.4);
  border-top-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/50:before {
  border-bottom-color: rgba(223, 237, 244, 0.5);
  border-top-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/60:before {
  border-bottom-color: rgba(223, 237, 244, 0.6);
  border-top-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/70:before {
  border-bottom-color: rgba(223, 237, 244, 0.7);
  border-top-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/75:before {
  border-bottom-color: rgba(223, 237, 244, 0.75);
  border-top-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/80:before {
  border-bottom-color: rgba(223, 237, 244, 0.8);
  border-top-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/90:before {
  border-bottom-color: rgba(223, 237, 244, 0.9);
  border-top-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/95:before {
  border-bottom-color: rgba(223, 237, 244, 0.95);
  border-top-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:border-y-blue-100\/100:before {
  border-bottom-color: #dfedf4;
  border-top-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-y-blue-300\/0:before {
  border-bottom-color: rgba(180, 217, 237, 0);
  border-top-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/5:before {
  border-bottom-color: rgba(180, 217, 237, 0.05);
  border-top-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/10:before {
  border-bottom-color: rgba(180, 217, 237, 0.1);
  border-top-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/20:before {
  border-bottom-color: rgba(180, 217, 237, 0.2);
  border-top-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/25:before {
  border-bottom-color: rgba(180, 217, 237, 0.25);
  border-top-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/30:before {
  border-bottom-color: rgba(180, 217, 237, 0.3);
  border-top-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/40:before {
  border-bottom-color: rgba(180, 217, 237, 0.4);
  border-top-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/50:before {
  border-bottom-color: rgba(180, 217, 237, 0.5);
  border-top-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/60:before {
  border-bottom-color: rgba(180, 217, 237, 0.6);
  border-top-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/70:before {
  border-bottom-color: rgba(180, 217, 237, 0.7);
  border-top-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/75:before {
  border-bottom-color: rgba(180, 217, 237, 0.75);
  border-top-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/80:before {
  border-bottom-color: rgba(180, 217, 237, 0.8);
  border-top-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/90:before {
  border-bottom-color: rgba(180, 217, 237, 0.9);
  border-top-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/95:before {
  border-bottom-color: rgba(180, 217, 237, 0.95);
  border-top-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:border-y-blue-300\/100:before {
  border-bottom-color: #b4d9ed;
  border-top-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-y-blue-500\/0:before {
  border-bottom-color: rgba(124, 208, 255, 0);
  border-top-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/5:before {
  border-bottom-color: rgba(124, 208, 255, 0.05);
  border-top-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/10:before {
  border-bottom-color: rgba(124, 208, 255, 0.1);
  border-top-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/20:before {
  border-bottom-color: rgba(124, 208, 255, 0.2);
  border-top-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/25:before {
  border-bottom-color: rgba(124, 208, 255, 0.25);
  border-top-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/30:before {
  border-bottom-color: rgba(124, 208, 255, 0.3);
  border-top-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/40:before {
  border-bottom-color: rgba(124, 208, 255, 0.4);
  border-top-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/50:before {
  border-bottom-color: rgba(124, 208, 255, 0.5);
  border-top-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/60:before {
  border-bottom-color: rgba(124, 208, 255, 0.6);
  border-top-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/70:before {
  border-bottom-color: rgba(124, 208, 255, 0.7);
  border-top-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/75:before {
  border-bottom-color: rgba(124, 208, 255, 0.75);
  border-top-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/80:before {
  border-bottom-color: rgba(124, 208, 255, 0.8);
  border-top-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/90:before {
  border-bottom-color: rgba(124, 208, 255, 0.9);
  border-top-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/95:before {
  border-bottom-color: rgba(124, 208, 255, 0.95);
  border-top-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:border-y-blue-500\/100:before {
  border-bottom-color: #7cd0ff;
  border-top-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-y-blue-600\/0:before {
  border-bottom-color: rgba(106, 179, 219, 0);
  border-top-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/5:before {
  border-bottom-color: rgba(106, 179, 219, 0.05);
  border-top-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/10:before {
  border-bottom-color: rgba(106, 179, 219, 0.1);
  border-top-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/20:before {
  border-bottom-color: rgba(106, 179, 219, 0.2);
  border-top-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/25:before {
  border-bottom-color: rgba(106, 179, 219, 0.25);
  border-top-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/30:before {
  border-bottom-color: rgba(106, 179, 219, 0.3);
  border-top-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/40:before {
  border-bottom-color: rgba(106, 179, 219, 0.4);
  border-top-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/50:before {
  border-bottom-color: rgba(106, 179, 219, 0.5);
  border-top-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/60:before {
  border-bottom-color: rgba(106, 179, 219, 0.6);
  border-top-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/70:before {
  border-bottom-color: rgba(106, 179, 219, 0.7);
  border-top-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/75:before {
  border-bottom-color: rgba(106, 179, 219, 0.75);
  border-top-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/80:before {
  border-bottom-color: rgba(106, 179, 219, 0.8);
  border-top-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/90:before {
  border-bottom-color: rgba(106, 179, 219, 0.9);
  border-top-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/95:before {
  border-bottom-color: rgba(106, 179, 219, 0.95);
  border-top-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:border-y-blue-600\/100:before {
  border-bottom-color: #6ab3db;
  border-top-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-y-blue-700\/0:before {
  border-bottom-color: rgba(51, 86, 105, 0);
  border-top-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/5:before {
  border-bottom-color: rgba(51, 86, 105, 0.05);
  border-top-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/10:before {
  border-bottom-color: rgba(51, 86, 105, 0.1);
  border-top-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/20:before {
  border-bottom-color: rgba(51, 86, 105, 0.2);
  border-top-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/25:before {
  border-bottom-color: rgba(51, 86, 105, 0.25);
  border-top-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/30:before {
  border-bottom-color: rgba(51, 86, 105, 0.3);
  border-top-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/40:before {
  border-bottom-color: rgba(51, 86, 105, 0.4);
  border-top-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/50:before {
  border-bottom-color: rgba(51, 86, 105, 0.5);
  border-top-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/60:before {
  border-bottom-color: rgba(51, 86, 105, 0.6);
  border-top-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/70:before {
  border-bottom-color: rgba(51, 86, 105, 0.7);
  border-top-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/75:before {
  border-bottom-color: rgba(51, 86, 105, 0.75);
  border-top-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/80:before {
  border-bottom-color: rgba(51, 86, 105, 0.8);
  border-top-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/90:before {
  border-bottom-color: rgba(51, 86, 105, 0.9);
  border-top-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/95:before {
  border-bottom-color: rgba(51, 86, 105, 0.95);
  border-top-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:border-y-blue-700\/100:before {
  border-bottom-color: #335669;
  border-top-color: #335669;
  content: var(--tw-content);
}

.before\:border-y-blue-800\/0:before {
  border-bottom-color: rgba(32, 54, 66, 0);
  border-top-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/5:before {
  border-bottom-color: rgba(32, 54, 66, 0.05);
  border-top-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/10:before {
  border-bottom-color: rgba(32, 54, 66, 0.1);
  border-top-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/20:before {
  border-bottom-color: rgba(32, 54, 66, 0.2);
  border-top-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/25:before {
  border-bottom-color: rgba(32, 54, 66, 0.25);
  border-top-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/30:before {
  border-bottom-color: rgba(32, 54, 66, 0.3);
  border-top-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/40:before {
  border-bottom-color: rgba(32, 54, 66, 0.4);
  border-top-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/50:before {
  border-bottom-color: rgba(32, 54, 66, 0.5);
  border-top-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/60:before {
  border-bottom-color: rgba(32, 54, 66, 0.6);
  border-top-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/70:before {
  border-bottom-color: rgba(32, 54, 66, 0.7);
  border-top-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/75:before {
  border-bottom-color: rgba(32, 54, 66, 0.75);
  border-top-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/80:before {
  border-bottom-color: rgba(32, 54, 66, 0.8);
  border-top-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/90:before {
  border-bottom-color: rgba(32, 54, 66, 0.9);
  border-top-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/95:before {
  border-bottom-color: rgba(32, 54, 66, 0.95);
  border-top-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:border-y-blue-800\/100:before {
  border-bottom-color: #203642;
  border-top-color: #203642;
  content: var(--tw-content);
}

.before\:border-y-blue-900\/0:before {
  border-bottom-color: rgba(25, 42, 51, 0);
  border-top-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/5:before {
  border-bottom-color: rgba(25, 42, 51, 0.05);
  border-top-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/10:before {
  border-bottom-color: rgba(25, 42, 51, 0.1);
  border-top-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/20:before {
  border-bottom-color: rgba(25, 42, 51, 0.2);
  border-top-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/25:before {
  border-bottom-color: rgba(25, 42, 51, 0.25);
  border-top-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/30:before {
  border-bottom-color: rgba(25, 42, 51, 0.3);
  border-top-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/40:before {
  border-bottom-color: rgba(25, 42, 51, 0.4);
  border-top-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/50:before {
  border-bottom-color: rgba(25, 42, 51, 0.5);
  border-top-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/60:before {
  border-bottom-color: rgba(25, 42, 51, 0.6);
  border-top-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/70:before {
  border-bottom-color: rgba(25, 42, 51, 0.7);
  border-top-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/75:before {
  border-bottom-color: rgba(25, 42, 51, 0.75);
  border-top-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/80:before {
  border-bottom-color: rgba(25, 42, 51, 0.8);
  border-top-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/90:before {
  border-bottom-color: rgba(25, 42, 51, 0.9);
  border-top-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/95:before {
  border-bottom-color: rgba(25, 42, 51, 0.95);
  border-top-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:border-y-blue-900\/100:before {
  border-bottom-color: #192a33;
  border-top-color: #192a33;
  content: var(--tw-content);
}

.before\:border-y-grey-50\/0:before {
  border-bottom-color: rgba(238, 243, 245, 0);
  border-top-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/5:before {
  border-bottom-color: rgba(238, 243, 245, 0.05);
  border-top-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/10:before {
  border-bottom-color: rgba(238, 243, 245, 0.1);
  border-top-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/20:before {
  border-bottom-color: rgba(238, 243, 245, 0.2);
  border-top-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/25:before {
  border-bottom-color: rgba(238, 243, 245, 0.25);
  border-top-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/30:before {
  border-bottom-color: rgba(238, 243, 245, 0.3);
  border-top-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/40:before {
  border-bottom-color: rgba(238, 243, 245, 0.4);
  border-top-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/50:before {
  border-bottom-color: rgba(238, 243, 245, 0.5);
  border-top-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/60:before {
  border-bottom-color: rgba(238, 243, 245, 0.6);
  border-top-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/70:before {
  border-bottom-color: rgba(238, 243, 245, 0.7);
  border-top-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/75:before {
  border-bottom-color: rgba(238, 243, 245, 0.75);
  border-top-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/80:before {
  border-bottom-color: rgba(238, 243, 245, 0.8);
  border-top-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/90:before {
  border-bottom-color: rgba(238, 243, 245, 0.9);
  border-top-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/95:before {
  border-bottom-color: rgba(238, 243, 245, 0.95);
  border-top-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:border-y-grey-50\/100:before {
  border-bottom-color: #eef3f5;
  border-top-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-y-grey-100\/0:before {
  border-bottom-color: hsla(200, 7%, 92%, 0);
  border-top-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/5:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.05);
  border-top-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/10:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.1);
  border-top-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/20:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.2);
  border-top-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/25:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.25);
  border-top-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/30:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.3);
  border-top-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/40:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.4);
  border-top-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/50:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.5);
  border-top-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/60:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.6);
  border-top-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/70:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.7);
  border-top-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/75:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.75);
  border-top-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/80:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.8);
  border-top-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/90:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.9);
  border-top-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/95:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.95);
  border-top-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:border-y-grey-100\/100:before {
  border-bottom-color: #e9ebec;
  border-top-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-y-grey-300\/0:before {
  border-bottom-color: hsla(206, 9%, 84%, 0);
  border-top-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/5:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.05);
  border-top-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/10:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.1);
  border-top-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/20:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.2);
  border-top-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/25:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.25);
  border-top-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/30:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.3);
  border-top-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/40:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.4);
  border-top-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/50:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.5);
  border-top-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/60:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.6);
  border-top-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/70:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.7);
  border-top-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/75:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.75);
  border-top-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/80:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.8);
  border-top-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/90:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.9);
  border-top-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/95:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.95);
  border-top-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:border-y-grey-300\/100:before {
  border-bottom-color: #d3d7da;
  border-top-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-y-grey-700\/0:before {
  border-bottom-color: hsla(0, 0%, 57%, 0);
  border-top-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/5:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.05);
  border-top-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/10:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.1);
  border-top-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/20:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.2);
  border-top-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/25:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.25);
  border-top-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/30:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.3);
  border-top-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/40:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.4);
  border-top-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/50:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.5);
  border-top-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/60:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.6);
  border-top-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/70:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.7);
  border-top-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/75:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.75);
  border-top-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/80:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.8);
  border-top-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/90:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.9);
  border-top-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/95:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.95);
  border-top-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:border-y-grey-700\/100:before {
  border-bottom-color: #919191;
  border-top-color: #919191;
  content: var(--tw-content);
}

.before\:border-y-green-200\/0:before {
  border-bottom-color: hsla(99, 45%, 86%, 0);
  border-top-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:border-y-green-200\/5:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.05);
  border-top-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:border-y-green-200\/10:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.1);
  border-top-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:border-y-green-200\/20:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.2);
  border-top-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:border-y-green-200\/25:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.25);
  border-top-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:border-y-green-200\/30:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.3);
  border-top-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:border-y-green-200\/40:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.4);
  border-top-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:border-y-green-200\/50:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.5);
  border-top-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:border-y-green-200\/60:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.6);
  border-top-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:border-y-green-200\/70:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.7);
  border-top-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:border-y-green-200\/75:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.75);
  border-top-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:border-y-green-200\/80:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.8);
  border-top-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:border-y-green-200\/90:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.9);
  border-top-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:border-y-green-200\/95:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.95);
  border-top-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:border-y-green-200\/100:before {
  border-bottom-color: #d8eccd;
  border-top-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-y-green-400\/0:before {
  border-bottom-color: rgba(81, 222, 7, 0);
  border-top-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:border-y-green-400\/5:before {
  border-bottom-color: rgba(81, 222, 7, 0.05);
  border-top-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:border-y-green-400\/10:before {
  border-bottom-color: rgba(81, 222, 7, 0.1);
  border-top-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:border-y-green-400\/20:before {
  border-bottom-color: rgba(81, 222, 7, 0.2);
  border-top-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:border-y-green-400\/25:before {
  border-bottom-color: rgba(81, 222, 7, 0.25);
  border-top-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:border-y-green-400\/30:before {
  border-bottom-color: rgba(81, 222, 7, 0.3);
  border-top-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:border-y-green-400\/40:before {
  border-bottom-color: rgba(81, 222, 7, 0.4);
  border-top-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:border-y-green-400\/50:before {
  border-bottom-color: rgba(81, 222, 7, 0.5);
  border-top-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:border-y-green-400\/60:before {
  border-bottom-color: rgba(81, 222, 7, 0.6);
  border-top-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:border-y-green-400\/70:before {
  border-bottom-color: rgba(81, 222, 7, 0.7);
  border-top-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:border-y-green-400\/75:before {
  border-bottom-color: rgba(81, 222, 7, 0.75);
  border-top-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:border-y-green-400\/80:before {
  border-bottom-color: rgba(81, 222, 7, 0.8);
  border-top-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:border-y-green-400\/90:before {
  border-bottom-color: rgba(81, 222, 7, 0.9);
  border-top-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:border-y-green-400\/95:before {
  border-bottom-color: rgba(81, 222, 7, 0.95);
  border-top-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:border-y-green-400\/100:before {
  border-bottom-color: #51de07;
  border-top-color: #51de07;
  content: var(--tw-content);
}

.before\:border-y-green-500\/0:before {
  border-bottom-color: rgba(67, 184, 6, 0);
  border-top-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:border-y-green-500\/5:before {
  border-bottom-color: rgba(67, 184, 6, 0.05);
  border-top-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-y-green-500\/10:before {
  border-bottom-color: rgba(67, 184, 6, 0.1);
  border-top-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-y-green-500\/20:before {
  border-bottom-color: rgba(67, 184, 6, 0.2);
  border-top-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-y-green-500\/25:before {
  border-bottom-color: rgba(67, 184, 6, 0.25);
  border-top-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-y-green-500\/30:before {
  border-bottom-color: rgba(67, 184, 6, 0.3);
  border-top-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-y-green-500\/40:before {
  border-bottom-color: rgba(67, 184, 6, 0.4);
  border-top-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-y-green-500\/50:before {
  border-bottom-color: rgba(67, 184, 6, 0.5);
  border-top-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-y-green-500\/60:before {
  border-bottom-color: rgba(67, 184, 6, 0.6);
  border-top-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-y-green-500\/70:before {
  border-bottom-color: rgba(67, 184, 6, 0.7);
  border-top-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-y-green-500\/75:before {
  border-bottom-color: rgba(67, 184, 6, 0.75);
  border-top-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-y-green-500\/80:before {
  border-bottom-color: rgba(67, 184, 6, 0.8);
  border-top-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-y-green-500\/90:before {
  border-bottom-color: rgba(67, 184, 6, 0.9);
  border-top-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-y-green-500\/95:before {
  border-bottom-color: rgba(67, 184, 6, 0.95);
  border-top-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-y-green-500\/100:before {
  border-bottom-color: #43b806;
  border-top-color: #43b806;
  content: var(--tw-content);
}

.before\:border-y-green-600\/0:before {
  border-bottom-color: rgba(48, 132, 6, 0);
  border-top-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:border-y-green-600\/5:before {
  border-bottom-color: rgba(48, 132, 6, 0.05);
  border-top-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-y-green-600\/10:before {
  border-bottom-color: rgba(48, 132, 6, 0.1);
  border-top-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-y-green-600\/20:before {
  border-bottom-color: rgba(48, 132, 6, 0.2);
  border-top-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-y-green-600\/25:before {
  border-bottom-color: rgba(48, 132, 6, 0.25);
  border-top-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-y-green-600\/30:before {
  border-bottom-color: rgba(48, 132, 6, 0.3);
  border-top-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-y-green-600\/40:before {
  border-bottom-color: rgba(48, 132, 6, 0.4);
  border-top-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-y-green-600\/50:before {
  border-bottom-color: rgba(48, 132, 6, 0.5);
  border-top-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-y-green-600\/60:before {
  border-bottom-color: rgba(48, 132, 6, 0.6);
  border-top-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-y-green-600\/70:before {
  border-bottom-color: rgba(48, 132, 6, 0.7);
  border-top-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-y-green-600\/75:before {
  border-bottom-color: rgba(48, 132, 6, 0.75);
  border-top-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-y-green-600\/80:before {
  border-bottom-color: rgba(48, 132, 6, 0.8);
  border-top-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-y-green-600\/90:before {
  border-bottom-color: rgba(48, 132, 6, 0.9);
  border-top-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-y-green-600\/95:before {
  border-bottom-color: rgba(48, 132, 6, 0.95);
  border-top-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-y-green-600\/100:before {
  border-bottom-color: #308406;
  border-top-color: #308406;
  content: var(--tw-content);
}

.before\:border-y-green-700\/0:before {
  border-bottom-color: rgba(39, 202, 64, 0);
  border-top-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:border-y-green-700\/5:before {
  border-bottom-color: rgba(39, 202, 64, 0.05);
  border-top-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:border-y-green-700\/10:before {
  border-bottom-color: rgba(39, 202, 64, 0.1);
  border-top-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:border-y-green-700\/20:before {
  border-bottom-color: rgba(39, 202, 64, 0.2);
  border-top-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:border-y-green-700\/25:before {
  border-bottom-color: rgba(39, 202, 64, 0.25);
  border-top-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:border-y-green-700\/30:before {
  border-bottom-color: rgba(39, 202, 64, 0.3);
  border-top-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:border-y-green-700\/40:before {
  border-bottom-color: rgba(39, 202, 64, 0.4);
  border-top-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:border-y-green-700\/50:before {
  border-bottom-color: rgba(39, 202, 64, 0.5);
  border-top-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:border-y-green-700\/60:before {
  border-bottom-color: rgba(39, 202, 64, 0.6);
  border-top-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:border-y-green-700\/70:before {
  border-bottom-color: rgba(39, 202, 64, 0.7);
  border-top-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:border-y-green-700\/75:before {
  border-bottom-color: rgba(39, 202, 64, 0.75);
  border-top-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:border-y-green-700\/80:before {
  border-bottom-color: rgba(39, 202, 64, 0.8);
  border-top-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:border-y-green-700\/90:before {
  border-bottom-color: rgba(39, 202, 64, 0.9);
  border-top-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:border-y-green-700\/95:before {
  border-bottom-color: rgba(39, 202, 64, 0.95);
  border-top-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:border-y-green-700\/100:before {
  border-bottom-color: #27ca40;
  border-top-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/0:before {
  border-bottom-color: rgba(95, 99, 104, 0);
  border-top-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/5:before {
  border-bottom-color: rgba(95, 99, 104, 0.05);
  border-top-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/10:before {
  border-bottom-color: rgba(95, 99, 104, 0.1);
  border-top-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/20:before {
  border-bottom-color: rgba(95, 99, 104, 0.2);
  border-top-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/25:before {
  border-bottom-color: rgba(95, 99, 104, 0.25);
  border-top-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/30:before {
  border-bottom-color: rgba(95, 99, 104, 0.3);
  border-top-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/40:before {
  border-bottom-color: rgba(95, 99, 104, 0.4);
  border-top-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/50:before {
  border-bottom-color: rgba(95, 99, 104, 0.5);
  border-top-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/60:before {
  border-bottom-color: rgba(95, 99, 104, 0.6);
  border-top-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/70:before {
  border-bottom-color: rgba(95, 99, 104, 0.7);
  border-top-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/75:before {
  border-bottom-color: rgba(95, 99, 104, 0.75);
  border-top-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/80:before {
  border-bottom-color: rgba(95, 99, 104, 0.8);
  border-top-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/90:before {
  border-bottom-color: rgba(95, 99, 104, 0.9);
  border-top-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/95:before {
  border-bottom-color: rgba(95, 99, 104, 0.95);
  border-top-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-500\/100:before {
  border-bottom-color: #5f6368;
  border-top-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/0:before {
  border-bottom-color: rgba(54, 91, 114, 0);
  border-top-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/5:before {
  border-bottom-color: rgba(54, 91, 114, 0.05);
  border-top-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/10:before {
  border-bottom-color: rgba(54, 91, 114, 0.1);
  border-top-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/20:before {
  border-bottom-color: rgba(54, 91, 114, 0.2);
  border-top-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/25:before {
  border-bottom-color: rgba(54, 91, 114, 0.25);
  border-top-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/30:before {
  border-bottom-color: rgba(54, 91, 114, 0.3);
  border-top-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/40:before {
  border-bottom-color: rgba(54, 91, 114, 0.4);
  border-top-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/50:before {
  border-bottom-color: rgba(54, 91, 114, 0.5);
  border-top-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/60:before {
  border-bottom-color: rgba(54, 91, 114, 0.6);
  border-top-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/70:before {
  border-bottom-color: rgba(54, 91, 114, 0.7);
  border-top-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/75:before {
  border-bottom-color: rgba(54, 91, 114, 0.75);
  border-top-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/80:before {
  border-bottom-color: rgba(54, 91, 114, 0.8);
  border-top-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/90:before {
  border-bottom-color: rgba(54, 91, 114, 0.9);
  border-top-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/95:before {
  border-bottom-color: rgba(54, 91, 114, 0.95);
  border-top-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:border-y-grey-blue-600\/100:before {
  border-bottom-color: #365b72;
  border-top-color: #365b72;
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/0:before {
  border-bottom-color: rgba(86, 94, 82, 0);
  border-top-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/5:before {
  border-bottom-color: rgba(86, 94, 82, 0.05);
  border-top-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/10:before {
  border-bottom-color: rgba(86, 94, 82, 0.1);
  border-top-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/20:before {
  border-bottom-color: rgba(86, 94, 82, 0.2);
  border-top-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/25:before {
  border-bottom-color: rgba(86, 94, 82, 0.25);
  border-top-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/30:before {
  border-bottom-color: rgba(86, 94, 82, 0.3);
  border-top-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/40:before {
  border-bottom-color: rgba(86, 94, 82, 0.4);
  border-top-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/50:before {
  border-bottom-color: rgba(86, 94, 82, 0.5);
  border-top-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/60:before {
  border-bottom-color: rgba(86, 94, 82, 0.6);
  border-top-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/70:before {
  border-bottom-color: rgba(86, 94, 82, 0.7);
  border-top-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/75:before {
  border-bottom-color: rgba(86, 94, 82, 0.75);
  border-top-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/80:before {
  border-bottom-color: rgba(86, 94, 82, 0.8);
  border-top-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/90:before {
  border-bottom-color: rgba(86, 94, 82, 0.9);
  border-top-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/95:before {
  border-bottom-color: rgba(86, 94, 82, 0.95);
  border-top-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:border-y-grey-green-500\/100:before {
  border-bottom-color: #565e52;
  border-top-color: #565e52;
  content: var(--tw-content);
}

.before\:border-y-red-500\/0:before {
  border-bottom-color: rgba(231, 8, 60, 0);
  border-top-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:border-y-red-500\/5:before {
  border-bottom-color: rgba(231, 8, 60, 0.05);
  border-top-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:border-y-red-500\/10:before {
  border-bottom-color: rgba(231, 8, 60, 0.1);
  border-top-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:border-y-red-500\/20:before {
  border-bottom-color: rgba(231, 8, 60, 0.2);
  border-top-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:border-y-red-500\/25:before {
  border-bottom-color: rgba(231, 8, 60, 0.25);
  border-top-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:border-y-red-500\/30:before {
  border-bottom-color: rgba(231, 8, 60, 0.3);
  border-top-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:border-y-red-500\/40:before {
  border-bottom-color: rgba(231, 8, 60, 0.4);
  border-top-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:border-y-red-500\/50:before {
  border-bottom-color: rgba(231, 8, 60, 0.5);
  border-top-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:border-y-red-500\/60:before {
  border-bottom-color: rgba(231, 8, 60, 0.6);
  border-top-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:border-y-red-500\/70:before {
  border-bottom-color: rgba(231, 8, 60, 0.7);
  border-top-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:border-y-red-500\/75:before {
  border-bottom-color: rgba(231, 8, 60, 0.75);
  border-top-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:border-y-red-500\/80:before {
  border-bottom-color: rgba(231, 8, 60, 0.8);
  border-top-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:border-y-red-500\/90:before {
  border-bottom-color: rgba(231, 8, 60, 0.9);
  border-top-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:border-y-red-500\/95:before {
  border-bottom-color: rgba(231, 8, 60, 0.95);
  border-top-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:border-y-red-500\/100:before {
  border-bottom-color: #e7083c;
  border-top-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-t-inherit:before {
  border-top-color: inherit;
  content: var(--tw-content);
}

.before\:border-t-current:before {
  border-top-color: currentColor;
  content: var(--tw-content);
}

.before\:border-t-transparent:before {
  border-top-color: transparent;
  content: var(--tw-content);
}

.before\:border-t-white:before {
  border-top-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-t-black:before {
  border-top-color: #000;
  content: var(--tw-content);
}

.before\:border-t-blue-100:before {
  border-top-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-t-blue-300:before {
  border-top-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-t-blue-500:before {
  border-top-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-t-blue-600:before {
  border-top-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-t-blue-700:before {
  border-top-color: #335669;
  content: var(--tw-content);
}

.before\:border-t-blue-800:before {
  border-top-color: #203642;
  content: var(--tw-content);
}

.before\:border-t-blue-900:before {
  border-top-color: #192a33;
  content: var(--tw-content);
}

.before\:border-t-grey-50:before {
  border-top-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-t-grey-100:before {
  border-top-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-t-grey-300:before {
  border-top-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-t-grey-700:before {
  border-top-color: #919191;
  content: var(--tw-content);
}

.before\:border-t-green-200:before {
  border-top-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-t-green-400:before {
  border-top-color: #51de07;
  content: var(--tw-content);
}

.before\:border-t-green-500:before {
  border-top-color: #43b806;
  content: var(--tw-content);
}

.before\:border-t-green-600:before {
  border-top-color: #308406;
  content: var(--tw-content);
}

.before\:border-t-green-700:before {
  border-top-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500:before {
  border-top-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600:before {
  border-top-color: #365b72;
  content: var(--tw-content);
}

.before\:border-t-grey-green-500:before {
  border-top-color: #565e52;
  content: var(--tw-content);
}

.before\:border-t-red-500:before {
  border-top-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-t-transparent\/0:before {
  border-top-color: transparent;
  content: var(--tw-content);
}

.before\:border-t-transparent\/5:before {
  border-top-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-t-transparent\/10:before {
  border-top-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-t-transparent\/20:before {
  border-top-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-t-transparent\/25:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-t-transparent\/30:before {
  border-top-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-t-transparent\/40:before {
  border-top-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-t-transparent\/50:before {
  border-top-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-t-transparent\/60:before {
  border-top-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-t-transparent\/70:before {
  border-top-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-t-transparent\/75:before {
  border-top-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-t-transparent\/80:before {
  border-top-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-t-transparent\/90:before {
  border-top-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-t-transparent\/95:before {
  border-top-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-t-transparent\/100:before {
  border-top-color: #000;
  content: var(--tw-content);
}

.before\:border-t-white\/0:before {
  border-top-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:border-t-white\/5:before {
  border-top-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:border-t-white\/10:before {
  border-top-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:border-t-white\/20:before {
  border-top-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:border-t-white\/25:before {
  border-top-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:border-t-white\/30:before {
  border-top-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:border-t-white\/40:before {
  border-top-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:border-t-white\/50:before {
  border-top-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:border-t-white\/60:before {
  border-top-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:border-t-white\/70:before {
  border-top-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:border-t-white\/75:before {
  border-top-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:border-t-white\/80:before {
  border-top-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:border-t-white\/90:before {
  border-top-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:border-t-white\/95:before {
  border-top-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:border-t-white\/100:before {
  border-top-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-t-black\/0:before {
  border-top-color: transparent;
  content: var(--tw-content);
}

.before\:border-t-black\/5:before {
  border-top-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-t-black\/10:before {
  border-top-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-t-black\/20:before {
  border-top-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-t-black\/25:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-t-black\/30:before {
  border-top-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-t-black\/40:before {
  border-top-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-t-black\/50:before {
  border-top-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-t-black\/60:before {
  border-top-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-t-black\/70:before {
  border-top-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-t-black\/75:before {
  border-top-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-t-black\/80:before {
  border-top-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-t-black\/90:before {
  border-top-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-t-black\/95:before {
  border-top-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-t-black\/100:before {
  border-top-color: #000;
  content: var(--tw-content);
}

.before\:border-t-blue-100\/0:before {
  border-top-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/5:before {
  border-top-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/10:before {
  border-top-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/20:before {
  border-top-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/25:before {
  border-top-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/30:before {
  border-top-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/40:before {
  border-top-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/50:before {
  border-top-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/60:before {
  border-top-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/70:before {
  border-top-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/75:before {
  border-top-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/80:before {
  border-top-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/90:before {
  border-top-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/95:before {
  border-top-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:border-t-blue-100\/100:before {
  border-top-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-t-blue-300\/0:before {
  border-top-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/5:before {
  border-top-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/10:before {
  border-top-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/20:before {
  border-top-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/25:before {
  border-top-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/30:before {
  border-top-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/40:before {
  border-top-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/50:before {
  border-top-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/60:before {
  border-top-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/70:before {
  border-top-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/75:before {
  border-top-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/80:before {
  border-top-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/90:before {
  border-top-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/95:before {
  border-top-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:border-t-blue-300\/100:before {
  border-top-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-t-blue-500\/0:before {
  border-top-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/5:before {
  border-top-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/10:before {
  border-top-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/20:before {
  border-top-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/25:before {
  border-top-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/30:before {
  border-top-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/40:before {
  border-top-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/50:before {
  border-top-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/60:before {
  border-top-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/70:before {
  border-top-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/75:before {
  border-top-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/80:before {
  border-top-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/90:before {
  border-top-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/95:before {
  border-top-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:border-t-blue-500\/100:before {
  border-top-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-t-blue-600\/0:before {
  border-top-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/5:before {
  border-top-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/10:before {
  border-top-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/20:before {
  border-top-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/25:before {
  border-top-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/30:before {
  border-top-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/40:before {
  border-top-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/50:before {
  border-top-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/60:before {
  border-top-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/70:before {
  border-top-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/75:before {
  border-top-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/80:before {
  border-top-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/90:before {
  border-top-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/95:before {
  border-top-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:border-t-blue-600\/100:before {
  border-top-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-t-blue-700\/0:before {
  border-top-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/5:before {
  border-top-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/10:before {
  border-top-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/20:before {
  border-top-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/25:before {
  border-top-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/30:before {
  border-top-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/40:before {
  border-top-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/50:before {
  border-top-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/60:before {
  border-top-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/70:before {
  border-top-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/75:before {
  border-top-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/80:before {
  border-top-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/90:before {
  border-top-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/95:before {
  border-top-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:border-t-blue-700\/100:before {
  border-top-color: #335669;
  content: var(--tw-content);
}

.before\:border-t-blue-800\/0:before {
  border-top-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/5:before {
  border-top-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/10:before {
  border-top-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/20:before {
  border-top-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/25:before {
  border-top-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/30:before {
  border-top-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/40:before {
  border-top-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/50:before {
  border-top-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/60:before {
  border-top-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/70:before {
  border-top-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/75:before {
  border-top-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/80:before {
  border-top-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/90:before {
  border-top-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/95:before {
  border-top-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:border-t-blue-800\/100:before {
  border-top-color: #203642;
  content: var(--tw-content);
}

.before\:border-t-blue-900\/0:before {
  border-top-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/5:before {
  border-top-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/10:before {
  border-top-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/20:before {
  border-top-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/25:before {
  border-top-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/30:before {
  border-top-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/40:before {
  border-top-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/50:before {
  border-top-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/60:before {
  border-top-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/70:before {
  border-top-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/75:before {
  border-top-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/80:before {
  border-top-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/90:before {
  border-top-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/95:before {
  border-top-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:border-t-blue-900\/100:before {
  border-top-color: #192a33;
  content: var(--tw-content);
}

.before\:border-t-grey-50\/0:before {
  border-top-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/5:before {
  border-top-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/10:before {
  border-top-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/20:before {
  border-top-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/25:before {
  border-top-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/30:before {
  border-top-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/40:before {
  border-top-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/50:before {
  border-top-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/60:before {
  border-top-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/70:before {
  border-top-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/75:before {
  border-top-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/80:before {
  border-top-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/90:before {
  border-top-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/95:before {
  border-top-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:border-t-grey-50\/100:before {
  border-top-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-t-grey-100\/0:before {
  border-top-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/5:before {
  border-top-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/10:before {
  border-top-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/20:before {
  border-top-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/25:before {
  border-top-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/30:before {
  border-top-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/40:before {
  border-top-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/50:before {
  border-top-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/60:before {
  border-top-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/70:before {
  border-top-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/75:before {
  border-top-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/80:before {
  border-top-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/90:before {
  border-top-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/95:before {
  border-top-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:border-t-grey-100\/100:before {
  border-top-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-t-grey-300\/0:before {
  border-top-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/5:before {
  border-top-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/10:before {
  border-top-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/20:before {
  border-top-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/25:before {
  border-top-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/30:before {
  border-top-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/40:before {
  border-top-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/50:before {
  border-top-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/60:before {
  border-top-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/70:before {
  border-top-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/75:before {
  border-top-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/80:before {
  border-top-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/90:before {
  border-top-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/95:before {
  border-top-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:border-t-grey-300\/100:before {
  border-top-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-t-grey-700\/0:before {
  border-top-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/5:before {
  border-top-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/10:before {
  border-top-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/20:before {
  border-top-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/25:before {
  border-top-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/30:before {
  border-top-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/40:before {
  border-top-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/50:before {
  border-top-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/60:before {
  border-top-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/70:before {
  border-top-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/75:before {
  border-top-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/80:before {
  border-top-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/90:before {
  border-top-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/95:before {
  border-top-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:border-t-grey-700\/100:before {
  border-top-color: #919191;
  content: var(--tw-content);
}

.before\:border-t-green-200\/0:before {
  border-top-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:border-t-green-200\/5:before {
  border-top-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:border-t-green-200\/10:before {
  border-top-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:border-t-green-200\/20:before {
  border-top-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:border-t-green-200\/25:before {
  border-top-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:border-t-green-200\/30:before {
  border-top-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:border-t-green-200\/40:before {
  border-top-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:border-t-green-200\/50:before {
  border-top-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:border-t-green-200\/60:before {
  border-top-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:border-t-green-200\/70:before {
  border-top-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:border-t-green-200\/75:before {
  border-top-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:border-t-green-200\/80:before {
  border-top-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:border-t-green-200\/90:before {
  border-top-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:border-t-green-200\/95:before {
  border-top-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:border-t-green-200\/100:before {
  border-top-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-t-green-400\/0:before {
  border-top-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:border-t-green-400\/5:before {
  border-top-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:border-t-green-400\/10:before {
  border-top-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:border-t-green-400\/20:before {
  border-top-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:border-t-green-400\/25:before {
  border-top-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:border-t-green-400\/30:before {
  border-top-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:border-t-green-400\/40:before {
  border-top-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:border-t-green-400\/50:before {
  border-top-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:border-t-green-400\/60:before {
  border-top-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:border-t-green-400\/70:before {
  border-top-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:border-t-green-400\/75:before {
  border-top-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:border-t-green-400\/80:before {
  border-top-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:border-t-green-400\/90:before {
  border-top-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:border-t-green-400\/95:before {
  border-top-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:border-t-green-400\/100:before {
  border-top-color: #51de07;
  content: var(--tw-content);
}

.before\:border-t-green-500\/0:before {
  border-top-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:border-t-green-500\/5:before {
  border-top-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-t-green-500\/10:before {
  border-top-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-t-green-500\/20:before {
  border-top-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-t-green-500\/25:before {
  border-top-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-t-green-500\/30:before {
  border-top-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-t-green-500\/40:before {
  border-top-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-t-green-500\/50:before {
  border-top-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-t-green-500\/60:before {
  border-top-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-t-green-500\/70:before {
  border-top-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-t-green-500\/75:before {
  border-top-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-t-green-500\/80:before {
  border-top-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-t-green-500\/90:before {
  border-top-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-t-green-500\/95:before {
  border-top-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-t-green-500\/100:before {
  border-top-color: #43b806;
  content: var(--tw-content);
}

.before\:border-t-green-600\/0:before {
  border-top-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:border-t-green-600\/5:before {
  border-top-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-t-green-600\/10:before {
  border-top-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-t-green-600\/20:before {
  border-top-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-t-green-600\/25:before {
  border-top-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-t-green-600\/30:before {
  border-top-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-t-green-600\/40:before {
  border-top-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-t-green-600\/50:before {
  border-top-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-t-green-600\/60:before {
  border-top-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-t-green-600\/70:before {
  border-top-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-t-green-600\/75:before {
  border-top-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-t-green-600\/80:before {
  border-top-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-t-green-600\/90:before {
  border-top-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-t-green-600\/95:before {
  border-top-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-t-green-600\/100:before {
  border-top-color: #308406;
  content: var(--tw-content);
}

.before\:border-t-green-700\/0:before {
  border-top-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:border-t-green-700\/5:before {
  border-top-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:border-t-green-700\/10:before {
  border-top-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:border-t-green-700\/20:before {
  border-top-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:border-t-green-700\/25:before {
  border-top-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:border-t-green-700\/30:before {
  border-top-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:border-t-green-700\/40:before {
  border-top-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:border-t-green-700\/50:before {
  border-top-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:border-t-green-700\/60:before {
  border-top-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:border-t-green-700\/70:before {
  border-top-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:border-t-green-700\/75:before {
  border-top-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:border-t-green-700\/80:before {
  border-top-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:border-t-green-700\/90:before {
  border-top-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:border-t-green-700\/95:before {
  border-top-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:border-t-green-700\/100:before {
  border-top-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/0:before {
  border-top-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/5:before {
  border-top-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/10:before {
  border-top-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/20:before {
  border-top-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/25:before {
  border-top-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/30:before {
  border-top-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/40:before {
  border-top-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/50:before {
  border-top-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/60:before {
  border-top-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/70:before {
  border-top-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/75:before {
  border-top-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/80:before {
  border-top-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/90:before {
  border-top-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/95:before {
  border-top-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-500\/100:before {
  border-top-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/0:before {
  border-top-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/5:before {
  border-top-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/10:before {
  border-top-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/20:before {
  border-top-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/25:before {
  border-top-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/30:before {
  border-top-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/40:before {
  border-top-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/50:before {
  border-top-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/60:before {
  border-top-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/70:before {
  border-top-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/75:before {
  border-top-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/80:before {
  border-top-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/90:before {
  border-top-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/95:before {
  border-top-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:border-t-grey-blue-600\/100:before {
  border-top-color: #365b72;
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/0:before {
  border-top-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/5:before {
  border-top-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/10:before {
  border-top-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/20:before {
  border-top-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/25:before {
  border-top-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/30:before {
  border-top-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/40:before {
  border-top-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/50:before {
  border-top-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/60:before {
  border-top-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/70:before {
  border-top-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/75:before {
  border-top-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/80:before {
  border-top-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/90:before {
  border-top-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/95:before {
  border-top-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:border-t-grey-green-500\/100:before {
  border-top-color: #565e52;
  content: var(--tw-content);
}

.before\:border-t-red-500\/0:before {
  border-top-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:border-t-red-500\/5:before {
  border-top-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:border-t-red-500\/10:before {
  border-top-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:border-t-red-500\/20:before {
  border-top-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:border-t-red-500\/25:before {
  border-top-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:border-t-red-500\/30:before {
  border-top-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:border-t-red-500\/40:before {
  border-top-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:border-t-red-500\/50:before {
  border-top-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:border-t-red-500\/60:before {
  border-top-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:border-t-red-500\/70:before {
  border-top-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:border-t-red-500\/75:before {
  border-top-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:border-t-red-500\/80:before {
  border-top-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:border-t-red-500\/90:before {
  border-top-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:border-t-red-500\/95:before {
  border-top-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:border-t-red-500\/100:before {
  border-top-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-r-inherit:before {
  border-right-color: inherit;
  content: var(--tw-content);
}

.before\:border-r-current:before {
  border-right-color: currentColor;
  content: var(--tw-content);
}

.before\:border-r-transparent:before {
  border-right-color: transparent;
  content: var(--tw-content);
}

.before\:border-r-white:before {
  border-right-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-r-black:before {
  border-right-color: #000;
  content: var(--tw-content);
}

.before\:border-r-blue-100:before {
  border-right-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-r-blue-300:before {
  border-right-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-r-blue-500:before {
  border-right-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-r-blue-600:before {
  border-right-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-r-blue-700:before {
  border-right-color: #335669;
  content: var(--tw-content);
}

.before\:border-r-blue-800:before {
  border-right-color: #203642;
  content: var(--tw-content);
}

.before\:border-r-blue-900:before {
  border-right-color: #192a33;
  content: var(--tw-content);
}

.before\:border-r-grey-50:before {
  border-right-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-r-grey-100:before {
  border-right-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-r-grey-300:before {
  border-right-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-r-grey-700:before {
  border-right-color: #919191;
  content: var(--tw-content);
}

.before\:border-r-green-200:before {
  border-right-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-r-green-400:before {
  border-right-color: #51de07;
  content: var(--tw-content);
}

.before\:border-r-green-500:before {
  border-right-color: #43b806;
  content: var(--tw-content);
}

.before\:border-r-green-600:before {
  border-right-color: #308406;
  content: var(--tw-content);
}

.before\:border-r-green-700:before {
  border-right-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500:before {
  border-right-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600:before {
  border-right-color: #365b72;
  content: var(--tw-content);
}

.before\:border-r-grey-green-500:before {
  border-right-color: #565e52;
  content: var(--tw-content);
}

.before\:border-r-red-500:before {
  border-right-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-r-transparent\/0:before {
  border-right-color: transparent;
  content: var(--tw-content);
}

.before\:border-r-transparent\/5:before {
  border-right-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-r-transparent\/10:before {
  border-right-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-r-transparent\/20:before {
  border-right-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-r-transparent\/25:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-r-transparent\/30:before {
  border-right-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-r-transparent\/40:before {
  border-right-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-r-transparent\/50:before {
  border-right-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-r-transparent\/60:before {
  border-right-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-r-transparent\/70:before {
  border-right-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-r-transparent\/75:before {
  border-right-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-r-transparent\/80:before {
  border-right-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-r-transparent\/90:before {
  border-right-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-r-transparent\/95:before {
  border-right-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-r-transparent\/100:before {
  border-right-color: #000;
  content: var(--tw-content);
}

.before\:border-r-white\/0:before {
  border-right-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:border-r-white\/5:before {
  border-right-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:border-r-white\/10:before {
  border-right-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:border-r-white\/20:before {
  border-right-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:border-r-white\/25:before {
  border-right-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:border-r-white\/30:before {
  border-right-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:border-r-white\/40:before {
  border-right-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:border-r-white\/50:before {
  border-right-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:border-r-white\/60:before {
  border-right-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:border-r-white\/70:before {
  border-right-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:border-r-white\/75:before {
  border-right-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:border-r-white\/80:before {
  border-right-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:border-r-white\/90:before {
  border-right-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:border-r-white\/95:before {
  border-right-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:border-r-white\/100:before {
  border-right-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-r-black\/0:before {
  border-right-color: transparent;
  content: var(--tw-content);
}

.before\:border-r-black\/5:before {
  border-right-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-r-black\/10:before {
  border-right-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-r-black\/20:before {
  border-right-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-r-black\/25:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-r-black\/30:before {
  border-right-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-r-black\/40:before {
  border-right-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-r-black\/50:before {
  border-right-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-r-black\/60:before {
  border-right-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-r-black\/70:before {
  border-right-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-r-black\/75:before {
  border-right-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-r-black\/80:before {
  border-right-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-r-black\/90:before {
  border-right-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-r-black\/95:before {
  border-right-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-r-black\/100:before {
  border-right-color: #000;
  content: var(--tw-content);
}

.before\:border-r-blue-100\/0:before {
  border-right-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/5:before {
  border-right-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/10:before {
  border-right-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/20:before {
  border-right-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/25:before {
  border-right-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/30:before {
  border-right-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/40:before {
  border-right-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/50:before {
  border-right-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/60:before {
  border-right-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/70:before {
  border-right-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/75:before {
  border-right-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/80:before {
  border-right-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/90:before {
  border-right-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/95:before {
  border-right-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:border-r-blue-100\/100:before {
  border-right-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-r-blue-300\/0:before {
  border-right-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/5:before {
  border-right-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/10:before {
  border-right-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/20:before {
  border-right-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/25:before {
  border-right-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/30:before {
  border-right-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/40:before {
  border-right-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/50:before {
  border-right-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/60:before {
  border-right-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/70:before {
  border-right-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/75:before {
  border-right-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/80:before {
  border-right-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/90:before {
  border-right-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/95:before {
  border-right-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:border-r-blue-300\/100:before {
  border-right-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-r-blue-500\/0:before {
  border-right-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/5:before {
  border-right-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/10:before {
  border-right-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/20:before {
  border-right-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/25:before {
  border-right-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/30:before {
  border-right-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/40:before {
  border-right-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/50:before {
  border-right-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/60:before {
  border-right-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/70:before {
  border-right-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/75:before {
  border-right-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/80:before {
  border-right-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/90:before {
  border-right-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/95:before {
  border-right-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:border-r-blue-500\/100:before {
  border-right-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-r-blue-600\/0:before {
  border-right-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/5:before {
  border-right-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/10:before {
  border-right-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/20:before {
  border-right-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/25:before {
  border-right-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/30:before {
  border-right-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/40:before {
  border-right-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/50:before {
  border-right-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/60:before {
  border-right-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/70:before {
  border-right-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/75:before {
  border-right-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/80:before {
  border-right-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/90:before {
  border-right-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/95:before {
  border-right-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:border-r-blue-600\/100:before {
  border-right-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-r-blue-700\/0:before {
  border-right-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/5:before {
  border-right-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/10:before {
  border-right-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/20:before {
  border-right-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/25:before {
  border-right-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/30:before {
  border-right-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/40:before {
  border-right-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/50:before {
  border-right-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/60:before {
  border-right-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/70:before {
  border-right-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/75:before {
  border-right-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/80:before {
  border-right-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/90:before {
  border-right-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/95:before {
  border-right-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:border-r-blue-700\/100:before {
  border-right-color: #335669;
  content: var(--tw-content);
}

.before\:border-r-blue-800\/0:before {
  border-right-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/5:before {
  border-right-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/10:before {
  border-right-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/20:before {
  border-right-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/25:before {
  border-right-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/30:before {
  border-right-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/40:before {
  border-right-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/50:before {
  border-right-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/60:before {
  border-right-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/70:before {
  border-right-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/75:before {
  border-right-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/80:before {
  border-right-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/90:before {
  border-right-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/95:before {
  border-right-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:border-r-blue-800\/100:before {
  border-right-color: #203642;
  content: var(--tw-content);
}

.before\:border-r-blue-900\/0:before {
  border-right-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/5:before {
  border-right-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/10:before {
  border-right-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/20:before {
  border-right-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/25:before {
  border-right-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/30:before {
  border-right-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/40:before {
  border-right-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/50:before {
  border-right-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/60:before {
  border-right-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/70:before {
  border-right-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/75:before {
  border-right-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/80:before {
  border-right-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/90:before {
  border-right-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/95:before {
  border-right-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:border-r-blue-900\/100:before {
  border-right-color: #192a33;
  content: var(--tw-content);
}

.before\:border-r-grey-50\/0:before {
  border-right-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/5:before {
  border-right-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/10:before {
  border-right-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/20:before {
  border-right-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/25:before {
  border-right-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/30:before {
  border-right-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/40:before {
  border-right-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/50:before {
  border-right-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/60:before {
  border-right-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/70:before {
  border-right-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/75:before {
  border-right-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/80:before {
  border-right-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/90:before {
  border-right-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/95:before {
  border-right-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:border-r-grey-50\/100:before {
  border-right-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-r-grey-100\/0:before {
  border-right-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/5:before {
  border-right-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/10:before {
  border-right-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/20:before {
  border-right-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/25:before {
  border-right-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/30:before {
  border-right-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/40:before {
  border-right-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/50:before {
  border-right-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/60:before {
  border-right-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/70:before {
  border-right-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/75:before {
  border-right-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/80:before {
  border-right-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/90:before {
  border-right-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/95:before {
  border-right-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:border-r-grey-100\/100:before {
  border-right-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-r-grey-300\/0:before {
  border-right-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/5:before {
  border-right-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/10:before {
  border-right-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/20:before {
  border-right-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/25:before {
  border-right-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/30:before {
  border-right-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/40:before {
  border-right-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/50:before {
  border-right-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/60:before {
  border-right-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/70:before {
  border-right-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/75:before {
  border-right-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/80:before {
  border-right-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/90:before {
  border-right-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/95:before {
  border-right-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:border-r-grey-300\/100:before {
  border-right-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-r-grey-700\/0:before {
  border-right-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/5:before {
  border-right-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/10:before {
  border-right-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/20:before {
  border-right-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/25:before {
  border-right-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/30:before {
  border-right-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/40:before {
  border-right-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/50:before {
  border-right-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/60:before {
  border-right-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/70:before {
  border-right-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/75:before {
  border-right-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/80:before {
  border-right-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/90:before {
  border-right-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/95:before {
  border-right-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:border-r-grey-700\/100:before {
  border-right-color: #919191;
  content: var(--tw-content);
}

.before\:border-r-green-200\/0:before {
  border-right-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:border-r-green-200\/5:before {
  border-right-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:border-r-green-200\/10:before {
  border-right-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:border-r-green-200\/20:before {
  border-right-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:border-r-green-200\/25:before {
  border-right-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:border-r-green-200\/30:before {
  border-right-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:border-r-green-200\/40:before {
  border-right-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:border-r-green-200\/50:before {
  border-right-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:border-r-green-200\/60:before {
  border-right-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:border-r-green-200\/70:before {
  border-right-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:border-r-green-200\/75:before {
  border-right-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:border-r-green-200\/80:before {
  border-right-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:border-r-green-200\/90:before {
  border-right-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:border-r-green-200\/95:before {
  border-right-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:border-r-green-200\/100:before {
  border-right-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-r-green-400\/0:before {
  border-right-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:border-r-green-400\/5:before {
  border-right-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:border-r-green-400\/10:before {
  border-right-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:border-r-green-400\/20:before {
  border-right-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:border-r-green-400\/25:before {
  border-right-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:border-r-green-400\/30:before {
  border-right-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:border-r-green-400\/40:before {
  border-right-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:border-r-green-400\/50:before {
  border-right-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:border-r-green-400\/60:before {
  border-right-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:border-r-green-400\/70:before {
  border-right-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:border-r-green-400\/75:before {
  border-right-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:border-r-green-400\/80:before {
  border-right-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:border-r-green-400\/90:before {
  border-right-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:border-r-green-400\/95:before {
  border-right-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:border-r-green-400\/100:before {
  border-right-color: #51de07;
  content: var(--tw-content);
}

.before\:border-r-green-500\/0:before {
  border-right-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:border-r-green-500\/5:before {
  border-right-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-r-green-500\/10:before {
  border-right-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-r-green-500\/20:before {
  border-right-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-r-green-500\/25:before {
  border-right-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-r-green-500\/30:before {
  border-right-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-r-green-500\/40:before {
  border-right-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-r-green-500\/50:before {
  border-right-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-r-green-500\/60:before {
  border-right-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-r-green-500\/70:before {
  border-right-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-r-green-500\/75:before {
  border-right-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-r-green-500\/80:before {
  border-right-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-r-green-500\/90:before {
  border-right-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-r-green-500\/95:before {
  border-right-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-r-green-500\/100:before {
  border-right-color: #43b806;
  content: var(--tw-content);
}

.before\:border-r-green-600\/0:before {
  border-right-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:border-r-green-600\/5:before {
  border-right-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-r-green-600\/10:before {
  border-right-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-r-green-600\/20:before {
  border-right-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-r-green-600\/25:before {
  border-right-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-r-green-600\/30:before {
  border-right-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-r-green-600\/40:before {
  border-right-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-r-green-600\/50:before {
  border-right-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-r-green-600\/60:before {
  border-right-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-r-green-600\/70:before {
  border-right-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-r-green-600\/75:before {
  border-right-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-r-green-600\/80:before {
  border-right-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-r-green-600\/90:before {
  border-right-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-r-green-600\/95:before {
  border-right-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-r-green-600\/100:before {
  border-right-color: #308406;
  content: var(--tw-content);
}

.before\:border-r-green-700\/0:before {
  border-right-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:border-r-green-700\/5:before {
  border-right-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:border-r-green-700\/10:before {
  border-right-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:border-r-green-700\/20:before {
  border-right-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:border-r-green-700\/25:before {
  border-right-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:border-r-green-700\/30:before {
  border-right-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:border-r-green-700\/40:before {
  border-right-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:border-r-green-700\/50:before {
  border-right-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:border-r-green-700\/60:before {
  border-right-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:border-r-green-700\/70:before {
  border-right-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:border-r-green-700\/75:before {
  border-right-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:border-r-green-700\/80:before {
  border-right-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:border-r-green-700\/90:before {
  border-right-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:border-r-green-700\/95:before {
  border-right-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:border-r-green-700\/100:before {
  border-right-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/0:before {
  border-right-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/5:before {
  border-right-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/10:before {
  border-right-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/20:before {
  border-right-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/25:before {
  border-right-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/30:before {
  border-right-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/40:before {
  border-right-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/50:before {
  border-right-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/60:before {
  border-right-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/70:before {
  border-right-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/75:before {
  border-right-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/80:before {
  border-right-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/90:before {
  border-right-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/95:before {
  border-right-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-500\/100:before {
  border-right-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/0:before {
  border-right-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/5:before {
  border-right-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/10:before {
  border-right-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/20:before {
  border-right-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/25:before {
  border-right-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/30:before {
  border-right-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/40:before {
  border-right-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/50:before {
  border-right-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/60:before {
  border-right-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/70:before {
  border-right-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/75:before {
  border-right-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/80:before {
  border-right-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/90:before {
  border-right-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/95:before {
  border-right-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:border-r-grey-blue-600\/100:before {
  border-right-color: #365b72;
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/0:before {
  border-right-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/5:before {
  border-right-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/10:before {
  border-right-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/20:before {
  border-right-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/25:before {
  border-right-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/30:before {
  border-right-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/40:before {
  border-right-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/50:before {
  border-right-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/60:before {
  border-right-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/70:before {
  border-right-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/75:before {
  border-right-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/80:before {
  border-right-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/90:before {
  border-right-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/95:before {
  border-right-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:border-r-grey-green-500\/100:before {
  border-right-color: #565e52;
  content: var(--tw-content);
}

.before\:border-r-red-500\/0:before {
  border-right-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:border-r-red-500\/5:before {
  border-right-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:border-r-red-500\/10:before {
  border-right-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:border-r-red-500\/20:before {
  border-right-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:border-r-red-500\/25:before {
  border-right-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:border-r-red-500\/30:before {
  border-right-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:border-r-red-500\/40:before {
  border-right-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:border-r-red-500\/50:before {
  border-right-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:border-r-red-500\/60:before {
  border-right-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:border-r-red-500\/70:before {
  border-right-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:border-r-red-500\/75:before {
  border-right-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:border-r-red-500\/80:before {
  border-right-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:border-r-red-500\/90:before {
  border-right-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:border-r-red-500\/95:before {
  border-right-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:border-r-red-500\/100:before {
  border-right-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-b-inherit:before {
  border-bottom-color: inherit;
  content: var(--tw-content);
}

.before\:border-b-current:before {
  border-bottom-color: currentColor;
  content: var(--tw-content);
}

.before\:border-b-transparent:before {
  border-bottom-color: transparent;
  content: var(--tw-content);
}

.before\:border-b-white:before {
  border-bottom-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-b-black:before {
  border-bottom-color: #000;
  content: var(--tw-content);
}

.before\:border-b-blue-100:before {
  border-bottom-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-b-blue-300:before {
  border-bottom-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-b-blue-500:before {
  border-bottom-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-b-blue-600:before {
  border-bottom-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-b-blue-700:before {
  border-bottom-color: #335669;
  content: var(--tw-content);
}

.before\:border-b-blue-800:before {
  border-bottom-color: #203642;
  content: var(--tw-content);
}

.before\:border-b-blue-900:before {
  border-bottom-color: #192a33;
  content: var(--tw-content);
}

.before\:border-b-grey-50:before {
  border-bottom-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-b-grey-100:before {
  border-bottom-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-b-grey-300:before {
  border-bottom-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-b-grey-700:before {
  border-bottom-color: #919191;
  content: var(--tw-content);
}

.before\:border-b-green-200:before {
  border-bottom-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-b-green-400:before {
  border-bottom-color: #51de07;
  content: var(--tw-content);
}

.before\:border-b-green-500:before {
  border-bottom-color: #43b806;
  content: var(--tw-content);
}

.before\:border-b-green-600:before {
  border-bottom-color: #308406;
  content: var(--tw-content);
}

.before\:border-b-green-700:before {
  border-bottom-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500:before {
  border-bottom-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600:before {
  border-bottom-color: #365b72;
  content: var(--tw-content);
}

.before\:border-b-grey-green-500:before {
  border-bottom-color: #565e52;
  content: var(--tw-content);
}

.before\:border-b-red-500:before {
  border-bottom-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-b-transparent\/0:before {
  border-bottom-color: transparent;
  content: var(--tw-content);
}

.before\:border-b-transparent\/5:before {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-b-transparent\/10:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-b-transparent\/20:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-b-transparent\/25:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-b-transparent\/30:before {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-b-transparent\/40:before {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-b-transparent\/50:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-b-transparent\/60:before {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-b-transparent\/70:before {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-b-transparent\/75:before {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-b-transparent\/80:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-b-transparent\/90:before {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-b-transparent\/95:before {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-b-transparent\/100:before {
  border-bottom-color: #000;
  content: var(--tw-content);
}

.before\:border-b-white\/0:before {
  border-bottom-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:border-b-white\/5:before {
  border-bottom-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:border-b-white\/10:before {
  border-bottom-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:border-b-white\/20:before {
  border-bottom-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:border-b-white\/25:before {
  border-bottom-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:border-b-white\/30:before {
  border-bottom-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:border-b-white\/40:before {
  border-bottom-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:border-b-white\/50:before {
  border-bottom-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:border-b-white\/60:before {
  border-bottom-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:border-b-white\/70:before {
  border-bottom-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:border-b-white\/75:before {
  border-bottom-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:border-b-white\/80:before {
  border-bottom-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:border-b-white\/90:before {
  border-bottom-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:border-b-white\/95:before {
  border-bottom-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:border-b-white\/100:before {
  border-bottom-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-b-black\/0:before {
  border-bottom-color: transparent;
  content: var(--tw-content);
}

.before\:border-b-black\/5:before {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-b-black\/10:before {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-b-black\/20:before {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-b-black\/25:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-b-black\/30:before {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-b-black\/40:before {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-b-black\/50:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-b-black\/60:before {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-b-black\/70:before {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-b-black\/75:before {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-b-black\/80:before {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-b-black\/90:before {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-b-black\/95:before {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-b-black\/100:before {
  border-bottom-color: #000;
  content: var(--tw-content);
}

.before\:border-b-blue-100\/0:before {
  border-bottom-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/5:before {
  border-bottom-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/10:before {
  border-bottom-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/20:before {
  border-bottom-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/25:before {
  border-bottom-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/30:before {
  border-bottom-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/40:before {
  border-bottom-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/50:before {
  border-bottom-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/60:before {
  border-bottom-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/70:before {
  border-bottom-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/75:before {
  border-bottom-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/80:before {
  border-bottom-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/90:before {
  border-bottom-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/95:before {
  border-bottom-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:border-b-blue-100\/100:before {
  border-bottom-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-b-blue-300\/0:before {
  border-bottom-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/5:before {
  border-bottom-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/10:before {
  border-bottom-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/20:before {
  border-bottom-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/25:before {
  border-bottom-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/30:before {
  border-bottom-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/40:before {
  border-bottom-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/50:before {
  border-bottom-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/60:before {
  border-bottom-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/70:before {
  border-bottom-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/75:before {
  border-bottom-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/80:before {
  border-bottom-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/90:before {
  border-bottom-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/95:before {
  border-bottom-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:border-b-blue-300\/100:before {
  border-bottom-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-b-blue-500\/0:before {
  border-bottom-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/5:before {
  border-bottom-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/10:before {
  border-bottom-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/20:before {
  border-bottom-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/25:before {
  border-bottom-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/30:before {
  border-bottom-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/40:before {
  border-bottom-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/50:before {
  border-bottom-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/60:before {
  border-bottom-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/70:before {
  border-bottom-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/75:before {
  border-bottom-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/80:before {
  border-bottom-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/90:before {
  border-bottom-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/95:before {
  border-bottom-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:border-b-blue-500\/100:before {
  border-bottom-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-b-blue-600\/0:before {
  border-bottom-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/5:before {
  border-bottom-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/10:before {
  border-bottom-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/20:before {
  border-bottom-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/25:before {
  border-bottom-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/30:before {
  border-bottom-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/40:before {
  border-bottom-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/50:before {
  border-bottom-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/60:before {
  border-bottom-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/70:before {
  border-bottom-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/75:before {
  border-bottom-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/80:before {
  border-bottom-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/90:before {
  border-bottom-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/95:before {
  border-bottom-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:border-b-blue-600\/100:before {
  border-bottom-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-b-blue-700\/0:before {
  border-bottom-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/5:before {
  border-bottom-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/10:before {
  border-bottom-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/20:before {
  border-bottom-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/25:before {
  border-bottom-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/30:before {
  border-bottom-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/40:before {
  border-bottom-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/50:before {
  border-bottom-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/60:before {
  border-bottom-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/70:before {
  border-bottom-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/75:before {
  border-bottom-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/80:before {
  border-bottom-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/90:before {
  border-bottom-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/95:before {
  border-bottom-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:border-b-blue-700\/100:before {
  border-bottom-color: #335669;
  content: var(--tw-content);
}

.before\:border-b-blue-800\/0:before {
  border-bottom-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/5:before {
  border-bottom-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/10:before {
  border-bottom-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/20:before {
  border-bottom-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/25:before {
  border-bottom-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/30:before {
  border-bottom-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/40:before {
  border-bottom-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/50:before {
  border-bottom-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/60:before {
  border-bottom-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/70:before {
  border-bottom-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/75:before {
  border-bottom-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/80:before {
  border-bottom-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/90:before {
  border-bottom-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/95:before {
  border-bottom-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:border-b-blue-800\/100:before {
  border-bottom-color: #203642;
  content: var(--tw-content);
}

.before\:border-b-blue-900\/0:before {
  border-bottom-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/5:before {
  border-bottom-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/10:before {
  border-bottom-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/20:before {
  border-bottom-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/25:before {
  border-bottom-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/30:before {
  border-bottom-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/40:before {
  border-bottom-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/50:before {
  border-bottom-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/60:before {
  border-bottom-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/70:before {
  border-bottom-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/75:before {
  border-bottom-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/80:before {
  border-bottom-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/90:before {
  border-bottom-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/95:before {
  border-bottom-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:border-b-blue-900\/100:before {
  border-bottom-color: #192a33;
  content: var(--tw-content);
}

.before\:border-b-grey-50\/0:before {
  border-bottom-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/5:before {
  border-bottom-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/10:before {
  border-bottom-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/20:before {
  border-bottom-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/25:before {
  border-bottom-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/30:before {
  border-bottom-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/40:before {
  border-bottom-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/50:before {
  border-bottom-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/60:before {
  border-bottom-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/70:before {
  border-bottom-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/75:before {
  border-bottom-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/80:before {
  border-bottom-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/90:before {
  border-bottom-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/95:before {
  border-bottom-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:border-b-grey-50\/100:before {
  border-bottom-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-b-grey-100\/0:before {
  border-bottom-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/5:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/10:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/20:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/25:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/30:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/40:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/50:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/60:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/70:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/75:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/80:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/90:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/95:before {
  border-bottom-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:border-b-grey-100\/100:before {
  border-bottom-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-b-grey-300\/0:before {
  border-bottom-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/5:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/10:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/20:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/25:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/30:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/40:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/50:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/60:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/70:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/75:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/80:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/90:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/95:before {
  border-bottom-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:border-b-grey-300\/100:before {
  border-bottom-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-b-grey-700\/0:before {
  border-bottom-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/5:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/10:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/20:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/25:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/30:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/40:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/50:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/60:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/70:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/75:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/80:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/90:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/95:before {
  border-bottom-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:border-b-grey-700\/100:before {
  border-bottom-color: #919191;
  content: var(--tw-content);
}

.before\:border-b-green-200\/0:before {
  border-bottom-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:border-b-green-200\/5:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:border-b-green-200\/10:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:border-b-green-200\/20:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:border-b-green-200\/25:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:border-b-green-200\/30:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:border-b-green-200\/40:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:border-b-green-200\/50:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:border-b-green-200\/60:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:border-b-green-200\/70:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:border-b-green-200\/75:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:border-b-green-200\/80:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:border-b-green-200\/90:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:border-b-green-200\/95:before {
  border-bottom-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:border-b-green-200\/100:before {
  border-bottom-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-b-green-400\/0:before {
  border-bottom-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:border-b-green-400\/5:before {
  border-bottom-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:border-b-green-400\/10:before {
  border-bottom-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:border-b-green-400\/20:before {
  border-bottom-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:border-b-green-400\/25:before {
  border-bottom-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:border-b-green-400\/30:before {
  border-bottom-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:border-b-green-400\/40:before {
  border-bottom-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:border-b-green-400\/50:before {
  border-bottom-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:border-b-green-400\/60:before {
  border-bottom-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:border-b-green-400\/70:before {
  border-bottom-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:border-b-green-400\/75:before {
  border-bottom-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:border-b-green-400\/80:before {
  border-bottom-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:border-b-green-400\/90:before {
  border-bottom-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:border-b-green-400\/95:before {
  border-bottom-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:border-b-green-400\/100:before {
  border-bottom-color: #51de07;
  content: var(--tw-content);
}

.before\:border-b-green-500\/0:before {
  border-bottom-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:border-b-green-500\/5:before {
  border-bottom-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-b-green-500\/10:before {
  border-bottom-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-b-green-500\/20:before {
  border-bottom-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-b-green-500\/25:before {
  border-bottom-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-b-green-500\/30:before {
  border-bottom-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-b-green-500\/40:before {
  border-bottom-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-b-green-500\/50:before {
  border-bottom-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-b-green-500\/60:before {
  border-bottom-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-b-green-500\/70:before {
  border-bottom-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-b-green-500\/75:before {
  border-bottom-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-b-green-500\/80:before {
  border-bottom-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-b-green-500\/90:before {
  border-bottom-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-b-green-500\/95:before {
  border-bottom-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-b-green-500\/100:before {
  border-bottom-color: #43b806;
  content: var(--tw-content);
}

.before\:border-b-green-600\/0:before {
  border-bottom-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:border-b-green-600\/5:before {
  border-bottom-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-b-green-600\/10:before {
  border-bottom-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-b-green-600\/20:before {
  border-bottom-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-b-green-600\/25:before {
  border-bottom-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-b-green-600\/30:before {
  border-bottom-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-b-green-600\/40:before {
  border-bottom-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-b-green-600\/50:before {
  border-bottom-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-b-green-600\/60:before {
  border-bottom-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-b-green-600\/70:before {
  border-bottom-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-b-green-600\/75:before {
  border-bottom-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-b-green-600\/80:before {
  border-bottom-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-b-green-600\/90:before {
  border-bottom-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-b-green-600\/95:before {
  border-bottom-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-b-green-600\/100:before {
  border-bottom-color: #308406;
  content: var(--tw-content);
}

.before\:border-b-green-700\/0:before {
  border-bottom-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:border-b-green-700\/5:before {
  border-bottom-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:border-b-green-700\/10:before {
  border-bottom-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:border-b-green-700\/20:before {
  border-bottom-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:border-b-green-700\/25:before {
  border-bottom-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:border-b-green-700\/30:before {
  border-bottom-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:border-b-green-700\/40:before {
  border-bottom-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:border-b-green-700\/50:before {
  border-bottom-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:border-b-green-700\/60:before {
  border-bottom-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:border-b-green-700\/70:before {
  border-bottom-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:border-b-green-700\/75:before {
  border-bottom-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:border-b-green-700\/80:before {
  border-bottom-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:border-b-green-700\/90:before {
  border-bottom-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:border-b-green-700\/95:before {
  border-bottom-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:border-b-green-700\/100:before {
  border-bottom-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/0:before {
  border-bottom-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/5:before {
  border-bottom-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/10:before {
  border-bottom-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/20:before {
  border-bottom-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/25:before {
  border-bottom-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/30:before {
  border-bottom-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/40:before {
  border-bottom-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/50:before {
  border-bottom-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/60:before {
  border-bottom-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/70:before {
  border-bottom-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/75:before {
  border-bottom-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/80:before {
  border-bottom-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/90:before {
  border-bottom-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/95:before {
  border-bottom-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-500\/100:before {
  border-bottom-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/0:before {
  border-bottom-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/5:before {
  border-bottom-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/10:before {
  border-bottom-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/20:before {
  border-bottom-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/25:before {
  border-bottom-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/30:before {
  border-bottom-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/40:before {
  border-bottom-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/50:before {
  border-bottom-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/60:before {
  border-bottom-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/70:before {
  border-bottom-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/75:before {
  border-bottom-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/80:before {
  border-bottom-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/90:before {
  border-bottom-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/95:before {
  border-bottom-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:border-b-grey-blue-600\/100:before {
  border-bottom-color: #365b72;
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/0:before {
  border-bottom-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/5:before {
  border-bottom-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/10:before {
  border-bottom-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/20:before {
  border-bottom-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/25:before {
  border-bottom-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/30:before {
  border-bottom-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/40:before {
  border-bottom-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/50:before {
  border-bottom-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/60:before {
  border-bottom-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/70:before {
  border-bottom-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/75:before {
  border-bottom-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/80:before {
  border-bottom-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/90:before {
  border-bottom-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/95:before {
  border-bottom-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:border-b-grey-green-500\/100:before {
  border-bottom-color: #565e52;
  content: var(--tw-content);
}

.before\:border-b-red-500\/0:before {
  border-bottom-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:border-b-red-500\/5:before {
  border-bottom-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:border-b-red-500\/10:before {
  border-bottom-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:border-b-red-500\/20:before {
  border-bottom-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:border-b-red-500\/25:before {
  border-bottom-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:border-b-red-500\/30:before {
  border-bottom-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:border-b-red-500\/40:before {
  border-bottom-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:border-b-red-500\/50:before {
  border-bottom-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:border-b-red-500\/60:before {
  border-bottom-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:border-b-red-500\/70:before {
  border-bottom-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:border-b-red-500\/75:before {
  border-bottom-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:border-b-red-500\/80:before {
  border-bottom-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:border-b-red-500\/90:before {
  border-bottom-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:border-b-red-500\/95:before {
  border-bottom-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:border-b-red-500\/100:before {
  border-bottom-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-l-inherit:before {
  border-left-color: inherit;
  content: var(--tw-content);
}

.before\:border-l-current:before {
  border-left-color: currentColor;
  content: var(--tw-content);
}

.before\:border-l-transparent:before {
  border-left-color: transparent;
  content: var(--tw-content);
}

.before\:border-l-white:before {
  border-left-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-l-black:before {
  border-left-color: #000;
  content: var(--tw-content);
}

.before\:border-l-blue-100:before {
  border-left-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-l-blue-300:before {
  border-left-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-l-blue-500:before {
  border-left-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-l-blue-600:before {
  border-left-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-l-blue-700:before {
  border-left-color: #335669;
  content: var(--tw-content);
}

.before\:border-l-blue-800:before {
  border-left-color: #203642;
  content: var(--tw-content);
}

.before\:border-l-blue-900:before {
  border-left-color: #192a33;
  content: var(--tw-content);
}

.before\:border-l-grey-50:before {
  border-left-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-l-grey-100:before {
  border-left-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-l-grey-300:before {
  border-left-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-l-grey-700:before {
  border-left-color: #919191;
  content: var(--tw-content);
}

.before\:border-l-green-200:before {
  border-left-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-l-green-400:before {
  border-left-color: #51de07;
  content: var(--tw-content);
}

.before\:border-l-green-500:before {
  border-left-color: #43b806;
  content: var(--tw-content);
}

.before\:border-l-green-600:before {
  border-left-color: #308406;
  content: var(--tw-content);
}

.before\:border-l-green-700:before {
  border-left-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500:before {
  border-left-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600:before {
  border-left-color: #365b72;
  content: var(--tw-content);
}

.before\:border-l-grey-green-500:before {
  border-left-color: #565e52;
  content: var(--tw-content);
}

.before\:border-l-red-500:before {
  border-left-color: #e7083c;
  content: var(--tw-content);
}

.before\:border-l-transparent\/0:before {
  border-left-color: transparent;
  content: var(--tw-content);
}

.before\:border-l-transparent\/5:before {
  border-left-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-l-transparent\/10:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-l-transparent\/20:before {
  border-left-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-l-transparent\/25:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-l-transparent\/30:before {
  border-left-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-l-transparent\/40:before {
  border-left-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-l-transparent\/50:before {
  border-left-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-l-transparent\/60:before {
  border-left-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-l-transparent\/70:before {
  border-left-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-l-transparent\/75:before {
  border-left-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-l-transparent\/80:before {
  border-left-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-l-transparent\/90:before {
  border-left-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-l-transparent\/95:before {
  border-left-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-l-transparent\/100:before {
  border-left-color: #000;
  content: var(--tw-content);
}

.before\:border-l-white\/0:before {
  border-left-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:border-l-white\/5:before {
  border-left-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:border-l-white\/10:before {
  border-left-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:border-l-white\/20:before {
  border-left-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:border-l-white\/25:before {
  border-left-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:border-l-white\/30:before {
  border-left-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:border-l-white\/40:before {
  border-left-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:border-l-white\/50:before {
  border-left-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:border-l-white\/60:before {
  border-left-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:border-l-white\/70:before {
  border-left-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:border-l-white\/75:before {
  border-left-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:border-l-white\/80:before {
  border-left-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:border-l-white\/90:before {
  border-left-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:border-l-white\/95:before {
  border-left-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:border-l-white\/100:before {
  border-left-color: #fafcfc;
  content: var(--tw-content);
}

.before\:border-l-black\/0:before {
  border-left-color: transparent;
  content: var(--tw-content);
}

.before\:border-l-black\/5:before {
  border-left-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:border-l-black\/10:before {
  border-left-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:border-l-black\/20:before {
  border-left-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:border-l-black\/25:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:border-l-black\/30:before {
  border-left-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:border-l-black\/40:before {
  border-left-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:border-l-black\/50:before {
  border-left-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:border-l-black\/60:before {
  border-left-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:border-l-black\/70:before {
  border-left-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:border-l-black\/75:before {
  border-left-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:border-l-black\/80:before {
  border-left-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:border-l-black\/90:before {
  border-left-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:border-l-black\/95:before {
  border-left-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:border-l-black\/100:before {
  border-left-color: #000;
  content: var(--tw-content);
}

.before\:border-l-blue-100\/0:before {
  border-left-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/5:before {
  border-left-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/10:before {
  border-left-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/20:before {
  border-left-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/25:before {
  border-left-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/30:before {
  border-left-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/40:before {
  border-left-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/50:before {
  border-left-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/60:before {
  border-left-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/70:before {
  border-left-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/75:before {
  border-left-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/80:before {
  border-left-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/90:before {
  border-left-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/95:before {
  border-left-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:border-l-blue-100\/100:before {
  border-left-color: #dfedf4;
  content: var(--tw-content);
}

.before\:border-l-blue-300\/0:before {
  border-left-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/5:before {
  border-left-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/10:before {
  border-left-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/20:before {
  border-left-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/25:before {
  border-left-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/30:before {
  border-left-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/40:before {
  border-left-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/50:before {
  border-left-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/60:before {
  border-left-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/70:before {
  border-left-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/75:before {
  border-left-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/80:before {
  border-left-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/90:before {
  border-left-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/95:before {
  border-left-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:border-l-blue-300\/100:before {
  border-left-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:border-l-blue-500\/0:before {
  border-left-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/5:before {
  border-left-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/10:before {
  border-left-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/20:before {
  border-left-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/25:before {
  border-left-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/30:before {
  border-left-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/40:before {
  border-left-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/50:before {
  border-left-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/60:before {
  border-left-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/70:before {
  border-left-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/75:before {
  border-left-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/80:before {
  border-left-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/90:before {
  border-left-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/95:before {
  border-left-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:border-l-blue-500\/100:before {
  border-left-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:border-l-blue-600\/0:before {
  border-left-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/5:before {
  border-left-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/10:before {
  border-left-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/20:before {
  border-left-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/25:before {
  border-left-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/30:before {
  border-left-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/40:before {
  border-left-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/50:before {
  border-left-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/60:before {
  border-left-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/70:before {
  border-left-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/75:before {
  border-left-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/80:before {
  border-left-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/90:before {
  border-left-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/95:before {
  border-left-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:border-l-blue-600\/100:before {
  border-left-color: #6ab3db;
  content: var(--tw-content);
}

.before\:border-l-blue-700\/0:before {
  border-left-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/5:before {
  border-left-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/10:before {
  border-left-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/20:before {
  border-left-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/25:before {
  border-left-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/30:before {
  border-left-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/40:before {
  border-left-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/50:before {
  border-left-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/60:before {
  border-left-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/70:before {
  border-left-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/75:before {
  border-left-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/80:before {
  border-left-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/90:before {
  border-left-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/95:before {
  border-left-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:border-l-blue-700\/100:before {
  border-left-color: #335669;
  content: var(--tw-content);
}

.before\:border-l-blue-800\/0:before {
  border-left-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/5:before {
  border-left-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/10:before {
  border-left-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/20:before {
  border-left-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/25:before {
  border-left-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/30:before {
  border-left-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/40:before {
  border-left-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/50:before {
  border-left-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/60:before {
  border-left-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/70:before {
  border-left-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/75:before {
  border-left-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/80:before {
  border-left-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/90:before {
  border-left-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/95:before {
  border-left-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:border-l-blue-800\/100:before {
  border-left-color: #203642;
  content: var(--tw-content);
}

.before\:border-l-blue-900\/0:before {
  border-left-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/5:before {
  border-left-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/10:before {
  border-left-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/20:before {
  border-left-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/25:before {
  border-left-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/30:before {
  border-left-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/40:before {
  border-left-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/50:before {
  border-left-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/60:before {
  border-left-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/70:before {
  border-left-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/75:before {
  border-left-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/80:before {
  border-left-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/90:before {
  border-left-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/95:before {
  border-left-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:border-l-blue-900\/100:before {
  border-left-color: #192a33;
  content: var(--tw-content);
}

.before\:border-l-grey-50\/0:before {
  border-left-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/5:before {
  border-left-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/10:before {
  border-left-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/20:before {
  border-left-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/25:before {
  border-left-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/30:before {
  border-left-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/40:before {
  border-left-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/50:before {
  border-left-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/60:before {
  border-left-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/70:before {
  border-left-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/75:before {
  border-left-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/80:before {
  border-left-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/90:before {
  border-left-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/95:before {
  border-left-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:border-l-grey-50\/100:before {
  border-left-color: #eef3f5;
  content: var(--tw-content);
}

.before\:border-l-grey-100\/0:before {
  border-left-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/5:before {
  border-left-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/10:before {
  border-left-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/20:before {
  border-left-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/25:before {
  border-left-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/30:before {
  border-left-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/40:before {
  border-left-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/50:before {
  border-left-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/60:before {
  border-left-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/70:before {
  border-left-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/75:before {
  border-left-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/80:before {
  border-left-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/90:before {
  border-left-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/95:before {
  border-left-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:border-l-grey-100\/100:before {
  border-left-color: #e9ebec;
  content: var(--tw-content);
}

.before\:border-l-grey-300\/0:before {
  border-left-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/5:before {
  border-left-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/10:before {
  border-left-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/20:before {
  border-left-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/25:before {
  border-left-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/30:before {
  border-left-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/40:before {
  border-left-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/50:before {
  border-left-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/60:before {
  border-left-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/70:before {
  border-left-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/75:before {
  border-left-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/80:before {
  border-left-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/90:before {
  border-left-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/95:before {
  border-left-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:border-l-grey-300\/100:before {
  border-left-color: #d3d7da;
  content: var(--tw-content);
}

.before\:border-l-grey-700\/0:before {
  border-left-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/5:before {
  border-left-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/10:before {
  border-left-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/20:before {
  border-left-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/25:before {
  border-left-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/30:before {
  border-left-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/40:before {
  border-left-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/50:before {
  border-left-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/60:before {
  border-left-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/70:before {
  border-left-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/75:before {
  border-left-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/80:before {
  border-left-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/90:before {
  border-left-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/95:before {
  border-left-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:border-l-grey-700\/100:before {
  border-left-color: #919191;
  content: var(--tw-content);
}

.before\:border-l-green-200\/0:before {
  border-left-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:border-l-green-200\/5:before {
  border-left-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:border-l-green-200\/10:before {
  border-left-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:border-l-green-200\/20:before {
  border-left-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:border-l-green-200\/25:before {
  border-left-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:border-l-green-200\/30:before {
  border-left-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:border-l-green-200\/40:before {
  border-left-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:border-l-green-200\/50:before {
  border-left-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:border-l-green-200\/60:before {
  border-left-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:border-l-green-200\/70:before {
  border-left-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:border-l-green-200\/75:before {
  border-left-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:border-l-green-200\/80:before {
  border-left-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:border-l-green-200\/90:before {
  border-left-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:border-l-green-200\/95:before {
  border-left-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:border-l-green-200\/100:before {
  border-left-color: #d8eccd;
  content: var(--tw-content);
}

.before\:border-l-green-400\/0:before {
  border-left-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:border-l-green-400\/5:before {
  border-left-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:border-l-green-400\/10:before {
  border-left-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:border-l-green-400\/20:before {
  border-left-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:border-l-green-400\/25:before {
  border-left-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:border-l-green-400\/30:before {
  border-left-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:border-l-green-400\/40:before {
  border-left-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:border-l-green-400\/50:before {
  border-left-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:border-l-green-400\/60:before {
  border-left-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:border-l-green-400\/70:before {
  border-left-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:border-l-green-400\/75:before {
  border-left-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:border-l-green-400\/80:before {
  border-left-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:border-l-green-400\/90:before {
  border-left-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:border-l-green-400\/95:before {
  border-left-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:border-l-green-400\/100:before {
  border-left-color: #51de07;
  content: var(--tw-content);
}

.before\:border-l-green-500\/0:before {
  border-left-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:border-l-green-500\/5:before {
  border-left-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-l-green-500\/10:before {
  border-left-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-l-green-500\/20:before {
  border-left-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-l-green-500\/25:before {
  border-left-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-l-green-500\/30:before {
  border-left-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-l-green-500\/40:before {
  border-left-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-l-green-500\/50:before {
  border-left-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-l-green-500\/60:before {
  border-left-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-l-green-500\/70:before {
  border-left-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-l-green-500\/75:before {
  border-left-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-l-green-500\/80:before {
  border-left-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-l-green-500\/90:before {
  border-left-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-l-green-500\/95:before {
  border-left-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-l-green-500\/100:before {
  border-left-color: #43b806;
  content: var(--tw-content);
}

.before\:border-l-green-600\/0:before {
  border-left-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:border-l-green-600\/5:before {
  border-left-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:border-l-green-600\/10:before {
  border-left-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:border-l-green-600\/20:before {
  border-left-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:border-l-green-600\/25:before {
  border-left-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:border-l-green-600\/30:before {
  border-left-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:border-l-green-600\/40:before {
  border-left-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:border-l-green-600\/50:before {
  border-left-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:border-l-green-600\/60:before {
  border-left-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:border-l-green-600\/70:before {
  border-left-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:border-l-green-600\/75:before {
  border-left-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:border-l-green-600\/80:before {
  border-left-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:border-l-green-600\/90:before {
  border-left-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:border-l-green-600\/95:before {
  border-left-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:border-l-green-600\/100:before {
  border-left-color: #308406;
  content: var(--tw-content);
}

.before\:border-l-green-700\/0:before {
  border-left-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:border-l-green-700\/5:before {
  border-left-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:border-l-green-700\/10:before {
  border-left-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:border-l-green-700\/20:before {
  border-left-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:border-l-green-700\/25:before {
  border-left-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:border-l-green-700\/30:before {
  border-left-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:border-l-green-700\/40:before {
  border-left-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:border-l-green-700\/50:before {
  border-left-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:border-l-green-700\/60:before {
  border-left-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:border-l-green-700\/70:before {
  border-left-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:border-l-green-700\/75:before {
  border-left-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:border-l-green-700\/80:before {
  border-left-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:border-l-green-700\/90:before {
  border-left-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:border-l-green-700\/95:before {
  border-left-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:border-l-green-700\/100:before {
  border-left-color: #27ca40;
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/0:before {
  border-left-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/5:before {
  border-left-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/10:before {
  border-left-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/20:before {
  border-left-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/25:before {
  border-left-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/30:before {
  border-left-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/40:before {
  border-left-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/50:before {
  border-left-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/60:before {
  border-left-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/70:before {
  border-left-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/75:before {
  border-left-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/80:before {
  border-left-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/90:before {
  border-left-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/95:before {
  border-left-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-500\/100:before {
  border-left-color: #5f6368;
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/0:before {
  border-left-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/5:before {
  border-left-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/10:before {
  border-left-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/20:before {
  border-left-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/25:before {
  border-left-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/30:before {
  border-left-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/40:before {
  border-left-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/50:before {
  border-left-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/60:before {
  border-left-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/70:before {
  border-left-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/75:before {
  border-left-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/80:before {
  border-left-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/90:before {
  border-left-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/95:before {
  border-left-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:border-l-grey-blue-600\/100:before {
  border-left-color: #365b72;
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/0:before {
  border-left-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/5:before {
  border-left-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/10:before {
  border-left-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/20:before {
  border-left-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/25:before {
  border-left-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/30:before {
  border-left-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/40:before {
  border-left-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/50:before {
  border-left-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/60:before {
  border-left-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/70:before {
  border-left-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/75:before {
  border-left-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/80:before {
  border-left-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/90:before {
  border-left-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/95:before {
  border-left-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:border-l-grey-green-500\/100:before {
  border-left-color: #565e52;
  content: var(--tw-content);
}

.before\:border-l-red-500\/0:before {
  border-left-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:border-l-red-500\/5:before {
  border-left-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:border-l-red-500\/10:before {
  border-left-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:border-l-red-500\/20:before {
  border-left-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:border-l-red-500\/25:before {
  border-left-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:border-l-red-500\/30:before {
  border-left-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:border-l-red-500\/40:before {
  border-left-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:border-l-red-500\/50:before {
  border-left-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:border-l-red-500\/60:before {
  border-left-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:border-l-red-500\/70:before {
  border-left-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:border-l-red-500\/75:before {
  border-left-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:border-l-red-500\/80:before {
  border-left-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:border-l-red-500\/90:before {
  border-left-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:border-l-red-500\/95:before {
  border-left-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:border-l-red-500\/100:before {
  border-left-color: #e7083c;
  content: var(--tw-content);
}

.before\:bg-inherit:before {
  background-color: inherit;
  content: var(--tw-content);
}

.before\:bg-current:before {
  background-color: currentColor;
  content: var(--tw-content);
}

.before\:bg-transparent:before {
  background-color: transparent;
  content: var(--tw-content);
}

.before\:bg-white:before {
  background-color: #fafcfc;
  content: var(--tw-content);
}

.before\:bg-black:before {
  background-color: #000;
  content: var(--tw-content);
}

.before\:bg-blue-100:before {
  background-color: #dfedf4;
  content: var(--tw-content);
}

.before\:bg-blue-300:before {
  background-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:bg-blue-500:before {
  background-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:bg-blue-600:before {
  background-color: #6ab3db;
  content: var(--tw-content);
}

.before\:bg-blue-700:before {
  background-color: #335669;
  content: var(--tw-content);
}

.before\:bg-blue-800:before {
  background-color: #203642;
  content: var(--tw-content);
}

.before\:bg-blue-900:before {
  background-color: #192a33;
  content: var(--tw-content);
}

.before\:bg-grey-50:before {
  background-color: #eef3f5;
  content: var(--tw-content);
}

.before\:bg-grey-100:before {
  background-color: #e9ebec;
  content: var(--tw-content);
}

.before\:bg-grey-300:before {
  background-color: #d3d7da;
  content: var(--tw-content);
}

.before\:bg-grey-700:before {
  background-color: #919191;
  content: var(--tw-content);
}

.before\:bg-green-200:before {
  background-color: #d8eccd;
  content: var(--tw-content);
}

.before\:bg-green-400:before {
  background-color: #51de07;
  content: var(--tw-content);
}

.before\:bg-green-500:before {
  background-color: #43b806;
  content: var(--tw-content);
}

.before\:bg-green-600:before {
  background-color: #308406;
  content: var(--tw-content);
}

.before\:bg-green-700:before {
  background-color: #27ca40;
  content: var(--tw-content);
}

.before\:bg-grey-blue-500:before {
  background-color: #5f6368;
  content: var(--tw-content);
}

.before\:bg-grey-blue-600:before {
  background-color: #365b72;
  content: var(--tw-content);
}

.before\:bg-grey-green-500:before {
  background-color: #565e52;
  content: var(--tw-content);
}

.before\:bg-red-500:before {
  background-color: #e7083c;
  content: var(--tw-content);
}

.before\:bg-transparent\/0:before {
  background-color: transparent;
  content: var(--tw-content);
}

.before\:bg-transparent\/5:before {
  background-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:bg-transparent\/10:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:bg-transparent\/20:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:bg-transparent\/25:before {
  background-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:bg-transparent\/30:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:bg-transparent\/40:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:bg-transparent\/50:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:bg-transparent\/60:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:bg-transparent\/70:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:bg-transparent\/75:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:bg-transparent\/80:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:bg-transparent\/90:before {
  background-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:bg-transparent\/95:before {
  background-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:bg-transparent\/100:before {
  background-color: #000;
  content: var(--tw-content);
}

.before\:bg-white\/0:before {
  background-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:bg-white\/5:before {
  background-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:bg-white\/10:before {
  background-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:bg-white\/20:before {
  background-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:bg-white\/25:before {
  background-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:bg-white\/30:before {
  background-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:bg-white\/40:before {
  background-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:bg-white\/50:before {
  background-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:bg-white\/60:before {
  background-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:bg-white\/70:before {
  background-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:bg-white\/75:before {
  background-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:bg-white\/80:before {
  background-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:bg-white\/90:before {
  background-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:bg-white\/95:before {
  background-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:bg-white\/100:before {
  background-color: #fafcfc;
  content: var(--tw-content);
}

.before\:bg-black\/0:before {
  background-color: transparent;
  content: var(--tw-content);
}

.before\:bg-black\/5:before {
  background-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:bg-black\/10:before {
  background-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:bg-black\/20:before {
  background-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:bg-black\/25:before {
  background-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:bg-black\/30:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:bg-black\/40:before {
  background-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:bg-black\/50:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:bg-black\/60:before {
  background-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:bg-black\/70:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:bg-black\/75:before {
  background-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:bg-black\/80:before {
  background-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:bg-black\/90:before {
  background-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:bg-black\/95:before {
  background-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:bg-black\/100:before {
  background-color: #000;
  content: var(--tw-content);
}

.before\:bg-blue-100\/0:before {
  background-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:bg-blue-100\/5:before {
  background-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:bg-blue-100\/10:before {
  background-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:bg-blue-100\/20:before {
  background-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:bg-blue-100\/25:before {
  background-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:bg-blue-100\/30:before {
  background-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:bg-blue-100\/40:before {
  background-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:bg-blue-100\/50:before {
  background-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:bg-blue-100\/60:before {
  background-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:bg-blue-100\/70:before {
  background-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:bg-blue-100\/75:before {
  background-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:bg-blue-100\/80:before {
  background-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:bg-blue-100\/90:before {
  background-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:bg-blue-100\/95:before {
  background-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:bg-blue-100\/100:before {
  background-color: #dfedf4;
  content: var(--tw-content);
}

.before\:bg-blue-300\/0:before {
  background-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:bg-blue-300\/5:before {
  background-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:bg-blue-300\/10:before {
  background-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:bg-blue-300\/20:before {
  background-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:bg-blue-300\/25:before {
  background-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:bg-blue-300\/30:before {
  background-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:bg-blue-300\/40:before {
  background-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:bg-blue-300\/50:before {
  background-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:bg-blue-300\/60:before {
  background-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:bg-blue-300\/70:before {
  background-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:bg-blue-300\/75:before {
  background-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:bg-blue-300\/80:before {
  background-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:bg-blue-300\/90:before {
  background-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:bg-blue-300\/95:before {
  background-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:bg-blue-300\/100:before {
  background-color: #b4d9ed;
  content: var(--tw-content);
}

.before\:bg-blue-500\/0:before {
  background-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:bg-blue-500\/5:before {
  background-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:bg-blue-500\/10:before {
  background-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:bg-blue-500\/20:before {
  background-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:bg-blue-500\/25:before {
  background-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:bg-blue-500\/30:before {
  background-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:bg-blue-500\/40:before {
  background-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:bg-blue-500\/50:before {
  background-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:bg-blue-500\/60:before {
  background-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:bg-blue-500\/70:before {
  background-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:bg-blue-500\/75:before {
  background-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:bg-blue-500\/80:before {
  background-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:bg-blue-500\/90:before {
  background-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:bg-blue-500\/95:before {
  background-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:bg-blue-500\/100:before {
  background-color: #7cd0ff;
  content: var(--tw-content);
}

.before\:bg-blue-600\/0:before {
  background-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:bg-blue-600\/5:before {
  background-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:bg-blue-600\/10:before {
  background-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:bg-blue-600\/20:before {
  background-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:bg-blue-600\/25:before {
  background-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:bg-blue-600\/30:before {
  background-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:bg-blue-600\/40:before {
  background-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:bg-blue-600\/50:before {
  background-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:bg-blue-600\/60:before {
  background-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:bg-blue-600\/70:before {
  background-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:bg-blue-600\/75:before {
  background-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:bg-blue-600\/80:before {
  background-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:bg-blue-600\/90:before {
  background-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:bg-blue-600\/95:before {
  background-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:bg-blue-600\/100:before {
  background-color: #6ab3db;
  content: var(--tw-content);
}

.before\:bg-blue-700\/0:before {
  background-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:bg-blue-700\/5:before {
  background-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:bg-blue-700\/10:before {
  background-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:bg-blue-700\/20:before {
  background-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:bg-blue-700\/25:before {
  background-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:bg-blue-700\/30:before {
  background-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:bg-blue-700\/40:before {
  background-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:bg-blue-700\/50:before {
  background-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:bg-blue-700\/60:before {
  background-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:bg-blue-700\/70:before {
  background-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:bg-blue-700\/75:before {
  background-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:bg-blue-700\/80:before {
  background-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:bg-blue-700\/90:before {
  background-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:bg-blue-700\/95:before {
  background-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:bg-blue-700\/100:before {
  background-color: #335669;
  content: var(--tw-content);
}

.before\:bg-blue-800\/0:before {
  background-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:bg-blue-800\/5:before {
  background-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:bg-blue-800\/10:before {
  background-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:bg-blue-800\/20:before {
  background-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:bg-blue-800\/25:before {
  background-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:bg-blue-800\/30:before {
  background-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:bg-blue-800\/40:before {
  background-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:bg-blue-800\/50:before {
  background-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:bg-blue-800\/60:before {
  background-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:bg-blue-800\/70:before {
  background-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:bg-blue-800\/75:before {
  background-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:bg-blue-800\/80:before {
  background-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:bg-blue-800\/90:before {
  background-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:bg-blue-800\/95:before {
  background-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:bg-blue-800\/100:before {
  background-color: #203642;
  content: var(--tw-content);
}

.before\:bg-blue-900\/0:before {
  background-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:bg-blue-900\/5:before {
  background-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:bg-blue-900\/10:before {
  background-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:bg-blue-900\/20:before {
  background-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:bg-blue-900\/25:before {
  background-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:bg-blue-900\/30:before {
  background-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:bg-blue-900\/40:before {
  background-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:bg-blue-900\/50:before {
  background-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:bg-blue-900\/60:before {
  background-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:bg-blue-900\/70:before {
  background-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:bg-blue-900\/75:before {
  background-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:bg-blue-900\/80:before {
  background-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:bg-blue-900\/90:before {
  background-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:bg-blue-900\/95:before {
  background-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:bg-blue-900\/100:before {
  background-color: #192a33;
  content: var(--tw-content);
}

.before\:bg-grey-50\/0:before {
  background-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:bg-grey-50\/5:before {
  background-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:bg-grey-50\/10:before {
  background-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:bg-grey-50\/20:before {
  background-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:bg-grey-50\/25:before {
  background-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:bg-grey-50\/30:before {
  background-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:bg-grey-50\/40:before {
  background-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:bg-grey-50\/50:before {
  background-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:bg-grey-50\/60:before {
  background-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:bg-grey-50\/70:before {
  background-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:bg-grey-50\/75:before {
  background-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:bg-grey-50\/80:before {
  background-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:bg-grey-50\/90:before {
  background-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:bg-grey-50\/95:before {
  background-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:bg-grey-50\/100:before {
  background-color: #eef3f5;
  content: var(--tw-content);
}

.before\:bg-grey-100\/0:before {
  background-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:bg-grey-100\/5:before {
  background-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:bg-grey-100\/10:before {
  background-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:bg-grey-100\/20:before {
  background-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:bg-grey-100\/25:before {
  background-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:bg-grey-100\/30:before {
  background-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:bg-grey-100\/40:before {
  background-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:bg-grey-100\/50:before {
  background-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:bg-grey-100\/60:before {
  background-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:bg-grey-100\/70:before {
  background-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:bg-grey-100\/75:before {
  background-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:bg-grey-100\/80:before {
  background-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:bg-grey-100\/90:before {
  background-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:bg-grey-100\/95:before {
  background-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:bg-grey-100\/100:before {
  background-color: #e9ebec;
  content: var(--tw-content);
}

.before\:bg-grey-300\/0:before {
  background-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:bg-grey-300\/5:before {
  background-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:bg-grey-300\/10:before {
  background-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:bg-grey-300\/20:before {
  background-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:bg-grey-300\/25:before {
  background-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:bg-grey-300\/30:before {
  background-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:bg-grey-300\/40:before {
  background-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:bg-grey-300\/50:before {
  background-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:bg-grey-300\/60:before {
  background-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:bg-grey-300\/70:before {
  background-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:bg-grey-300\/75:before {
  background-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:bg-grey-300\/80:before {
  background-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:bg-grey-300\/90:before {
  background-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:bg-grey-300\/95:before {
  background-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:bg-grey-300\/100:before {
  background-color: #d3d7da;
  content: var(--tw-content);
}

.before\:bg-grey-700\/0:before {
  background-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:bg-grey-700\/5:before {
  background-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:bg-grey-700\/10:before {
  background-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:bg-grey-700\/20:before {
  background-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:bg-grey-700\/25:before {
  background-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:bg-grey-700\/30:before {
  background-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:bg-grey-700\/40:before {
  background-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:bg-grey-700\/50:before {
  background-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:bg-grey-700\/60:before {
  background-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:bg-grey-700\/70:before {
  background-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:bg-grey-700\/75:before {
  background-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:bg-grey-700\/80:before {
  background-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:bg-grey-700\/90:before {
  background-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:bg-grey-700\/95:before {
  background-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:bg-grey-700\/100:before {
  background-color: #919191;
  content: var(--tw-content);
}

.before\:bg-green-200\/0:before {
  background-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:bg-green-200\/5:before {
  background-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:bg-green-200\/10:before {
  background-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:bg-green-200\/20:before {
  background-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:bg-green-200\/25:before {
  background-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:bg-green-200\/30:before {
  background-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:bg-green-200\/40:before {
  background-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:bg-green-200\/50:before {
  background-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:bg-green-200\/60:before {
  background-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:bg-green-200\/70:before {
  background-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:bg-green-200\/75:before {
  background-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:bg-green-200\/80:before {
  background-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:bg-green-200\/90:before {
  background-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:bg-green-200\/95:before {
  background-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:bg-green-200\/100:before {
  background-color: #d8eccd;
  content: var(--tw-content);
}

.before\:bg-green-400\/0:before {
  background-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:bg-green-400\/5:before {
  background-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:bg-green-400\/10:before {
  background-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:bg-green-400\/20:before {
  background-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:bg-green-400\/25:before {
  background-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:bg-green-400\/30:before {
  background-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:bg-green-400\/40:before {
  background-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:bg-green-400\/50:before {
  background-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:bg-green-400\/60:before {
  background-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:bg-green-400\/70:before {
  background-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:bg-green-400\/75:before {
  background-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:bg-green-400\/80:before {
  background-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:bg-green-400\/90:before {
  background-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:bg-green-400\/95:before {
  background-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:bg-green-400\/100:before {
  background-color: #51de07;
  content: var(--tw-content);
}

.before\:bg-green-500\/0:before {
  background-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:bg-green-500\/5:before {
  background-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:bg-green-500\/10:before {
  background-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:bg-green-500\/20:before {
  background-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:bg-green-500\/25:before {
  background-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:bg-green-500\/30:before {
  background-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:bg-green-500\/40:before {
  background-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:bg-green-500\/50:before {
  background-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:bg-green-500\/60:before {
  background-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:bg-green-500\/70:before {
  background-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:bg-green-500\/75:before {
  background-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:bg-green-500\/80:before {
  background-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:bg-green-500\/90:before {
  background-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:bg-green-500\/95:before {
  background-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:bg-green-500\/100:before {
  background-color: #43b806;
  content: var(--tw-content);
}

.before\:bg-green-600\/0:before {
  background-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:bg-green-600\/5:before {
  background-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:bg-green-600\/10:before {
  background-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:bg-green-600\/20:before {
  background-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:bg-green-600\/25:before {
  background-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:bg-green-600\/30:before {
  background-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:bg-green-600\/40:before {
  background-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:bg-green-600\/50:before {
  background-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:bg-green-600\/60:before {
  background-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:bg-green-600\/70:before {
  background-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:bg-green-600\/75:before {
  background-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:bg-green-600\/80:before {
  background-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:bg-green-600\/90:before {
  background-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:bg-green-600\/95:before {
  background-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:bg-green-600\/100:before {
  background-color: #308406;
  content: var(--tw-content);
}

.before\:bg-green-700\/0:before {
  background-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:bg-green-700\/5:before {
  background-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:bg-green-700\/10:before {
  background-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:bg-green-700\/20:before {
  background-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:bg-green-700\/25:before {
  background-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:bg-green-700\/30:before {
  background-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:bg-green-700\/40:before {
  background-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:bg-green-700\/50:before {
  background-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:bg-green-700\/60:before {
  background-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:bg-green-700\/70:before {
  background-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:bg-green-700\/75:before {
  background-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:bg-green-700\/80:before {
  background-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:bg-green-700\/90:before {
  background-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:bg-green-700\/95:before {
  background-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:bg-green-700\/100:before {
  background-color: #27ca40;
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/0:before {
  background-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/5:before {
  background-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/10:before {
  background-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/20:before {
  background-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/25:before {
  background-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/30:before {
  background-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/40:before {
  background-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/50:before {
  background-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/60:before {
  background-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/70:before {
  background-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/75:before {
  background-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/80:before {
  background-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/90:before {
  background-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/95:before {
  background-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:bg-grey-blue-500\/100:before {
  background-color: #5f6368;
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/0:before {
  background-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/5:before {
  background-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/10:before {
  background-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/20:before {
  background-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/25:before {
  background-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/30:before {
  background-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/40:before {
  background-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/50:before {
  background-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/60:before {
  background-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/70:before {
  background-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/75:before {
  background-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/80:before {
  background-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/90:before {
  background-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/95:before {
  background-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:bg-grey-blue-600\/100:before {
  background-color: #365b72;
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/0:before {
  background-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/5:before {
  background-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/10:before {
  background-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/20:before {
  background-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/25:before {
  background-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/30:before {
  background-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/40:before {
  background-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/50:before {
  background-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/60:before {
  background-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/70:before {
  background-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/75:before {
  background-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/80:before {
  background-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/90:before {
  background-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/95:before {
  background-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:bg-grey-green-500\/100:before {
  background-color: #565e52;
  content: var(--tw-content);
}

.before\:bg-red-500\/0:before {
  background-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:bg-red-500\/5:before {
  background-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:bg-red-500\/10:before {
  background-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:bg-red-500\/20:before {
  background-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:bg-red-500\/25:before {
  background-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:bg-red-500\/30:before {
  background-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:bg-red-500\/40:before {
  background-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:bg-red-500\/50:before {
  background-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:bg-red-500\/60:before {
  background-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:bg-red-500\/70:before {
  background-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:bg-red-500\/75:before {
  background-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:bg-red-500\/80:before {
  background-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:bg-red-500\/90:before {
  background-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:bg-red-500\/95:before {
  background-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:bg-red-500\/100:before {
  background-color: #e7083c;
  content: var(--tw-content);
}

.before\:bg-none:before {
  background-image: none;
  content: var(--tw-content);
}

.before\:bg-gradient-to-t:before {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.before\:bg-gradient-to-tr:before {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.before\:bg-gradient-to-r:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.before\:bg-gradient-to-br:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.before\:bg-gradient-to-b:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.before\:bg-gradient-to-bl:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.before\:bg-gradient-to-l:before {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.before\:bg-gradient-to-tl:before {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.before\:bg-auto:before {
  background-size: auto;
  content: var(--tw-content);
}

.before\:bg-cover:before {
  background-size: cover;
  content: var(--tw-content);
}

.before\:bg-contain:before {
  background-size: contain;
  content: var(--tw-content);
}

.before\:bg-fixed:before {
  background-attachment: fixed;
  content: var(--tw-content);
}

.before\:bg-local:before {
  background-attachment: local;
  content: var(--tw-content);
}

.before\:bg-scroll:before {
  background-attachment: scroll;
  content: var(--tw-content);
}

.before\:bg-clip-border:before {
  background-clip: border-box;
  content: var(--tw-content);
}

.before\:bg-clip-padding:before {
  background-clip: padding-box;
  content: var(--tw-content);
}

.before\:bg-clip-content:before {
  background-clip: content-box;
  content: var(--tw-content);
}

.before\:bg-clip-text:before {
  -webkit-background-clip: text;
  background-clip: text;
  content: var(--tw-content);
}

.before\:bg-bottom:before {
  background-position: bottom;
  content: var(--tw-content);
}

.before\:bg-center:before {
  background-position: 50%;
  content: var(--tw-content);
}

.before\:bg-left:before {
  background-position: 0;
  content: var(--tw-content);
}

.before\:bg-left-bottom:before {
  background-position: 0 100%;
  content: var(--tw-content);
}

.before\:bg-left-top:before {
  background-position: 0 0;
  content: var(--tw-content);
}

.before\:bg-right:before {
  background-position: 100%;
  content: var(--tw-content);
}

.before\:bg-right-bottom:before {
  background-position: 100% 100%;
  content: var(--tw-content);
}

.before\:bg-right-top:before {
  background-position: 100% 0;
  content: var(--tw-content);
}

.before\:bg-top:before {
  background-position: top;
  content: var(--tw-content);
}

.before\:bg-repeat:before {
  background-repeat: repeat;
  content: var(--tw-content);
}

.before\:bg-no-repeat:before {
  background-repeat: no-repeat;
  content: var(--tw-content);
}

.before\:bg-repeat-x:before {
  background-repeat: repeat-x;
  content: var(--tw-content);
}

.before\:bg-repeat-y:before {
  background-repeat: repeat-y;
  content: var(--tw-content);
}

.before\:bg-repeat-round:before {
  background-repeat: round;
  content: var(--tw-content);
}

.before\:bg-repeat-space:before {
  background-repeat: space;
  content: var(--tw-content);
}

.before\:bg-origin-border:before {
  background-origin: border-box;
  content: var(--tw-content);
}

.before\:bg-origin-padding:before {
  background-origin: padding-box;
  content: var(--tw-content);
}

.before\:bg-origin-content:before {
  background-origin: content-box;
  content: var(--tw-content);
}

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

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

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

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

[dir="ltr"] .before\:text-start:before {
  text-align: left;
}

[dir="rtl"] .before\:text-start:before {
  text-align: right;
}

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

[dir="ltr"] .before\:text-end:before {
  text-align: right;
}

[dir="rtl"] .before\:text-end:before {
  text-align: left;
}

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

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

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

.before\:text-xs:before {
  content: var(--tw-content);
  font-size: 0.75rem;
  line-height: inherit;
}

.before\:text-sm:before {
  content: var(--tw-content);
  font-size: 0.875rem;
  line-height: inherit;
}

.before\:text-base:before {
  content: var(--tw-content);
  font-size: 1rem;
  line-height: inherit;
}

.before\:text-lg:before {
  content: var(--tw-content);
  font-size: 1.125rem;
  line-height: inherit;
}

.before\:text-xl:before {
  content: var(--tw-content);
  font-size: 1.25rem;
  line-height: inherit;
}

.before\:text-2xl:before {
  content: var(--tw-content);
  font-size: 1.5rem;
  line-height: inherit;
}

.before\:text-3xl:before {
  content: var(--tw-content);
  font-size: 1.875rem;
  line-height: inherit;
}

.before\:text-4xl:before {
  content: var(--tw-content);
  font-size: 2.25rem;
  line-height: inherit;
}

.before\:text-5xl:before {
  content: var(--tw-content);
  font-size: 3rem;
  line-height: inherit;
}

.before\:text-6xl:before {
  content: var(--tw-content);
  font-size: 3.75rem;
  line-height: inherit;
}

.before\:text-7xl:before {
  content: var(--tw-content);
  font-size: 4.5rem;
  line-height: inherit;
}

.before\:text-8xl:before {
  content: var(--tw-content);
  font-size: 6rem;
  line-height: inherit;
}

.before\:text-9xl:before {
  content: var(--tw-content);
  font-size: 8rem;
  line-height: inherit;
}

.before\:text-inherit:before {
  color: inherit;
  content: var(--tw-content);
}

.before\:text-current:before {
  color: currentColor;
  content: var(--tw-content);
}

.before\:text-transparent:before {
  color: transparent;
  content: var(--tw-content);
}

.before\:text-white:before {
  color: #fafcfc;
  content: var(--tw-content);
}

.before\:text-black:before {
  color: #000;
  content: var(--tw-content);
}

.before\:text-blue-100:before {
  color: #dfedf4;
  content: var(--tw-content);
}

.before\:text-blue-300:before {
  color: #b4d9ed;
  content: var(--tw-content);
}

.before\:text-blue-500:before {
  color: #7cd0ff;
  content: var(--tw-content);
}

.before\:text-blue-600:before {
  color: #6ab3db;
  content: var(--tw-content);
}

.before\:text-blue-700:before {
  color: #335669;
  content: var(--tw-content);
}

.before\:text-blue-800:before {
  color: #203642;
  content: var(--tw-content);
}

.before\:text-blue-900:before {
  color: #192a33;
  content: var(--tw-content);
}

.before\:text-grey-50:before {
  color: #eef3f5;
  content: var(--tw-content);
}

.before\:text-grey-100:before {
  color: #e9ebec;
  content: var(--tw-content);
}

.before\:text-grey-300:before {
  color: #d3d7da;
  content: var(--tw-content);
}

.before\:text-grey-700:before {
  color: #919191;
  content: var(--tw-content);
}

.before\:text-green-200:before {
  color: #d8eccd;
  content: var(--tw-content);
}

.before\:text-green-400:before {
  color: #51de07;
  content: var(--tw-content);
}

.before\:text-green-500:before {
  color: #43b806;
  content: var(--tw-content);
}

.before\:text-green-600:before {
  color: #308406;
  content: var(--tw-content);
}

.before\:text-green-700:before {
  color: #27ca40;
  content: var(--tw-content);
}

.before\:text-grey-blue-500:before {
  color: #5f6368;
  content: var(--tw-content);
}

.before\:text-grey-blue-600:before {
  color: #365b72;
  content: var(--tw-content);
}

.before\:text-grey-green-500:before {
  color: #565e52;
  content: var(--tw-content);
}

.before\:text-red-500:before {
  color: #e7083c;
  content: var(--tw-content);
}

.before\:text-transparent\/0:before {
  color: transparent;
  content: var(--tw-content);
}

.before\:text-transparent\/5:before {
  color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:text-transparent\/10:before {
  color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:text-transparent\/20:before {
  color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:text-transparent\/25:before {
  color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:text-transparent\/30:before {
  color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:text-transparent\/40:before {
  color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:text-transparent\/50:before {
  color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:text-transparent\/60:before {
  color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:text-transparent\/70:before {
  color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:text-transparent\/75:before {
  color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:text-transparent\/80:before {
  color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:text-transparent\/90:before {
  color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:text-transparent\/95:before {
  color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:text-transparent\/100:before {
  color: #000;
  content: var(--tw-content);
}

.before\:text-white\/0:before {
  color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.before\:text-white\/5:before {
  color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.before\:text-white\/10:before {
  color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.before\:text-white\/20:before {
  color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.before\:text-white\/25:before {
  color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.before\:text-white\/30:before {
  color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.before\:text-white\/40:before {
  color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.before\:text-white\/50:before {
  color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.before\:text-white\/60:before {
  color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.before\:text-white\/70:before {
  color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.before\:text-white\/75:before {
  color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.before\:text-white\/80:before {
  color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.before\:text-white\/90:before {
  color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.before\:text-white\/95:before {
  color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.before\:text-white\/100:before {
  color: #fafcfc;
  content: var(--tw-content);
}

.before\:text-black\/0:before {
  color: transparent;
  content: var(--tw-content);
}

.before\:text-black\/5:before {
  color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.before\:text-black\/10:before {
  color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.before\:text-black\/20:before {
  color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.before\:text-black\/25:before {
  color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.before\:text-black\/30:before {
  color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.before\:text-black\/40:before {
  color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.before\:text-black\/50:before {
  color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.before\:text-black\/60:before {
  color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.before\:text-black\/70:before {
  color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.before\:text-black\/75:before {
  color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.before\:text-black\/80:before {
  color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.before\:text-black\/90:before {
  color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.before\:text-black\/95:before {
  color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.before\:text-black\/100:before {
  color: #000;
  content: var(--tw-content);
}

.before\:text-blue-100\/0:before {
  color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.before\:text-blue-100\/5:before {
  color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.before\:text-blue-100\/10:before {
  color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.before\:text-blue-100\/20:before {
  color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.before\:text-blue-100\/25:before {
  color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.before\:text-blue-100\/30:before {
  color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.before\:text-blue-100\/40:before {
  color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.before\:text-blue-100\/50:before {
  color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.before\:text-blue-100\/60:before {
  color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.before\:text-blue-100\/70:before {
  color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.before\:text-blue-100\/75:before {
  color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.before\:text-blue-100\/80:before {
  color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.before\:text-blue-100\/90:before {
  color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.before\:text-blue-100\/95:before {
  color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.before\:text-blue-100\/100:before {
  color: #dfedf4;
  content: var(--tw-content);
}

.before\:text-blue-300\/0:before {
  color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.before\:text-blue-300\/5:before {
  color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.before\:text-blue-300\/10:before {
  color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.before\:text-blue-300\/20:before {
  color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.before\:text-blue-300\/25:before {
  color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.before\:text-blue-300\/30:before {
  color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.before\:text-blue-300\/40:before {
  color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.before\:text-blue-300\/50:before {
  color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.before\:text-blue-300\/60:before {
  color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.before\:text-blue-300\/70:before {
  color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.before\:text-blue-300\/75:before {
  color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.before\:text-blue-300\/80:before {
  color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.before\:text-blue-300\/90:before {
  color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.before\:text-blue-300\/95:before {
  color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.before\:text-blue-300\/100:before {
  color: #b4d9ed;
  content: var(--tw-content);
}

.before\:text-blue-500\/0:before {
  color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.before\:text-blue-500\/5:before {
  color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.before\:text-blue-500\/10:before {
  color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.before\:text-blue-500\/20:before {
  color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.before\:text-blue-500\/25:before {
  color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.before\:text-blue-500\/30:before {
  color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.before\:text-blue-500\/40:before {
  color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.before\:text-blue-500\/50:before {
  color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.before\:text-blue-500\/60:before {
  color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.before\:text-blue-500\/70:before {
  color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.before\:text-blue-500\/75:before {
  color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.before\:text-blue-500\/80:before {
  color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.before\:text-blue-500\/90:before {
  color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.before\:text-blue-500\/95:before {
  color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.before\:text-blue-500\/100:before {
  color: #7cd0ff;
  content: var(--tw-content);
}

.before\:text-blue-600\/0:before {
  color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.before\:text-blue-600\/5:before {
  color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.before\:text-blue-600\/10:before {
  color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.before\:text-blue-600\/20:before {
  color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.before\:text-blue-600\/25:before {
  color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.before\:text-blue-600\/30:before {
  color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.before\:text-blue-600\/40:before {
  color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.before\:text-blue-600\/50:before {
  color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.before\:text-blue-600\/60:before {
  color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.before\:text-blue-600\/70:before {
  color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.before\:text-blue-600\/75:before {
  color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.before\:text-blue-600\/80:before {
  color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.before\:text-blue-600\/90:before {
  color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.before\:text-blue-600\/95:before {
  color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.before\:text-blue-600\/100:before {
  color: #6ab3db;
  content: var(--tw-content);
}

.before\:text-blue-700\/0:before {
  color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.before\:text-blue-700\/5:before {
  color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.before\:text-blue-700\/10:before {
  color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.before\:text-blue-700\/20:before {
  color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.before\:text-blue-700\/25:before {
  color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.before\:text-blue-700\/30:before {
  color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.before\:text-blue-700\/40:before {
  color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.before\:text-blue-700\/50:before {
  color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.before\:text-blue-700\/60:before {
  color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.before\:text-blue-700\/70:before {
  color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.before\:text-blue-700\/75:before {
  color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.before\:text-blue-700\/80:before {
  color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.before\:text-blue-700\/90:before {
  color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.before\:text-blue-700\/95:before {
  color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.before\:text-blue-700\/100:before {
  color: #335669;
  content: var(--tw-content);
}

.before\:text-blue-800\/0:before {
  color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.before\:text-blue-800\/5:before {
  color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.before\:text-blue-800\/10:before {
  color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.before\:text-blue-800\/20:before {
  color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.before\:text-blue-800\/25:before {
  color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.before\:text-blue-800\/30:before {
  color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.before\:text-blue-800\/40:before {
  color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.before\:text-blue-800\/50:before {
  color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.before\:text-blue-800\/60:before {
  color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.before\:text-blue-800\/70:before {
  color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.before\:text-blue-800\/75:before {
  color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.before\:text-blue-800\/80:before {
  color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.before\:text-blue-800\/90:before {
  color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.before\:text-blue-800\/95:before {
  color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.before\:text-blue-800\/100:before {
  color: #203642;
  content: var(--tw-content);
}

.before\:text-blue-900\/0:before {
  color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.before\:text-blue-900\/5:before {
  color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.before\:text-blue-900\/10:before {
  color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.before\:text-blue-900\/20:before {
  color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.before\:text-blue-900\/25:before {
  color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.before\:text-blue-900\/30:before {
  color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.before\:text-blue-900\/40:before {
  color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.before\:text-blue-900\/50:before {
  color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.before\:text-blue-900\/60:before {
  color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.before\:text-blue-900\/70:before {
  color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.before\:text-blue-900\/75:before {
  color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.before\:text-blue-900\/80:before {
  color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.before\:text-blue-900\/90:before {
  color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.before\:text-blue-900\/95:before {
  color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.before\:text-blue-900\/100:before {
  color: #192a33;
  content: var(--tw-content);
}

.before\:text-grey-50\/0:before {
  color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.before\:text-grey-50\/5:before {
  color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.before\:text-grey-50\/10:before {
  color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.before\:text-grey-50\/20:before {
  color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.before\:text-grey-50\/25:before {
  color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.before\:text-grey-50\/30:before {
  color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.before\:text-grey-50\/40:before {
  color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.before\:text-grey-50\/50:before {
  color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.before\:text-grey-50\/60:before {
  color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.before\:text-grey-50\/70:before {
  color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.before\:text-grey-50\/75:before {
  color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.before\:text-grey-50\/80:before {
  color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.before\:text-grey-50\/90:before {
  color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.before\:text-grey-50\/95:before {
  color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.before\:text-grey-50\/100:before {
  color: #eef3f5;
  content: var(--tw-content);
}

.before\:text-grey-100\/0:before {
  color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.before\:text-grey-100\/5:before {
  color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.before\:text-grey-100\/10:before {
  color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.before\:text-grey-100\/20:before {
  color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.before\:text-grey-100\/25:before {
  color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.before\:text-grey-100\/30:before {
  color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.before\:text-grey-100\/40:before {
  color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.before\:text-grey-100\/50:before {
  color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.before\:text-grey-100\/60:before {
  color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.before\:text-grey-100\/70:before {
  color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.before\:text-grey-100\/75:before {
  color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.before\:text-grey-100\/80:before {
  color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.before\:text-grey-100\/90:before {
  color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.before\:text-grey-100\/95:before {
  color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.before\:text-grey-100\/100:before {
  color: #e9ebec;
  content: var(--tw-content);
}

.before\:text-grey-300\/0:before {
  color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.before\:text-grey-300\/5:before {
  color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.before\:text-grey-300\/10:before {
  color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.before\:text-grey-300\/20:before {
  color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.before\:text-grey-300\/25:before {
  color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.before\:text-grey-300\/30:before {
  color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.before\:text-grey-300\/40:before {
  color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.before\:text-grey-300\/50:before {
  color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.before\:text-grey-300\/60:before {
  color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.before\:text-grey-300\/70:before {
  color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.before\:text-grey-300\/75:before {
  color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.before\:text-grey-300\/80:before {
  color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.before\:text-grey-300\/90:before {
  color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.before\:text-grey-300\/95:before {
  color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.before\:text-grey-300\/100:before {
  color: #d3d7da;
  content: var(--tw-content);
}

.before\:text-grey-700\/0:before {
  color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.before\:text-grey-700\/5:before {
  color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.before\:text-grey-700\/10:before {
  color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.before\:text-grey-700\/20:before {
  color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.before\:text-grey-700\/25:before {
  color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.before\:text-grey-700\/30:before {
  color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.before\:text-grey-700\/40:before {
  color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.before\:text-grey-700\/50:before {
  color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.before\:text-grey-700\/60:before {
  color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.before\:text-grey-700\/70:before {
  color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.before\:text-grey-700\/75:before {
  color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.before\:text-grey-700\/80:before {
  color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.before\:text-grey-700\/90:before {
  color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.before\:text-grey-700\/95:before {
  color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.before\:text-grey-700\/100:before {
  color: #919191;
  content: var(--tw-content);
}

.before\:text-green-200\/0:before {
  color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.before\:text-green-200\/5:before {
  color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.before\:text-green-200\/10:before {
  color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.before\:text-green-200\/20:before {
  color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.before\:text-green-200\/25:before {
  color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.before\:text-green-200\/30:before {
  color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.before\:text-green-200\/40:before {
  color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.before\:text-green-200\/50:before {
  color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.before\:text-green-200\/60:before {
  color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.before\:text-green-200\/70:before {
  color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.before\:text-green-200\/75:before {
  color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.before\:text-green-200\/80:before {
  color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.before\:text-green-200\/90:before {
  color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.before\:text-green-200\/95:before {
  color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.before\:text-green-200\/100:before {
  color: #d8eccd;
  content: var(--tw-content);
}

.before\:text-green-400\/0:before {
  color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.before\:text-green-400\/5:before {
  color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.before\:text-green-400\/10:before {
  color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.before\:text-green-400\/20:before {
  color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.before\:text-green-400\/25:before {
  color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.before\:text-green-400\/30:before {
  color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.before\:text-green-400\/40:before {
  color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.before\:text-green-400\/50:before {
  color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.before\:text-green-400\/60:before {
  color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.before\:text-green-400\/70:before {
  color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.before\:text-green-400\/75:before {
  color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.before\:text-green-400\/80:before {
  color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.before\:text-green-400\/90:before {
  color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.before\:text-green-400\/95:before {
  color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.before\:text-green-400\/100:before {
  color: #51de07;
  content: var(--tw-content);
}

.before\:text-green-500\/0:before {
  color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.before\:text-green-500\/5:before {
  color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.before\:text-green-500\/10:before {
  color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.before\:text-green-500\/20:before {
  color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.before\:text-green-500\/25:before {
  color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.before\:text-green-500\/30:before {
  color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.before\:text-green-500\/40:before {
  color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.before\:text-green-500\/50:before {
  color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.before\:text-green-500\/60:before {
  color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.before\:text-green-500\/70:before {
  color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.before\:text-green-500\/75:before {
  color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.before\:text-green-500\/80:before {
  color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.before\:text-green-500\/90:before {
  color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.before\:text-green-500\/95:before {
  color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.before\:text-green-500\/100:before {
  color: #43b806;
  content: var(--tw-content);
}

.before\:text-green-600\/0:before {
  color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.before\:text-green-600\/5:before {
  color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.before\:text-green-600\/10:before {
  color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.before\:text-green-600\/20:before {
  color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.before\:text-green-600\/25:before {
  color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.before\:text-green-600\/30:before {
  color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.before\:text-green-600\/40:before {
  color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.before\:text-green-600\/50:before {
  color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.before\:text-green-600\/60:before {
  color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.before\:text-green-600\/70:before {
  color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.before\:text-green-600\/75:before {
  color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.before\:text-green-600\/80:before {
  color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.before\:text-green-600\/90:before {
  color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.before\:text-green-600\/95:before {
  color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.before\:text-green-600\/100:before {
  color: #308406;
  content: var(--tw-content);
}

.before\:text-green-700\/0:before {
  color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.before\:text-green-700\/5:before {
  color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.before\:text-green-700\/10:before {
  color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.before\:text-green-700\/20:before {
  color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.before\:text-green-700\/25:before {
  color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.before\:text-green-700\/30:before {
  color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.before\:text-green-700\/40:before {
  color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.before\:text-green-700\/50:before {
  color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.before\:text-green-700\/60:before {
  color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.before\:text-green-700\/70:before {
  color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.before\:text-green-700\/75:before {
  color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.before\:text-green-700\/80:before {
  color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.before\:text-green-700\/90:before {
  color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.before\:text-green-700\/95:before {
  color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.before\:text-green-700\/100:before {
  color: #27ca40;
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/0:before {
  color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/5:before {
  color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/10:before {
  color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/20:before {
  color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/25:before {
  color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/30:before {
  color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/40:before {
  color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/50:before {
  color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/60:before {
  color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/70:before {
  color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/75:before {
  color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/80:before {
  color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/90:before {
  color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/95:before {
  color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.before\:text-grey-blue-500\/100:before {
  color: #5f6368;
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/0:before {
  color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/5:before {
  color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/10:before {
  color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/20:before {
  color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/25:before {
  color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/30:before {
  color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/40:before {
  color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/50:before {
  color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/60:before {
  color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/70:before {
  color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/75:before {
  color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/80:before {
  color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/90:before {
  color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/95:before {
  color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.before\:text-grey-blue-600\/100:before {
  color: #365b72;
  content: var(--tw-content);
}

.before\:text-grey-green-500\/0:before {
  color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/5:before {
  color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/10:before {
  color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/20:before {
  color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/25:before {
  color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/30:before {
  color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/40:before {
  color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/50:before {
  color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/60:before {
  color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/70:before {
  color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/75:before {
  color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/80:before {
  color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/90:before {
  color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/95:before {
  color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.before\:text-grey-green-500\/100:before {
  color: #565e52;
  content: var(--tw-content);
}

.before\:text-red-500\/0:before {
  color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.before\:text-red-500\/5:before {
  color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.before\:text-red-500\/10:before {
  color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.before\:text-red-500\/20:before {
  color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.before\:text-red-500\/25:before {
  color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.before\:text-red-500\/30:before {
  color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.before\:text-red-500\/40:before {
  color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.before\:text-red-500\/50:before {
  color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.before\:text-red-500\/60:before {
  color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.before\:text-red-500\/70:before {
  color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.before\:text-red-500\/75:before {
  color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.before\:text-red-500\/80:before {
  color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.before\:text-red-500\/90:before {
  color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.before\:text-red-500\/95:before {
  color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.before\:text-red-500\/100:before {
  color: #e7083c;
  content: var(--tw-content);
}

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

.before\:bg-blend-normal:before {
  background-blend-mode: normal;
  content: var(--tw-content);
}

.before\:bg-blend-multiply:before {
  background-blend-mode: multiply;
  content: var(--tw-content);
}

.before\:bg-blend-screen:before {
  background-blend-mode: screen;
  content: var(--tw-content);
}

.before\:bg-blend-overlay:before {
  background-blend-mode: overlay;
  content: var(--tw-content);
}

.before\:bg-blend-darken:before {
  background-blend-mode: darken;
  content: var(--tw-content);
}

.before\:bg-blend-lighten:before {
  background-blend-mode: lighten;
  content: var(--tw-content);
}

.before\:bg-blend-color-dodge:before {
  background-blend-mode: color-dodge;
  content: var(--tw-content);
}

.before\:bg-blend-color-burn:before {
  background-blend-mode: color-burn;
  content: var(--tw-content);
}

.before\:bg-blend-hard-light:before {
  background-blend-mode: hard-light;
  content: var(--tw-content);
}

.before\:bg-blend-soft-light:before {
  background-blend-mode: soft-light;
  content: var(--tw-content);
}

.before\:bg-blend-difference:before {
  background-blend-mode: difference;
  content: var(--tw-content);
}

.before\:bg-blend-exclusion:before {
  background-blend-mode: exclusion;
  content: var(--tw-content);
}

.before\:bg-blend-hue:before {
  background-blend-mode: hue;
  content: var(--tw-content);
}

.before\:bg-blend-saturation:before {
  background-blend-mode: saturation;
  content: var(--tw-content);
}

.before\:bg-blend-color:before {
  background-blend-mode: color;
  content: var(--tw-content);
}

.before\:bg-blend-luminosity:before {
  background-blend-mode: luminosity;
  content: var(--tw-content);
}

.before\:shadow-sm:before {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.before\:shadow-md:before,
.before\:shadow-sm:before {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.before\:shadow-md:before {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}

.before\:shadow-lg:before {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.before\:shadow-lg:before,
.before\:shadow-xl:before {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.before\:shadow-xl:before {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
}

.before\:shadow-2xl:before {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}

.before\:shadow-2xl:before,
.before\:shadow-inner:before {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.before\:shadow-inner:before {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
}

.before\:shadow-none:before {
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
}

.before\:shadow-none:before,
.before\:shadow-top-left:before {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.before\:shadow-top-left:before {
  --tw-shadow: 0 -80px 0 0 transparent;
  --tw-shadow-colored: 0 -80px 0 0 var(--tw-shadow-color);
}

.before\:shadow-bottom-right:before {
  --tw-shadow: 0 80px 0 0 transparent;
  --tw-shadow-colored: 0 80px 0 0 var(--tw-shadow-color);
}

.before\:shadow-bottom-right:before,
.before\:shadow-solid:before {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.before\:shadow-solid:before {
  --tw-shadow: -8px 8px 0 0 transparent;
  --tw-shadow-colored: -8px 8px 0 0 var(--tw-shadow-color);
}

.before\:shadow-below:before {
  --tw-shadow: 0 4px 0 transparent;
  --tw-shadow-colored: 0 4px 0 var(--tw-shadow-color);
}

.before\:shadow-below-header:before,
.before\:shadow-below:before {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.before\:shadow-below-header:before {
  --tw-shadow: 0 10px 0 transparent;
  --tw-shadow-colored: 0 10px 0 var(--tw-shadow-color);
}

.before\:shadow-inherit:before {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-current:before {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent:before {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white:before {
  --tw-shadow-color: #fafcfc;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black:before {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100:before {
  --tw-shadow-color: #dfedf4;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300:before {
  --tw-shadow-color: #b4d9ed;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500:before {
  --tw-shadow-color: #7cd0ff;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600:before {
  --tw-shadow-color: #6ab3db;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700:before {
  --tw-shadow-color: #335669;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800:before {
  --tw-shadow-color: #203642;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900:before {
  --tw-shadow-color: #192a33;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50:before {
  --tw-shadow-color: #eef3f5;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100:before {
  --tw-shadow-color: #e9ebec;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300:before {
  --tw-shadow-color: #d3d7da;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700:before {
  --tw-shadow-color: #919191;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200:before {
  --tw-shadow-color: #d8eccd;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400:before {
  --tw-shadow-color: #51de07;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500:before {
  --tw-shadow-color: #43b806;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600:before {
  --tw-shadow-color: #308406;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700:before {
  --tw-shadow-color: #27ca40;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500:before {
  --tw-shadow-color: #5f6368;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600:before {
  --tw-shadow-color: #365b72;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500:before {
  --tw-shadow-color: #565e52;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500:before {
  --tw-shadow-color: #e7083c;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/0:before {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/5:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/10:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/20:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/25:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/30:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/40:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/50:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/60:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/70:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/75:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/80:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/90:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/95:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-transparent\/100:before {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/0:before {
  --tw-shadow-color: rgba(250, 252, 252, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/5:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/10:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/20:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/25:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/30:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/40:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/50:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/60:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/70:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/75:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/80:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/90:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/95:before {
  --tw-shadow-color: rgba(250, 252, 252, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-white\/100:before {
  --tw-shadow-color: #fafcfc;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/0:before {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/5:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/10:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/20:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/25:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/30:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/40:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/50:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/60:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/70:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/75:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/80:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/90:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/95:before {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-black\/100:before {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/0:before {
  --tw-shadow-color: rgba(223, 237, 244, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/5:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/10:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/20:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/25:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/30:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/40:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/50:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/60:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/70:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/75:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/80:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/90:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/95:before {
  --tw-shadow-color: rgba(223, 237, 244, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-100\/100:before {
  --tw-shadow-color: #dfedf4;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/0:before {
  --tw-shadow-color: rgba(180, 217, 237, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/5:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/10:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/20:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/25:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/30:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/40:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/50:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/60:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/70:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/75:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/80:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/90:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/95:before {
  --tw-shadow-color: rgba(180, 217, 237, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-300\/100:before {
  --tw-shadow-color: #b4d9ed;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/0:before {
  --tw-shadow-color: rgba(124, 208, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/5:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/10:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/20:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/25:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/30:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/40:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/50:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/60:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/70:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/75:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/80:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/90:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/95:before {
  --tw-shadow-color: rgba(124, 208, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-500\/100:before {
  --tw-shadow-color: #7cd0ff;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/0:before {
  --tw-shadow-color: rgba(106, 179, 219, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/5:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/10:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/20:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/25:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/30:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/40:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/50:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/60:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/70:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/75:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/80:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/90:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/95:before {
  --tw-shadow-color: rgba(106, 179, 219, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-600\/100:before {
  --tw-shadow-color: #6ab3db;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/0:before {
  --tw-shadow-color: rgba(51, 86, 105, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/5:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/10:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/20:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/25:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/30:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/40:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/50:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/60:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/70:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/75:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/80:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/90:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/95:before {
  --tw-shadow-color: rgba(51, 86, 105, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-700\/100:before {
  --tw-shadow-color: #335669;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/0:before {
  --tw-shadow-color: rgba(32, 54, 66, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/5:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/10:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/20:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/25:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/30:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/40:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/50:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/60:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/70:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/75:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/80:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/90:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/95:before {
  --tw-shadow-color: rgba(32, 54, 66, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-800\/100:before {
  --tw-shadow-color: #203642;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/0:before {
  --tw-shadow-color: rgba(25, 42, 51, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/5:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/10:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/20:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/25:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/30:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/40:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/50:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/60:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/70:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/75:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/80:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/90:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/95:before {
  --tw-shadow-color: rgba(25, 42, 51, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-blue-900\/100:before {
  --tw-shadow-color: #192a33;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/0:before {
  --tw-shadow-color: rgba(238, 243, 245, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/5:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/10:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/20:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/25:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/30:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/40:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/50:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/60:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/70:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/75:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/80:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/90:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/95:before {
  --tw-shadow-color: rgba(238, 243, 245, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-50\/100:before {
  --tw-shadow-color: #eef3f5;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/0:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/5:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/10:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/20:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/25:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/30:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/40:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/50:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/60:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/70:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/75:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/80:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/90:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/95:before {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-100\/100:before {
  --tw-shadow-color: #e9ebec;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/0:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/5:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/10:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/20:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/25:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/30:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/40:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/50:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/60:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/70:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/75:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/80:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/90:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/95:before {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-300\/100:before {
  --tw-shadow-color: #d3d7da;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/0:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/5:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/10:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/20:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/25:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/30:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/40:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/50:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/60:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/70:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/75:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/80:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/90:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/95:before {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-700\/100:before {
  --tw-shadow-color: #919191;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/0:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/5:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/10:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/20:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/25:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/30:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/40:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/50:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/60:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/70:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/75:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/80:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/90:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/95:before {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-200\/100:before {
  --tw-shadow-color: #d8eccd;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/0:before {
  --tw-shadow-color: rgba(81, 222, 7, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/5:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/10:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/20:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/25:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/30:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/40:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/50:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/60:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/70:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/75:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/80:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/90:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/95:before {
  --tw-shadow-color: rgba(81, 222, 7, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-400\/100:before {
  --tw-shadow-color: #51de07;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/0:before {
  --tw-shadow-color: rgba(67, 184, 6, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/5:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/10:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/20:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/25:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/30:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/40:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/50:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/60:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/70:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/75:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/80:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/90:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/95:before {
  --tw-shadow-color: rgba(67, 184, 6, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-500\/100:before {
  --tw-shadow-color: #43b806;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/0:before {
  --tw-shadow-color: rgba(48, 132, 6, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/5:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/10:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/20:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/25:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/30:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/40:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/50:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/60:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/70:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/75:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/80:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/90:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/95:before {
  --tw-shadow-color: rgba(48, 132, 6, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-600\/100:before {
  --tw-shadow-color: #308406;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/0:before {
  --tw-shadow-color: rgba(39, 202, 64, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/5:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/10:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/20:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/25:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/30:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/40:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/50:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/60:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/70:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/75:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/80:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/90:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/95:before {
  --tw-shadow-color: rgba(39, 202, 64, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-green-700\/100:before {
  --tw-shadow-color: #27ca40;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/0:before {
  --tw-shadow-color: rgba(95, 99, 104, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/5:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/10:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/20:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/25:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/30:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/40:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/50:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/60:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/70:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/75:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/80:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/90:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/95:before {
  --tw-shadow-color: rgba(95, 99, 104, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-500\/100:before {
  --tw-shadow-color: #5f6368;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/0:before {
  --tw-shadow-color: rgba(54, 91, 114, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/5:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/10:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/20:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/25:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/30:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/40:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/50:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/60:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/70:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/75:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/80:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/90:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/95:before {
  --tw-shadow-color: rgba(54, 91, 114, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-blue-600\/100:before {
  --tw-shadow-color: #365b72;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/0:before {
  --tw-shadow-color: rgba(86, 94, 82, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/5:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/10:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/20:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/25:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/30:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/40:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/50:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/60:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/70:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/75:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/80:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/90:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/95:before {
  --tw-shadow-color: rgba(86, 94, 82, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-grey-green-500\/100:before {
  --tw-shadow-color: #565e52;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/0:before {
  --tw-shadow-color: rgba(231, 8, 60, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/5:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/10:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/20:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/25:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/30:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/40:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/50:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/60:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/70:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/75:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/80:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/90:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/95:before {
  --tw-shadow-color: rgba(231, 8, 60, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:shadow-red-500\/100:before {
  --tw-shadow-color: #e7083c;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.before\:drop-shadow-sm:before {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

.before\:drop-shadow-md:before,
.before\:drop-shadow-sm:before {
  content: var(--tw-content);
  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);
}

.before\:drop-shadow-md:before {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.before\:drop-shadow-lg:before {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
    drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.before\:drop-shadow-lg:before,
.before\:drop-shadow-xl:before {
  content: var(--tw-content);
  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);
}

.before\:drop-shadow-xl:before {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03))
    drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.before\:drop-shadow-2xl:before {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.before\:drop-shadow-2xl:before,
.before\:drop-shadow-none:before {
  content: var(--tw-content);
  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);
}

.before\:drop-shadow-none:before {
  --tw-drop-shadow: drop-shadow(0 0 transparent);
}

.before\:transition-opacity:before {
  content: var(--tw-content);
  transition-duration: 0.15s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

.after\:-inset-4:after {
  bottom: -1rem;
  content: var(--tw-content);
  left: -1rem;
  right: -1rem;
  top: -1rem;
}

.after\:inset-0:after {
  bottom: 0;
  content: var(--tw-content);
  left: 0;
  right: 0;
  top: 0;
}

.after\:-inset-y-4:after {
  bottom: -1rem;
  content: var(--tw-content);
  top: -1rem;
}

.after\:right-5:after {
  content: var(--tw-content);
  right: 1.25rem;
}

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

.after\:bottom-0:after {
  bottom: 0;
  content: var(--tw-content);
}

.after\:right-0:after {
  content: var(--tw-content);
  right: 0;
}

.after\:bottom-\[80px\]:after {
  bottom: 80px;
  content: var(--tw-content);
}

.after\:z-20:after {
  content: var(--tw-content);
  z-index: 20;
}

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

.after\:aspect-square:after {
  aspect-ratio: 1/1;
  content: var(--tw-content);
}

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

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

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

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

.after\:border-collapse:after {
  border-collapse: collapse;
  content: var(--tw-content);
}

.after\:border-separate:after {
  border-collapse: separate;
  content: var(--tw-content);
}

.after\:border-spacing-0:after {
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
}

.after\:border-spacing-0:after,
.after\:border-spacing-1:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-1:after {
  --tw-border-spacing-x: 0.25rem;
  --tw-border-spacing-y: 0.25rem;
}

.after\:border-spacing-2:after {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
}

.after\:border-spacing-2:after,
.after\:border-spacing-3:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-3:after {
  --tw-border-spacing-x: 0.75rem;
  --tw-border-spacing-y: 0.75rem;
}

.after\:border-spacing-4:after {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
}

.after\:border-spacing-4:after,
.after\:border-spacing-5:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-5:after {
  --tw-border-spacing-x: 1.25rem;
  --tw-border-spacing-y: 1.25rem;
}

.after\:border-spacing-6:after {
  --tw-border-spacing-x: 1.5rem;
  --tw-border-spacing-y: 1.5rem;
}

.after\:border-spacing-6:after,
.after\:border-spacing-7:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-7:after {
  --tw-border-spacing-x: 1.75rem;
  --tw-border-spacing-y: 1.75rem;
}

.after\:border-spacing-8:after {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
}

.after\:border-spacing-8:after,
.after\:border-spacing-9:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-9:after {
  --tw-border-spacing-x: 2.25rem;
  --tw-border-spacing-y: 2.25rem;
}

.after\:border-spacing-10:after {
  --tw-border-spacing-x: 2.5rem;
  --tw-border-spacing-y: 2.5rem;
}

.after\:border-spacing-10:after,
.after\:border-spacing-11:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-11:after {
  --tw-border-spacing-x: 2.75rem;
  --tw-border-spacing-y: 2.75rem;
}

.after\:border-spacing-12:after {
  --tw-border-spacing-x: 3rem;
  --tw-border-spacing-y: 3rem;
}

.after\:border-spacing-12:after,
.after\:border-spacing-14:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-14:after {
  --tw-border-spacing-x: 3.5rem;
  --tw-border-spacing-y: 3.5rem;
}

.after\:border-spacing-16:after {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
}

.after\:border-spacing-16:after,
.after\:border-spacing-20:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-20:after {
  --tw-border-spacing-x: 5rem;
  --tw-border-spacing-y: 5rem;
}

.after\:border-spacing-24:after {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
}

.after\:border-spacing-24:after,
.after\:border-spacing-28:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-28:after {
  --tw-border-spacing-x: 7rem;
  --tw-border-spacing-y: 7rem;
}

.after\:border-spacing-32:after {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
}

.after\:border-spacing-32:after,
.after\:border-spacing-36:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-36:after {
  --tw-border-spacing-x: 9rem;
  --tw-border-spacing-y: 9rem;
}

.after\:border-spacing-40:after {
  --tw-border-spacing-x: 10rem;
  --tw-border-spacing-y: 10rem;
}

.after\:border-spacing-40:after,
.after\:border-spacing-44:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-44:after {
  --tw-border-spacing-x: 11rem;
  --tw-border-spacing-y: 11rem;
}

.after\:border-spacing-48:after {
  --tw-border-spacing-x: 12rem;
  --tw-border-spacing-y: 12rem;
}

.after\:border-spacing-48:after,
.after\:border-spacing-52:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-52:after {
  --tw-border-spacing-x: 13rem;
  --tw-border-spacing-y: 13rem;
}

.after\:border-spacing-56:after {
  --tw-border-spacing-x: 14rem;
  --tw-border-spacing-y: 14rem;
}

.after\:border-spacing-56:after,
.after\:border-spacing-60:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-60:after {
  --tw-border-spacing-x: 15rem;
  --tw-border-spacing-y: 15rem;
}

.after\:border-spacing-64:after {
  --tw-border-spacing-x: 16rem;
  --tw-border-spacing-y: 16rem;
}

.after\:border-spacing-64:after,
.after\:border-spacing-72:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-72:after {
  --tw-border-spacing-x: 18rem;
  --tw-border-spacing-y: 18rem;
}

.after\:border-spacing-80:after {
  --tw-border-spacing-x: 20rem;
  --tw-border-spacing-y: 20rem;
}

.after\:border-spacing-80:after,
.after\:border-spacing-96:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-96:after {
  --tw-border-spacing-x: 24rem;
  --tw-border-spacing-y: 24rem;
}

.after\:border-spacing-px:after {
  --tw-border-spacing-x: 1px;
  --tw-border-spacing-y: 1px;
}

.after\:border-spacing-0\.5:after,
.after\:border-spacing-px:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-0\.5:after {
  --tw-border-spacing-x: 0.125rem;
  --tw-border-spacing-y: 0.125rem;
}

.after\:border-spacing-1\.5:after {
  --tw-border-spacing-x: 0.375rem;
  --tw-border-spacing-y: 0.375rem;
}

.after\:border-spacing-1\.5:after,
.after\:border-spacing-2\.5:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-2\.5:after {
  --tw-border-spacing-x: 0.625rem;
  --tw-border-spacing-y: 0.625rem;
}

.after\:border-spacing-3\.5:after {
  --tw-border-spacing-x: 0.875rem;
  --tw-border-spacing-y: 0.875rem;
}

.after\:border-spacing-3\.5:after,
.after\:border-spacing-xs:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-xs:after {
  --tw-border-spacing-x: 1rem;
  --tw-border-spacing-y: 1rem;
}

.after\:border-spacing-sm:after {
  --tw-border-spacing-x: 2rem;
  --tw-border-spacing-y: 2rem;
}

.after\:border-spacing-md:after,
.after\:border-spacing-sm:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-md:after {
  --tw-border-spacing-x: 4rem;
  --tw-border-spacing-y: 4rem;
}

.after\:border-spacing-lg:after {
  --tw-border-spacing-x: 6rem;
  --tw-border-spacing-y: 6rem;
}

.after\:border-spacing-lg:after,
.after\:border-spacing-xl:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-xl:after {
  --tw-border-spacing-x: 8rem;
  --tw-border-spacing-y: 8rem;
}

.after\:border-spacing-x-0:after {
  --tw-border-spacing-x: 0px;
}

.after\:border-spacing-x-0:after,
.after\:border-spacing-x-1:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-1:after {
  --tw-border-spacing-x: 0.25rem;
}

.after\:border-spacing-x-2:after {
  --tw-border-spacing-x: 0.5rem;
}

.after\:border-spacing-x-2:after,
.after\:border-spacing-x-3:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-3:after {
  --tw-border-spacing-x: 0.75rem;
}

.after\:border-spacing-x-4:after {
  --tw-border-spacing-x: 1rem;
}

.after\:border-spacing-x-4:after,
.after\:border-spacing-x-5:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-5:after {
  --tw-border-spacing-x: 1.25rem;
}

.after\:border-spacing-x-6:after {
  --tw-border-spacing-x: 1.5rem;
}

.after\:border-spacing-x-6:after,
.after\:border-spacing-x-7:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-7:after {
  --tw-border-spacing-x: 1.75rem;
}

.after\:border-spacing-x-8:after {
  --tw-border-spacing-x: 2rem;
}

.after\:border-spacing-x-8:after,
.after\:border-spacing-x-9:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-9:after {
  --tw-border-spacing-x: 2.25rem;
}

.after\:border-spacing-x-10:after {
  --tw-border-spacing-x: 2.5rem;
}

.after\:border-spacing-x-10:after,
.after\:border-spacing-x-11:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-11:after {
  --tw-border-spacing-x: 2.75rem;
}

.after\:border-spacing-x-12:after {
  --tw-border-spacing-x: 3rem;
}

.after\:border-spacing-x-12:after,
.after\:border-spacing-x-14:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-14:after {
  --tw-border-spacing-x: 3.5rem;
}

.after\:border-spacing-x-16:after {
  --tw-border-spacing-x: 4rem;
}

.after\:border-spacing-x-16:after,
.after\:border-spacing-x-20:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-20:after {
  --tw-border-spacing-x: 5rem;
}

.after\:border-spacing-x-24:after {
  --tw-border-spacing-x: 6rem;
}

.after\:border-spacing-x-24:after,
.after\:border-spacing-x-28:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-28:after {
  --tw-border-spacing-x: 7rem;
}

.after\:border-spacing-x-32:after {
  --tw-border-spacing-x: 8rem;
}

.after\:border-spacing-x-32:after,
.after\:border-spacing-x-36:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-36:after {
  --tw-border-spacing-x: 9rem;
}

.after\:border-spacing-x-40:after {
  --tw-border-spacing-x: 10rem;
}

.after\:border-spacing-x-40:after,
.after\:border-spacing-x-44:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-44:after {
  --tw-border-spacing-x: 11rem;
}

.after\:border-spacing-x-48:after {
  --tw-border-spacing-x: 12rem;
}

.after\:border-spacing-x-48:after,
.after\:border-spacing-x-52:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-52:after {
  --tw-border-spacing-x: 13rem;
}

.after\:border-spacing-x-56:after {
  --tw-border-spacing-x: 14rem;
}

.after\:border-spacing-x-56:after,
.after\:border-spacing-x-60:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-60:after {
  --tw-border-spacing-x: 15rem;
}

.after\:border-spacing-x-64:after {
  --tw-border-spacing-x: 16rem;
}

.after\:border-spacing-x-64:after,
.after\:border-spacing-x-72:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-72:after {
  --tw-border-spacing-x: 18rem;
}

.after\:border-spacing-x-80:after {
  --tw-border-spacing-x: 20rem;
}

.after\:border-spacing-x-80:after,
.after\:border-spacing-x-96:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-96:after {
  --tw-border-spacing-x: 24rem;
}

.after\:border-spacing-x-px:after {
  --tw-border-spacing-x: 1px;
}

.after\:border-spacing-x-0\.5:after,
.after\:border-spacing-x-px:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-0\.5:after {
  --tw-border-spacing-x: 0.125rem;
}

.after\:border-spacing-x-1\.5:after {
  --tw-border-spacing-x: 0.375rem;
}

.after\:border-spacing-x-1\.5:after,
.after\:border-spacing-x-2\.5:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-2\.5:after {
  --tw-border-spacing-x: 0.625rem;
}

.after\:border-spacing-x-3\.5:after {
  --tw-border-spacing-x: 0.875rem;
}

.after\:border-spacing-x-3\.5:after,
.after\:border-spacing-x-xs:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-xs:after {
  --tw-border-spacing-x: 1rem;
}

.after\:border-spacing-x-sm:after {
  --tw-border-spacing-x: 2rem;
}

.after\:border-spacing-x-md:after,
.after\:border-spacing-x-sm:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-md:after {
  --tw-border-spacing-x: 4rem;
}

.after\:border-spacing-x-lg:after {
  --tw-border-spacing-x: 6rem;
}

.after\:border-spacing-x-lg:after,
.after\:border-spacing-x-xl:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-x-xl:after {
  --tw-border-spacing-x: 8rem;
}

.after\:border-spacing-y-0:after {
  --tw-border-spacing-y: 0px;
}

.after\:border-spacing-y-0:after,
.after\:border-spacing-y-1:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-1:after {
  --tw-border-spacing-y: 0.25rem;
}

.after\:border-spacing-y-2:after {
  --tw-border-spacing-y: 0.5rem;
}

.after\:border-spacing-y-2:after,
.after\:border-spacing-y-3:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-3:after {
  --tw-border-spacing-y: 0.75rem;
}

.after\:border-spacing-y-4:after {
  --tw-border-spacing-y: 1rem;
}

.after\:border-spacing-y-4:after,
.after\:border-spacing-y-5:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-5:after {
  --tw-border-spacing-y: 1.25rem;
}

.after\:border-spacing-y-6:after {
  --tw-border-spacing-y: 1.5rem;
}

.after\:border-spacing-y-6:after,
.after\:border-spacing-y-7:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-7:after {
  --tw-border-spacing-y: 1.75rem;
}

.after\:border-spacing-y-8:after {
  --tw-border-spacing-y: 2rem;
}

.after\:border-spacing-y-8:after,
.after\:border-spacing-y-9:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-9:after {
  --tw-border-spacing-y: 2.25rem;
}

.after\:border-spacing-y-10:after {
  --tw-border-spacing-y: 2.5rem;
}

.after\:border-spacing-y-10:after,
.after\:border-spacing-y-11:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-11:after {
  --tw-border-spacing-y: 2.75rem;
}

.after\:border-spacing-y-12:after {
  --tw-border-spacing-y: 3rem;
}

.after\:border-spacing-y-12:after,
.after\:border-spacing-y-14:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-14:after {
  --tw-border-spacing-y: 3.5rem;
}

.after\:border-spacing-y-16:after {
  --tw-border-spacing-y: 4rem;
}

.after\:border-spacing-y-16:after,
.after\:border-spacing-y-20:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-20:after {
  --tw-border-spacing-y: 5rem;
}

.after\:border-spacing-y-24:after {
  --tw-border-spacing-y: 6rem;
}

.after\:border-spacing-y-24:after,
.after\:border-spacing-y-28:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-28:after {
  --tw-border-spacing-y: 7rem;
}

.after\:border-spacing-y-32:after {
  --tw-border-spacing-y: 8rem;
}

.after\:border-spacing-y-32:after,
.after\:border-spacing-y-36:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-36:after {
  --tw-border-spacing-y: 9rem;
}

.after\:border-spacing-y-40:after {
  --tw-border-spacing-y: 10rem;
}

.after\:border-spacing-y-40:after,
.after\:border-spacing-y-44:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-44:after {
  --tw-border-spacing-y: 11rem;
}

.after\:border-spacing-y-48:after {
  --tw-border-spacing-y: 12rem;
}

.after\:border-spacing-y-48:after,
.after\:border-spacing-y-52:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-52:after {
  --tw-border-spacing-y: 13rem;
}

.after\:border-spacing-y-56:after {
  --tw-border-spacing-y: 14rem;
}

.after\:border-spacing-y-56:after,
.after\:border-spacing-y-60:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-60:after {
  --tw-border-spacing-y: 15rem;
}

.after\:border-spacing-y-64:after {
  --tw-border-spacing-y: 16rem;
}

.after\:border-spacing-y-64:after,
.after\:border-spacing-y-72:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-72:after {
  --tw-border-spacing-y: 18rem;
}

.after\:border-spacing-y-80:after {
  --tw-border-spacing-y: 20rem;
}

.after\:border-spacing-y-80:after,
.after\:border-spacing-y-96:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-96:after {
  --tw-border-spacing-y: 24rem;
}

.after\:border-spacing-y-px:after {
  --tw-border-spacing-y: 1px;
}

.after\:border-spacing-y-0\.5:after,
.after\:border-spacing-y-px:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-0\.5:after {
  --tw-border-spacing-y: 0.125rem;
}

.after\:border-spacing-y-1\.5:after {
  --tw-border-spacing-y: 0.375rem;
}

.after\:border-spacing-y-1\.5:after,
.after\:border-spacing-y-2\.5:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-2\.5:after {
  --tw-border-spacing-y: 0.625rem;
}

.after\:border-spacing-y-3\.5:after {
  --tw-border-spacing-y: 0.875rem;
}

.after\:border-spacing-y-3\.5:after,
.after\:border-spacing-y-xs:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-xs:after {
  --tw-border-spacing-y: 1rem;
}

.after\:border-spacing-y-sm:after {
  --tw-border-spacing-y: 2rem;
}

.after\:border-spacing-y-md:after,
.after\:border-spacing-y-sm:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-md:after {
  --tw-border-spacing-y: 4rem;
}

.after\:border-spacing-y-lg:after {
  --tw-border-spacing-y: 6rem;
}

.after\:border-spacing-y-lg:after,
.after\:border-spacing-y-xl:after {
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  content: var(--tw-content);
}

.after\:border-spacing-y-xl:after {
  --tw-border-spacing-y: 8rem;
}

.after\:cursor-context-menu:after {
  content: var(--tw-content);
  cursor: context-menu;
}

.after\:text-ellipsis:after {
  content: var(--tw-content);
  text-overflow: ellipsis;
}

.after\:text-clip:after {
  content: var(--tw-content);
  text-overflow: clip;
}

.after\:rounded-full:after {
  border-radius: 9999px;
  content: var(--tw-content);
}

.after\:rounded-br-\[80px\]:after {
  border-bottom-right-radius: 80px;
  content: var(--tw-content);
}

.after\:border-0:after {
  border-width: 0;
  content: var(--tw-content);
}

.after\:border-2:after {
  border-width: 2px;
  content: var(--tw-content);
}

.after\:border-4:after {
  border-width: 4px;
  content: var(--tw-content);
}

.after\:border-8:after {
  border-width: 8px;
  content: var(--tw-content);
}

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

.after\:border-x-0:after {
  border-left-width: 0;
  border-right-width: 0;
  content: var(--tw-content);
}

.after\:border-x-2:after {
  border-left-width: 2px;
  border-right-width: 2px;
  content: var(--tw-content);
}

.after\:border-x-4:after {
  border-left-width: 4px;
  border-right-width: 4px;
  content: var(--tw-content);
}

.after\:border-x-8:after {
  border-left-width: 8px;
  border-right-width: 8px;
  content: var(--tw-content);
}

.after\:border-x:after {
  border-left-width: 1px;
  border-right-width: 1px;
  content: var(--tw-content);
}

.after\:border-y-0:after {
  border-bottom-width: 0;
  border-top-width: 0;
  content: var(--tw-content);
}

.after\:border-y-2:after {
  border-bottom-width: 2px;
  border-top-width: 2px;
  content: var(--tw-content);
}

.after\:border-y-4:after {
  border-bottom-width: 4px;
  border-top-width: 4px;
  content: var(--tw-content);
}

.after\:border-y-8:after {
  border-bottom-width: 8px;
  border-top-width: 8px;
  content: var(--tw-content);
}

.after\:border-y:after {
  border-bottom-width: 1px;
  border-top-width: 1px;
  content: var(--tw-content);
}

.after\:border-t-0:after {
  border-top-width: 0;
  content: var(--tw-content);
}

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

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

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

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

.after\:border-r-0:after {
  border-right-width: 0;
  content: var(--tw-content);
}

.after\:border-r-2:after {
  border-right-width: 2px;
  content: var(--tw-content);
}

.after\:border-r-4:after {
  border-right-width: 4px;
  content: var(--tw-content);
}

.after\:border-r-8:after {
  border-right-width: 8px;
  content: var(--tw-content);
}

.after\:border-r:after {
  border-right-width: 1px;
  content: var(--tw-content);
}

.after\:border-b-0:after {
  border-bottom-width: 0;
  content: var(--tw-content);
}

.after\:border-b-2:after {
  border-bottom-width: 2px;
  content: var(--tw-content);
}

.after\:border-b-4:after {
  border-bottom-width: 4px;
  content: var(--tw-content);
}

.after\:border-b-8:after {
  border-bottom-width: 8px;
  content: var(--tw-content);
}

.after\:border-b:after {
  border-bottom-width: 1px;
  content: var(--tw-content);
}

.after\:border-l-0:after {
  border-left-width: 0;
  content: var(--tw-content);
}

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

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

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

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

.after\:border-solid:after {
  border-style: solid;
  content: var(--tw-content);
}

.after\:border-dashed:after {
  border-style: dashed;
  content: var(--tw-content);
}

.after\:border-dotted:after {
  border-style: dotted;
  content: var(--tw-content);
}

.after\:border-double:after {
  border-style: double;
  content: var(--tw-content);
}

.after\:border-hidden:after {
  border-style: hidden;
  content: var(--tw-content);
}

.after\:border-none:after {
  border-style: none;
  content: var(--tw-content);
}

.after\:border-inherit:after {
  border-color: inherit;
  content: var(--tw-content);
}

.after\:border-current:after {
  border-color: currentColor;
  content: var(--tw-content);
}

.after\:border-transparent:after {
  border-color: transparent;
  content: var(--tw-content);
}

.after\:border-white:after {
  border-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-black:after {
  border-color: #000;
  content: var(--tw-content);
}

.after\:border-blue-100:after {
  border-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-blue-300:after {
  border-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-blue-500:after {
  border-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-blue-600:after {
  border-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-blue-700:after {
  border-color: #335669;
  content: var(--tw-content);
}

.after\:border-blue-800:after {
  border-color: #203642;
  content: var(--tw-content);
}

.after\:border-blue-900:after {
  border-color: #192a33;
  content: var(--tw-content);
}

.after\:border-grey-50:after {
  border-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-grey-100:after {
  border-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-grey-300:after {
  border-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-grey-700:after {
  border-color: #919191;
  content: var(--tw-content);
}

.after\:border-green-200:after {
  border-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-green-400:after {
  border-color: #51de07;
  content: var(--tw-content);
}

.after\:border-green-500:after {
  border-color: #43b806;
  content: var(--tw-content);
}

.after\:border-green-600:after {
  border-color: #308406;
  content: var(--tw-content);
}

.after\:border-green-700:after {
  border-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-grey-blue-500:after {
  border-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-grey-blue-600:after {
  border-color: #365b72;
  content: var(--tw-content);
}

.after\:border-grey-green-500:after {
  border-color: #565e52;
  content: var(--tw-content);
}

.after\:border-red-500:after {
  border-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-transparent\/0:after {
  border-color: transparent;
  content: var(--tw-content);
}

.after\:border-transparent\/5:after {
  border-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-transparent\/10:after {
  border-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-transparent\/20:after {
  border-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-transparent\/25:after {
  border-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-transparent\/30:after {
  border-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-transparent\/40:after {
  border-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-transparent\/50:after {
  border-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-transparent\/60:after {
  border-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-transparent\/70:after {
  border-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-transparent\/75:after {
  border-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-transparent\/80:after {
  border-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-transparent\/90:after {
  border-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-transparent\/95:after {
  border-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-transparent\/100:after {
  border-color: #000;
  content: var(--tw-content);
}

.after\:border-white\/0:after {
  border-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:border-white\/5:after {
  border-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:border-white\/10:after {
  border-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:border-white\/20:after {
  border-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:border-white\/25:after {
  border-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:border-white\/30:after {
  border-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:border-white\/40:after {
  border-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:border-white\/50:after {
  border-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:border-white\/60:after {
  border-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:border-white\/70:after {
  border-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:border-white\/75:after {
  border-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:border-white\/80:after {
  border-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:border-white\/90:after {
  border-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:border-white\/95:after {
  border-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:border-white\/100:after {
  border-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-black\/0:after {
  border-color: transparent;
  content: var(--tw-content);
}

.after\:border-black\/5:after {
  border-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-black\/10:after {
  border-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-black\/20:after {
  border-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-black\/25:after {
  border-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-black\/30:after {
  border-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-black\/40:after {
  border-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-black\/50:after {
  border-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-black\/60:after {
  border-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-black\/70:after {
  border-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-black\/75:after {
  border-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-black\/80:after {
  border-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-black\/90:after {
  border-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-black\/95:after {
  border-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-black\/100:after {
  border-color: #000;
  content: var(--tw-content);
}

.after\:border-blue-100\/0:after {
  border-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:border-blue-100\/5:after {
  border-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:border-blue-100\/10:after {
  border-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:border-blue-100\/20:after {
  border-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:border-blue-100\/25:after {
  border-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:border-blue-100\/30:after {
  border-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:border-blue-100\/40:after {
  border-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:border-blue-100\/50:after {
  border-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:border-blue-100\/60:after {
  border-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:border-blue-100\/70:after {
  border-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:border-blue-100\/75:after {
  border-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:border-blue-100\/80:after {
  border-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:border-blue-100\/90:after {
  border-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:border-blue-100\/95:after {
  border-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:border-blue-100\/100:after {
  border-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-blue-300\/0:after {
  border-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:border-blue-300\/5:after {
  border-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:border-blue-300\/10:after {
  border-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:border-blue-300\/20:after {
  border-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:border-blue-300\/25:after {
  border-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:border-blue-300\/30:after {
  border-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:border-blue-300\/40:after {
  border-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:border-blue-300\/50:after {
  border-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:border-blue-300\/60:after {
  border-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:border-blue-300\/70:after {
  border-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:border-blue-300\/75:after {
  border-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:border-blue-300\/80:after {
  border-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:border-blue-300\/90:after {
  border-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:border-blue-300\/95:after {
  border-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:border-blue-300\/100:after {
  border-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-blue-500\/0:after {
  border-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:border-blue-500\/5:after {
  border-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:border-blue-500\/10:after {
  border-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:border-blue-500\/20:after {
  border-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:border-blue-500\/25:after {
  border-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:border-blue-500\/30:after {
  border-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:border-blue-500\/40:after {
  border-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:border-blue-500\/50:after {
  border-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:border-blue-500\/60:after {
  border-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:border-blue-500\/70:after {
  border-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:border-blue-500\/75:after {
  border-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:border-blue-500\/80:after {
  border-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:border-blue-500\/90:after {
  border-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:border-blue-500\/95:after {
  border-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:border-blue-500\/100:after {
  border-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-blue-600\/0:after {
  border-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:border-blue-600\/5:after {
  border-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:border-blue-600\/10:after {
  border-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:border-blue-600\/20:after {
  border-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:border-blue-600\/25:after {
  border-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:border-blue-600\/30:after {
  border-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:border-blue-600\/40:after {
  border-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:border-blue-600\/50:after {
  border-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:border-blue-600\/60:after {
  border-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:border-blue-600\/70:after {
  border-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:border-blue-600\/75:after {
  border-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:border-blue-600\/80:after {
  border-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:border-blue-600\/90:after {
  border-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:border-blue-600\/95:after {
  border-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:border-blue-600\/100:after {
  border-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-blue-700\/0:after {
  border-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:border-blue-700\/5:after {
  border-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:border-blue-700\/10:after {
  border-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:border-blue-700\/20:after {
  border-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:border-blue-700\/25:after {
  border-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:border-blue-700\/30:after {
  border-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:border-blue-700\/40:after {
  border-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:border-blue-700\/50:after {
  border-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:border-blue-700\/60:after {
  border-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:border-blue-700\/70:after {
  border-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:border-blue-700\/75:after {
  border-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:border-blue-700\/80:after {
  border-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:border-blue-700\/90:after {
  border-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:border-blue-700\/95:after {
  border-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:border-blue-700\/100:after {
  border-color: #335669;
  content: var(--tw-content);
}

.after\:border-blue-800\/0:after {
  border-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:border-blue-800\/5:after {
  border-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:border-blue-800\/10:after {
  border-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:border-blue-800\/20:after {
  border-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:border-blue-800\/25:after {
  border-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:border-blue-800\/30:after {
  border-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:border-blue-800\/40:after {
  border-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:border-blue-800\/50:after {
  border-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:border-blue-800\/60:after {
  border-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:border-blue-800\/70:after {
  border-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:border-blue-800\/75:after {
  border-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:border-blue-800\/80:after {
  border-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:border-blue-800\/90:after {
  border-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:border-blue-800\/95:after {
  border-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:border-blue-800\/100:after {
  border-color: #203642;
  content: var(--tw-content);
}

.after\:border-blue-900\/0:after {
  border-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:border-blue-900\/5:after {
  border-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:border-blue-900\/10:after {
  border-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:border-blue-900\/20:after {
  border-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:border-blue-900\/25:after {
  border-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:border-blue-900\/30:after {
  border-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:border-blue-900\/40:after {
  border-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:border-blue-900\/50:after {
  border-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:border-blue-900\/60:after {
  border-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:border-blue-900\/70:after {
  border-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:border-blue-900\/75:after {
  border-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:border-blue-900\/80:after {
  border-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:border-blue-900\/90:after {
  border-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:border-blue-900\/95:after {
  border-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:border-blue-900\/100:after {
  border-color: #192a33;
  content: var(--tw-content);
}

.after\:border-grey-50\/0:after {
  border-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:border-grey-50\/5:after {
  border-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:border-grey-50\/10:after {
  border-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:border-grey-50\/20:after {
  border-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:border-grey-50\/25:after {
  border-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:border-grey-50\/30:after {
  border-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:border-grey-50\/40:after {
  border-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:border-grey-50\/50:after {
  border-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:border-grey-50\/60:after {
  border-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:border-grey-50\/70:after {
  border-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:border-grey-50\/75:after {
  border-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:border-grey-50\/80:after {
  border-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:border-grey-50\/90:after {
  border-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:border-grey-50\/95:after {
  border-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:border-grey-50\/100:after {
  border-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-grey-100\/0:after {
  border-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:border-grey-100\/5:after {
  border-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:border-grey-100\/10:after {
  border-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:border-grey-100\/20:after {
  border-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:border-grey-100\/25:after {
  border-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:border-grey-100\/30:after {
  border-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:border-grey-100\/40:after {
  border-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:border-grey-100\/50:after {
  border-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:border-grey-100\/60:after {
  border-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:border-grey-100\/70:after {
  border-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:border-grey-100\/75:after {
  border-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:border-grey-100\/80:after {
  border-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:border-grey-100\/90:after {
  border-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:border-grey-100\/95:after {
  border-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:border-grey-100\/100:after {
  border-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-grey-300\/0:after {
  border-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:border-grey-300\/5:after {
  border-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:border-grey-300\/10:after {
  border-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:border-grey-300\/20:after {
  border-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:border-grey-300\/25:after {
  border-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:border-grey-300\/30:after {
  border-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:border-grey-300\/40:after {
  border-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:border-grey-300\/50:after {
  border-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:border-grey-300\/60:after {
  border-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:border-grey-300\/70:after {
  border-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:border-grey-300\/75:after {
  border-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:border-grey-300\/80:after {
  border-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:border-grey-300\/90:after {
  border-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:border-grey-300\/95:after {
  border-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:border-grey-300\/100:after {
  border-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-grey-700\/0:after {
  border-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:border-grey-700\/5:after {
  border-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:border-grey-700\/10:after {
  border-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:border-grey-700\/20:after {
  border-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:border-grey-700\/25:after {
  border-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:border-grey-700\/30:after {
  border-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:border-grey-700\/40:after {
  border-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:border-grey-700\/50:after {
  border-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:border-grey-700\/60:after {
  border-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:border-grey-700\/70:after {
  border-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:border-grey-700\/75:after {
  border-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:border-grey-700\/80:after {
  border-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:border-grey-700\/90:after {
  border-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:border-grey-700\/95:after {
  border-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:border-grey-700\/100:after {
  border-color: #919191;
  content: var(--tw-content);
}

.after\:border-green-200\/0:after {
  border-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:border-green-200\/5:after {
  border-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:border-green-200\/10:after {
  border-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:border-green-200\/20:after {
  border-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:border-green-200\/25:after {
  border-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:border-green-200\/30:after {
  border-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:border-green-200\/40:after {
  border-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:border-green-200\/50:after {
  border-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:border-green-200\/60:after {
  border-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:border-green-200\/70:after {
  border-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:border-green-200\/75:after {
  border-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:border-green-200\/80:after {
  border-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:border-green-200\/90:after {
  border-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:border-green-200\/95:after {
  border-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:border-green-200\/100:after {
  border-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-green-400\/0:after {
  border-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:border-green-400\/5:after {
  border-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:border-green-400\/10:after {
  border-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:border-green-400\/20:after {
  border-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:border-green-400\/25:after {
  border-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:border-green-400\/30:after {
  border-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:border-green-400\/40:after {
  border-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:border-green-400\/50:after {
  border-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:border-green-400\/60:after {
  border-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:border-green-400\/70:after {
  border-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:border-green-400\/75:after {
  border-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:border-green-400\/80:after {
  border-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:border-green-400\/90:after {
  border-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:border-green-400\/95:after {
  border-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:border-green-400\/100:after {
  border-color: #51de07;
  content: var(--tw-content);
}

.after\:border-green-500\/0:after {
  border-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:border-green-500\/5:after {
  border-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-green-500\/10:after {
  border-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-green-500\/20:after {
  border-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-green-500\/25:after {
  border-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-green-500\/30:after {
  border-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-green-500\/40:after {
  border-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-green-500\/50:after {
  border-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-green-500\/60:after {
  border-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-green-500\/70:after {
  border-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-green-500\/75:after {
  border-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-green-500\/80:after {
  border-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-green-500\/90:after {
  border-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-green-500\/95:after {
  border-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-green-500\/100:after {
  border-color: #43b806;
  content: var(--tw-content);
}

.after\:border-green-600\/0:after {
  border-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:border-green-600\/5:after {
  border-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-green-600\/10:after {
  border-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-green-600\/20:after {
  border-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-green-600\/25:after {
  border-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-green-600\/30:after {
  border-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-green-600\/40:after {
  border-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-green-600\/50:after {
  border-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-green-600\/60:after {
  border-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-green-600\/70:after {
  border-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-green-600\/75:after {
  border-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-green-600\/80:after {
  border-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-green-600\/90:after {
  border-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-green-600\/95:after {
  border-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-green-600\/100:after {
  border-color: #308406;
  content: var(--tw-content);
}

.after\:border-green-700\/0:after {
  border-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:border-green-700\/5:after {
  border-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:border-green-700\/10:after {
  border-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:border-green-700\/20:after {
  border-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:border-green-700\/25:after {
  border-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:border-green-700\/30:after {
  border-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:border-green-700\/40:after {
  border-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:border-green-700\/50:after {
  border-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:border-green-700\/60:after {
  border-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:border-green-700\/70:after {
  border-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:border-green-700\/75:after {
  border-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:border-green-700\/80:after {
  border-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:border-green-700\/90:after {
  border-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:border-green-700\/95:after {
  border-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:border-green-700\/100:after {
  border-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/0:after {
  border-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/5:after {
  border-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/10:after {
  border-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/20:after {
  border-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/25:after {
  border-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/30:after {
  border-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/40:after {
  border-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/50:after {
  border-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/60:after {
  border-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/70:after {
  border-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/75:after {
  border-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/80:after {
  border-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/90:after {
  border-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/95:after {
  border-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:border-grey-blue-500\/100:after {
  border-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/0:after {
  border-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/5:after {
  border-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/10:after {
  border-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/20:after {
  border-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/25:after {
  border-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/30:after {
  border-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/40:after {
  border-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/50:after {
  border-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/60:after {
  border-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/70:after {
  border-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/75:after {
  border-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/80:after {
  border-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/90:after {
  border-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/95:after {
  border-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:border-grey-blue-600\/100:after {
  border-color: #365b72;
  content: var(--tw-content);
}

.after\:border-grey-green-500\/0:after {
  border-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/5:after {
  border-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/10:after {
  border-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/20:after {
  border-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/25:after {
  border-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/30:after {
  border-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/40:after {
  border-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/50:after {
  border-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/60:after {
  border-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/70:after {
  border-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/75:after {
  border-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/80:after {
  border-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/90:after {
  border-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/95:after {
  border-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:border-grey-green-500\/100:after {
  border-color: #565e52;
  content: var(--tw-content);
}

.after\:border-red-500\/0:after {
  border-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:border-red-500\/5:after {
  border-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:border-red-500\/10:after {
  border-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:border-red-500\/20:after {
  border-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:border-red-500\/25:after {
  border-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:border-red-500\/30:after {
  border-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:border-red-500\/40:after {
  border-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:border-red-500\/50:after {
  border-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:border-red-500\/60:after {
  border-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:border-red-500\/70:after {
  border-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:border-red-500\/75:after {
  border-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:border-red-500\/80:after {
  border-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:border-red-500\/90:after {
  border-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:border-red-500\/95:after {
  border-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:border-red-500\/100:after {
  border-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-x-inherit:after {
  border-left-color: inherit;
  border-right-color: inherit;
  content: var(--tw-content);
}

.after\:border-x-current:after {
  border-left-color: currentColor;
  border-right-color: currentColor;
  content: var(--tw-content);
}

.after\:border-x-transparent:after {
  border-left-color: transparent;
  border-right-color: transparent;
  content: var(--tw-content);
}

.after\:border-x-white:after {
  border-left-color: #fafcfc;
  border-right-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-x-black:after {
  border-left-color: #000;
  border-right-color: #000;
  content: var(--tw-content);
}

.after\:border-x-blue-100:after {
  border-left-color: #dfedf4;
  border-right-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-x-blue-300:after {
  border-left-color: #b4d9ed;
  border-right-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-x-blue-500:after {
  border-left-color: #7cd0ff;
  border-right-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-x-blue-600:after {
  border-left-color: #6ab3db;
  border-right-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-x-blue-700:after {
  border-left-color: #335669;
  border-right-color: #335669;
  content: var(--tw-content);
}

.after\:border-x-blue-800:after {
  border-left-color: #203642;
  border-right-color: #203642;
  content: var(--tw-content);
}

.after\:border-x-blue-900:after {
  border-left-color: #192a33;
  border-right-color: #192a33;
  content: var(--tw-content);
}

.after\:border-x-grey-50:after {
  border-left-color: #eef3f5;
  border-right-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-x-grey-100:after {
  border-left-color: #e9ebec;
  border-right-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-x-grey-300:after {
  border-left-color: #d3d7da;
  border-right-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-x-grey-700:after {
  border-left-color: #919191;
  border-right-color: #919191;
  content: var(--tw-content);
}

.after\:border-x-green-200:after {
  border-left-color: #d8eccd;
  border-right-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-x-green-400:after {
  border-left-color: #51de07;
  border-right-color: #51de07;
  content: var(--tw-content);
}

.after\:border-x-green-500:after {
  border-left-color: #43b806;
  border-right-color: #43b806;
  content: var(--tw-content);
}

.after\:border-x-green-600:after {
  border-left-color: #308406;
  border-right-color: #308406;
  content: var(--tw-content);
}

.after\:border-x-green-700:after {
  border-left-color: #27ca40;
  border-right-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500:after {
  border-left-color: #5f6368;
  border-right-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600:after {
  border-left-color: #365b72;
  border-right-color: #365b72;
  content: var(--tw-content);
}

.after\:border-x-grey-green-500:after {
  border-left-color: #565e52;
  border-right-color: #565e52;
  content: var(--tw-content);
}

.after\:border-x-red-500:after {
  border-left-color: #e7083c;
  border-right-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-x-transparent\/0:after {
  border-left-color: transparent;
  border-right-color: transparent;
  content: var(--tw-content);
}

.after\:border-x-transparent\/5:after {
  border-left-color: rgba(0, 0, 0, 0.05);
  border-right-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-x-transparent\/10:after {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-x-transparent\/20:after {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-x-transparent\/25:after {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-x-transparent\/30:after {
  border-left-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-x-transparent\/40:after {
  border-left-color: rgba(0, 0, 0, 0.4);
  border-right-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-x-transparent\/50:after {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-x-transparent\/60:after {
  border-left-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-x-transparent\/70:after {
  border-left-color: rgba(0, 0, 0, 0.7);
  border-right-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-x-transparent\/75:after {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-right-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-x-transparent\/80:after {
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-x-transparent\/90:after {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-right-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-x-transparent\/95:after {
  border-left-color: rgba(0, 0, 0, 0.95);
  border-right-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-x-transparent\/100:after {
  border-left-color: #000;
  border-right-color: #000;
  content: var(--tw-content);
}

.after\:border-x-white\/0:after {
  border-left-color: rgba(250, 252, 252, 0);
  border-right-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:border-x-white\/5:after {
  border-left-color: rgba(250, 252, 252, 0.05);
  border-right-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:border-x-white\/10:after {
  border-left-color: rgba(250, 252, 252, 0.1);
  border-right-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:border-x-white\/20:after {
  border-left-color: rgba(250, 252, 252, 0.2);
  border-right-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:border-x-white\/25:after {
  border-left-color: rgba(250, 252, 252, 0.25);
  border-right-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:border-x-white\/30:after {
  border-left-color: rgba(250, 252, 252, 0.3);
  border-right-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:border-x-white\/40:after {
  border-left-color: rgba(250, 252, 252, 0.4);
  border-right-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:border-x-white\/50:after {
  border-left-color: rgba(250, 252, 252, 0.5);
  border-right-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:border-x-white\/60:after {
  border-left-color: rgba(250, 252, 252, 0.6);
  border-right-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:border-x-white\/70:after {
  border-left-color: rgba(250, 252, 252, 0.7);
  border-right-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:border-x-white\/75:after {
  border-left-color: rgba(250, 252, 252, 0.75);
  border-right-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:border-x-white\/80:after {
  border-left-color: rgba(250, 252, 252, 0.8);
  border-right-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:border-x-white\/90:after {
  border-left-color: rgba(250, 252, 252, 0.9);
  border-right-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:border-x-white\/95:after {
  border-left-color: rgba(250, 252, 252, 0.95);
  border-right-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:border-x-white\/100:after {
  border-left-color: #fafcfc;
  border-right-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-x-black\/0:after {
  border-left-color: transparent;
  border-right-color: transparent;
  content: var(--tw-content);
}

.after\:border-x-black\/5:after {
  border-left-color: rgba(0, 0, 0, 0.05);
  border-right-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-x-black\/10:after {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-x-black\/20:after {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-x-black\/25:after {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-x-black\/30:after {
  border-left-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-x-black\/40:after {
  border-left-color: rgba(0, 0, 0, 0.4);
  border-right-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-x-black\/50:after {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-x-black\/60:after {
  border-left-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-x-black\/70:after {
  border-left-color: rgba(0, 0, 0, 0.7);
  border-right-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-x-black\/75:after {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-right-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-x-black\/80:after {
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-x-black\/90:after {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-right-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-x-black\/95:after {
  border-left-color: rgba(0, 0, 0, 0.95);
  border-right-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-x-black\/100:after {
  border-left-color: #000;
  border-right-color: #000;
  content: var(--tw-content);
}

.after\:border-x-blue-100\/0:after {
  border-left-color: rgba(223, 237, 244, 0);
  border-right-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/5:after {
  border-left-color: rgba(223, 237, 244, 0.05);
  border-right-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/10:after {
  border-left-color: rgba(223, 237, 244, 0.1);
  border-right-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/20:after {
  border-left-color: rgba(223, 237, 244, 0.2);
  border-right-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/25:after {
  border-left-color: rgba(223, 237, 244, 0.25);
  border-right-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/30:after {
  border-left-color: rgba(223, 237, 244, 0.3);
  border-right-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/40:after {
  border-left-color: rgba(223, 237, 244, 0.4);
  border-right-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/50:after {
  border-left-color: rgba(223, 237, 244, 0.5);
  border-right-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/60:after {
  border-left-color: rgba(223, 237, 244, 0.6);
  border-right-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/70:after {
  border-left-color: rgba(223, 237, 244, 0.7);
  border-right-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/75:after {
  border-left-color: rgba(223, 237, 244, 0.75);
  border-right-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/80:after {
  border-left-color: rgba(223, 237, 244, 0.8);
  border-right-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/90:after {
  border-left-color: rgba(223, 237, 244, 0.9);
  border-right-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/95:after {
  border-left-color: rgba(223, 237, 244, 0.95);
  border-right-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:border-x-blue-100\/100:after {
  border-left-color: #dfedf4;
  border-right-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-x-blue-300\/0:after {
  border-left-color: rgba(180, 217, 237, 0);
  border-right-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/5:after {
  border-left-color: rgba(180, 217, 237, 0.05);
  border-right-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/10:after {
  border-left-color: rgba(180, 217, 237, 0.1);
  border-right-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/20:after {
  border-left-color: rgba(180, 217, 237, 0.2);
  border-right-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/25:after {
  border-left-color: rgba(180, 217, 237, 0.25);
  border-right-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/30:after {
  border-left-color: rgba(180, 217, 237, 0.3);
  border-right-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/40:after {
  border-left-color: rgba(180, 217, 237, 0.4);
  border-right-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/50:after {
  border-left-color: rgba(180, 217, 237, 0.5);
  border-right-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/60:after {
  border-left-color: rgba(180, 217, 237, 0.6);
  border-right-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/70:after {
  border-left-color: rgba(180, 217, 237, 0.7);
  border-right-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/75:after {
  border-left-color: rgba(180, 217, 237, 0.75);
  border-right-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/80:after {
  border-left-color: rgba(180, 217, 237, 0.8);
  border-right-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/90:after {
  border-left-color: rgba(180, 217, 237, 0.9);
  border-right-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/95:after {
  border-left-color: rgba(180, 217, 237, 0.95);
  border-right-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:border-x-blue-300\/100:after {
  border-left-color: #b4d9ed;
  border-right-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-x-blue-500\/0:after {
  border-left-color: rgba(124, 208, 255, 0);
  border-right-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/5:after {
  border-left-color: rgba(124, 208, 255, 0.05);
  border-right-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/10:after {
  border-left-color: rgba(124, 208, 255, 0.1);
  border-right-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/20:after {
  border-left-color: rgba(124, 208, 255, 0.2);
  border-right-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/25:after {
  border-left-color: rgba(124, 208, 255, 0.25);
  border-right-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/30:after {
  border-left-color: rgba(124, 208, 255, 0.3);
  border-right-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/40:after {
  border-left-color: rgba(124, 208, 255, 0.4);
  border-right-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/50:after {
  border-left-color: rgba(124, 208, 255, 0.5);
  border-right-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/60:after {
  border-left-color: rgba(124, 208, 255, 0.6);
  border-right-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/70:after {
  border-left-color: rgba(124, 208, 255, 0.7);
  border-right-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/75:after {
  border-left-color: rgba(124, 208, 255, 0.75);
  border-right-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/80:after {
  border-left-color: rgba(124, 208, 255, 0.8);
  border-right-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/90:after {
  border-left-color: rgba(124, 208, 255, 0.9);
  border-right-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/95:after {
  border-left-color: rgba(124, 208, 255, 0.95);
  border-right-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:border-x-blue-500\/100:after {
  border-left-color: #7cd0ff;
  border-right-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-x-blue-600\/0:after {
  border-left-color: rgba(106, 179, 219, 0);
  border-right-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/5:after {
  border-left-color: rgba(106, 179, 219, 0.05);
  border-right-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/10:after {
  border-left-color: rgba(106, 179, 219, 0.1);
  border-right-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/20:after {
  border-left-color: rgba(106, 179, 219, 0.2);
  border-right-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/25:after {
  border-left-color: rgba(106, 179, 219, 0.25);
  border-right-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/30:after {
  border-left-color: rgba(106, 179, 219, 0.3);
  border-right-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/40:after {
  border-left-color: rgba(106, 179, 219, 0.4);
  border-right-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/50:after {
  border-left-color: rgba(106, 179, 219, 0.5);
  border-right-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/60:after {
  border-left-color: rgba(106, 179, 219, 0.6);
  border-right-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/70:after {
  border-left-color: rgba(106, 179, 219, 0.7);
  border-right-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/75:after {
  border-left-color: rgba(106, 179, 219, 0.75);
  border-right-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/80:after {
  border-left-color: rgba(106, 179, 219, 0.8);
  border-right-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/90:after {
  border-left-color: rgba(106, 179, 219, 0.9);
  border-right-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/95:after {
  border-left-color: rgba(106, 179, 219, 0.95);
  border-right-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:border-x-blue-600\/100:after {
  border-left-color: #6ab3db;
  border-right-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-x-blue-700\/0:after {
  border-left-color: rgba(51, 86, 105, 0);
  border-right-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/5:after {
  border-left-color: rgba(51, 86, 105, 0.05);
  border-right-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/10:after {
  border-left-color: rgba(51, 86, 105, 0.1);
  border-right-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/20:after {
  border-left-color: rgba(51, 86, 105, 0.2);
  border-right-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/25:after {
  border-left-color: rgba(51, 86, 105, 0.25);
  border-right-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/30:after {
  border-left-color: rgba(51, 86, 105, 0.3);
  border-right-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/40:after {
  border-left-color: rgba(51, 86, 105, 0.4);
  border-right-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/50:after {
  border-left-color: rgba(51, 86, 105, 0.5);
  border-right-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/60:after {
  border-left-color: rgba(51, 86, 105, 0.6);
  border-right-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/70:after {
  border-left-color: rgba(51, 86, 105, 0.7);
  border-right-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/75:after {
  border-left-color: rgba(51, 86, 105, 0.75);
  border-right-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/80:after {
  border-left-color: rgba(51, 86, 105, 0.8);
  border-right-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/90:after {
  border-left-color: rgba(51, 86, 105, 0.9);
  border-right-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/95:after {
  border-left-color: rgba(51, 86, 105, 0.95);
  border-right-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:border-x-blue-700\/100:after {
  border-left-color: #335669;
  border-right-color: #335669;
  content: var(--tw-content);
}

.after\:border-x-blue-800\/0:after {
  border-left-color: rgba(32, 54, 66, 0);
  border-right-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/5:after {
  border-left-color: rgba(32, 54, 66, 0.05);
  border-right-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/10:after {
  border-left-color: rgba(32, 54, 66, 0.1);
  border-right-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/20:after {
  border-left-color: rgba(32, 54, 66, 0.2);
  border-right-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/25:after {
  border-left-color: rgba(32, 54, 66, 0.25);
  border-right-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/30:after {
  border-left-color: rgba(32, 54, 66, 0.3);
  border-right-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/40:after {
  border-left-color: rgba(32, 54, 66, 0.4);
  border-right-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/50:after {
  border-left-color: rgba(32, 54, 66, 0.5);
  border-right-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/60:after {
  border-left-color: rgba(32, 54, 66, 0.6);
  border-right-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/70:after {
  border-left-color: rgba(32, 54, 66, 0.7);
  border-right-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/75:after {
  border-left-color: rgba(32, 54, 66, 0.75);
  border-right-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/80:after {
  border-left-color: rgba(32, 54, 66, 0.8);
  border-right-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/90:after {
  border-left-color: rgba(32, 54, 66, 0.9);
  border-right-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/95:after {
  border-left-color: rgba(32, 54, 66, 0.95);
  border-right-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:border-x-blue-800\/100:after {
  border-left-color: #203642;
  border-right-color: #203642;
  content: var(--tw-content);
}

.after\:border-x-blue-900\/0:after {
  border-left-color: rgba(25, 42, 51, 0);
  border-right-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/5:after {
  border-left-color: rgba(25, 42, 51, 0.05);
  border-right-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/10:after {
  border-left-color: rgba(25, 42, 51, 0.1);
  border-right-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/20:after {
  border-left-color: rgba(25, 42, 51, 0.2);
  border-right-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/25:after {
  border-left-color: rgba(25, 42, 51, 0.25);
  border-right-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/30:after {
  border-left-color: rgba(25, 42, 51, 0.3);
  border-right-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/40:after {
  border-left-color: rgba(25, 42, 51, 0.4);
  border-right-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/50:after {
  border-left-color: rgba(25, 42, 51, 0.5);
  border-right-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/60:after {
  border-left-color: rgba(25, 42, 51, 0.6);
  border-right-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/70:after {
  border-left-color: rgba(25, 42, 51, 0.7);
  border-right-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/75:after {
  border-left-color: rgba(25, 42, 51, 0.75);
  border-right-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/80:after {
  border-left-color: rgba(25, 42, 51, 0.8);
  border-right-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/90:after {
  border-left-color: rgba(25, 42, 51, 0.9);
  border-right-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/95:after {
  border-left-color: rgba(25, 42, 51, 0.95);
  border-right-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:border-x-blue-900\/100:after {
  border-left-color: #192a33;
  border-right-color: #192a33;
  content: var(--tw-content);
}

.after\:border-x-grey-50\/0:after {
  border-left-color: rgba(238, 243, 245, 0);
  border-right-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/5:after {
  border-left-color: rgba(238, 243, 245, 0.05);
  border-right-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/10:after {
  border-left-color: rgba(238, 243, 245, 0.1);
  border-right-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/20:after {
  border-left-color: rgba(238, 243, 245, 0.2);
  border-right-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/25:after {
  border-left-color: rgba(238, 243, 245, 0.25);
  border-right-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/30:after {
  border-left-color: rgba(238, 243, 245, 0.3);
  border-right-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/40:after {
  border-left-color: rgba(238, 243, 245, 0.4);
  border-right-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/50:after {
  border-left-color: rgba(238, 243, 245, 0.5);
  border-right-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/60:after {
  border-left-color: rgba(238, 243, 245, 0.6);
  border-right-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/70:after {
  border-left-color: rgba(238, 243, 245, 0.7);
  border-right-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/75:after {
  border-left-color: rgba(238, 243, 245, 0.75);
  border-right-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/80:after {
  border-left-color: rgba(238, 243, 245, 0.8);
  border-right-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/90:after {
  border-left-color: rgba(238, 243, 245, 0.9);
  border-right-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/95:after {
  border-left-color: rgba(238, 243, 245, 0.95);
  border-right-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:border-x-grey-50\/100:after {
  border-left-color: #eef3f5;
  border-right-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-x-grey-100\/0:after {
  border-left-color: hsla(200, 7%, 92%, 0);
  border-right-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/5:after {
  border-left-color: hsla(200, 7%, 92%, 0.05);
  border-right-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/10:after {
  border-left-color: hsla(200, 7%, 92%, 0.1);
  border-right-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/20:after {
  border-left-color: hsla(200, 7%, 92%, 0.2);
  border-right-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/25:after {
  border-left-color: hsla(200, 7%, 92%, 0.25);
  border-right-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/30:after {
  border-left-color: hsla(200, 7%, 92%, 0.3);
  border-right-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/40:after {
  border-left-color: hsla(200, 7%, 92%, 0.4);
  border-right-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/50:after {
  border-left-color: hsla(200, 7%, 92%, 0.5);
  border-right-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/60:after {
  border-left-color: hsla(200, 7%, 92%, 0.6);
  border-right-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/70:after {
  border-left-color: hsla(200, 7%, 92%, 0.7);
  border-right-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/75:after {
  border-left-color: hsla(200, 7%, 92%, 0.75);
  border-right-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/80:after {
  border-left-color: hsla(200, 7%, 92%, 0.8);
  border-right-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/90:after {
  border-left-color: hsla(200, 7%, 92%, 0.9);
  border-right-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/95:after {
  border-left-color: hsla(200, 7%, 92%, 0.95);
  border-right-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:border-x-grey-100\/100:after {
  border-left-color: #e9ebec;
  border-right-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-x-grey-300\/0:after {
  border-left-color: hsla(206, 9%, 84%, 0);
  border-right-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/5:after {
  border-left-color: hsla(206, 9%, 84%, 0.05);
  border-right-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/10:after {
  border-left-color: hsla(206, 9%, 84%, 0.1);
  border-right-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/20:after {
  border-left-color: hsla(206, 9%, 84%, 0.2);
  border-right-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/25:after {
  border-left-color: hsla(206, 9%, 84%, 0.25);
  border-right-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/30:after {
  border-left-color: hsla(206, 9%, 84%, 0.3);
  border-right-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/40:after {
  border-left-color: hsla(206, 9%, 84%, 0.4);
  border-right-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/50:after {
  border-left-color: hsla(206, 9%, 84%, 0.5);
  border-right-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/60:after {
  border-left-color: hsla(206, 9%, 84%, 0.6);
  border-right-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/70:after {
  border-left-color: hsla(206, 9%, 84%, 0.7);
  border-right-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/75:after {
  border-left-color: hsla(206, 9%, 84%, 0.75);
  border-right-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/80:after {
  border-left-color: hsla(206, 9%, 84%, 0.8);
  border-right-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/90:after {
  border-left-color: hsla(206, 9%, 84%, 0.9);
  border-right-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/95:after {
  border-left-color: hsla(206, 9%, 84%, 0.95);
  border-right-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:border-x-grey-300\/100:after {
  border-left-color: #d3d7da;
  border-right-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-x-grey-700\/0:after {
  border-left-color: hsla(0, 0%, 57%, 0);
  border-right-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/5:after {
  border-left-color: hsla(0, 0%, 57%, 0.05);
  border-right-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/10:after {
  border-left-color: hsla(0, 0%, 57%, 0.1);
  border-right-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/20:after {
  border-left-color: hsla(0, 0%, 57%, 0.2);
  border-right-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/25:after {
  border-left-color: hsla(0, 0%, 57%, 0.25);
  border-right-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/30:after {
  border-left-color: hsla(0, 0%, 57%, 0.3);
  border-right-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/40:after {
  border-left-color: hsla(0, 0%, 57%, 0.4);
  border-right-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/50:after {
  border-left-color: hsla(0, 0%, 57%, 0.5);
  border-right-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/60:after {
  border-left-color: hsla(0, 0%, 57%, 0.6);
  border-right-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/70:after {
  border-left-color: hsla(0, 0%, 57%, 0.7);
  border-right-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/75:after {
  border-left-color: hsla(0, 0%, 57%, 0.75);
  border-right-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/80:after {
  border-left-color: hsla(0, 0%, 57%, 0.8);
  border-right-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/90:after {
  border-left-color: hsla(0, 0%, 57%, 0.9);
  border-right-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/95:after {
  border-left-color: hsla(0, 0%, 57%, 0.95);
  border-right-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:border-x-grey-700\/100:after {
  border-left-color: #919191;
  border-right-color: #919191;
  content: var(--tw-content);
}

.after\:border-x-green-200\/0:after {
  border-left-color: hsla(99, 45%, 86%, 0);
  border-right-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:border-x-green-200\/5:after {
  border-left-color: hsla(99, 45%, 86%, 0.05);
  border-right-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:border-x-green-200\/10:after {
  border-left-color: hsla(99, 45%, 86%, 0.1);
  border-right-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:border-x-green-200\/20:after {
  border-left-color: hsla(99, 45%, 86%, 0.2);
  border-right-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:border-x-green-200\/25:after {
  border-left-color: hsla(99, 45%, 86%, 0.25);
  border-right-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:border-x-green-200\/30:after {
  border-left-color: hsla(99, 45%, 86%, 0.3);
  border-right-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:border-x-green-200\/40:after {
  border-left-color: hsla(99, 45%, 86%, 0.4);
  border-right-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:border-x-green-200\/50:after {
  border-left-color: hsla(99, 45%, 86%, 0.5);
  border-right-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:border-x-green-200\/60:after {
  border-left-color: hsla(99, 45%, 86%, 0.6);
  border-right-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:border-x-green-200\/70:after {
  border-left-color: hsla(99, 45%, 86%, 0.7);
  border-right-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:border-x-green-200\/75:after {
  border-left-color: hsla(99, 45%, 86%, 0.75);
  border-right-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:border-x-green-200\/80:after {
  border-left-color: hsla(99, 45%, 86%, 0.8);
  border-right-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:border-x-green-200\/90:after {
  border-left-color: hsla(99, 45%, 86%, 0.9);
  border-right-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:border-x-green-200\/95:after {
  border-left-color: hsla(99, 45%, 86%, 0.95);
  border-right-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:border-x-green-200\/100:after {
  border-left-color: #d8eccd;
  border-right-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-x-green-400\/0:after {
  border-left-color: rgba(81, 222, 7, 0);
  border-right-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:border-x-green-400\/5:after {
  border-left-color: rgba(81, 222, 7, 0.05);
  border-right-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:border-x-green-400\/10:after {
  border-left-color: rgba(81, 222, 7, 0.1);
  border-right-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:border-x-green-400\/20:after {
  border-left-color: rgba(81, 222, 7, 0.2);
  border-right-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:border-x-green-400\/25:after {
  border-left-color: rgba(81, 222, 7, 0.25);
  border-right-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:border-x-green-400\/30:after {
  border-left-color: rgba(81, 222, 7, 0.3);
  border-right-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:border-x-green-400\/40:after {
  border-left-color: rgba(81, 222, 7, 0.4);
  border-right-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:border-x-green-400\/50:after {
  border-left-color: rgba(81, 222, 7, 0.5);
  border-right-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:border-x-green-400\/60:after {
  border-left-color: rgba(81, 222, 7, 0.6);
  border-right-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:border-x-green-400\/70:after {
  border-left-color: rgba(81, 222, 7, 0.7);
  border-right-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:border-x-green-400\/75:after {
  border-left-color: rgba(81, 222, 7, 0.75);
  border-right-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:border-x-green-400\/80:after {
  border-left-color: rgba(81, 222, 7, 0.8);
  border-right-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:border-x-green-400\/90:after {
  border-left-color: rgba(81, 222, 7, 0.9);
  border-right-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:border-x-green-400\/95:after {
  border-left-color: rgba(81, 222, 7, 0.95);
  border-right-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:border-x-green-400\/100:after {
  border-left-color: #51de07;
  border-right-color: #51de07;
  content: var(--tw-content);
}

.after\:border-x-green-500\/0:after {
  border-left-color: rgba(67, 184, 6, 0);
  border-right-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:border-x-green-500\/5:after {
  border-left-color: rgba(67, 184, 6, 0.05);
  border-right-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-x-green-500\/10:after {
  border-left-color: rgba(67, 184, 6, 0.1);
  border-right-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-x-green-500\/20:after {
  border-left-color: rgba(67, 184, 6, 0.2);
  border-right-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-x-green-500\/25:after {
  border-left-color: rgba(67, 184, 6, 0.25);
  border-right-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-x-green-500\/30:after {
  border-left-color: rgba(67, 184, 6, 0.3);
  border-right-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-x-green-500\/40:after {
  border-left-color: rgba(67, 184, 6, 0.4);
  border-right-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-x-green-500\/50:after {
  border-left-color: rgba(67, 184, 6, 0.5);
  border-right-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-x-green-500\/60:after {
  border-left-color: rgba(67, 184, 6, 0.6);
  border-right-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-x-green-500\/70:after {
  border-left-color: rgba(67, 184, 6, 0.7);
  border-right-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-x-green-500\/75:after {
  border-left-color: rgba(67, 184, 6, 0.75);
  border-right-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-x-green-500\/80:after {
  border-left-color: rgba(67, 184, 6, 0.8);
  border-right-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-x-green-500\/90:after {
  border-left-color: rgba(67, 184, 6, 0.9);
  border-right-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-x-green-500\/95:after {
  border-left-color: rgba(67, 184, 6, 0.95);
  border-right-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-x-green-500\/100:after {
  border-left-color: #43b806;
  border-right-color: #43b806;
  content: var(--tw-content);
}

.after\:border-x-green-600\/0:after {
  border-left-color: rgba(48, 132, 6, 0);
  border-right-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:border-x-green-600\/5:after {
  border-left-color: rgba(48, 132, 6, 0.05);
  border-right-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-x-green-600\/10:after {
  border-left-color: rgba(48, 132, 6, 0.1);
  border-right-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-x-green-600\/20:after {
  border-left-color: rgba(48, 132, 6, 0.2);
  border-right-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-x-green-600\/25:after {
  border-left-color: rgba(48, 132, 6, 0.25);
  border-right-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-x-green-600\/30:after {
  border-left-color: rgba(48, 132, 6, 0.3);
  border-right-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-x-green-600\/40:after {
  border-left-color: rgba(48, 132, 6, 0.4);
  border-right-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-x-green-600\/50:after {
  border-left-color: rgba(48, 132, 6, 0.5);
  border-right-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-x-green-600\/60:after {
  border-left-color: rgba(48, 132, 6, 0.6);
  border-right-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-x-green-600\/70:after {
  border-left-color: rgba(48, 132, 6, 0.7);
  border-right-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-x-green-600\/75:after {
  border-left-color: rgba(48, 132, 6, 0.75);
  border-right-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-x-green-600\/80:after {
  border-left-color: rgba(48, 132, 6, 0.8);
  border-right-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-x-green-600\/90:after {
  border-left-color: rgba(48, 132, 6, 0.9);
  border-right-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-x-green-600\/95:after {
  border-left-color: rgba(48, 132, 6, 0.95);
  border-right-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-x-green-600\/100:after {
  border-left-color: #308406;
  border-right-color: #308406;
  content: var(--tw-content);
}

.after\:border-x-green-700\/0:after {
  border-left-color: rgba(39, 202, 64, 0);
  border-right-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:border-x-green-700\/5:after {
  border-left-color: rgba(39, 202, 64, 0.05);
  border-right-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:border-x-green-700\/10:after {
  border-left-color: rgba(39, 202, 64, 0.1);
  border-right-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:border-x-green-700\/20:after {
  border-left-color: rgba(39, 202, 64, 0.2);
  border-right-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:border-x-green-700\/25:after {
  border-left-color: rgba(39, 202, 64, 0.25);
  border-right-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:border-x-green-700\/30:after {
  border-left-color: rgba(39, 202, 64, 0.3);
  border-right-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:border-x-green-700\/40:after {
  border-left-color: rgba(39, 202, 64, 0.4);
  border-right-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:border-x-green-700\/50:after {
  border-left-color: rgba(39, 202, 64, 0.5);
  border-right-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:border-x-green-700\/60:after {
  border-left-color: rgba(39, 202, 64, 0.6);
  border-right-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:border-x-green-700\/70:after {
  border-left-color: rgba(39, 202, 64, 0.7);
  border-right-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:border-x-green-700\/75:after {
  border-left-color: rgba(39, 202, 64, 0.75);
  border-right-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:border-x-green-700\/80:after {
  border-left-color: rgba(39, 202, 64, 0.8);
  border-right-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:border-x-green-700\/90:after {
  border-left-color: rgba(39, 202, 64, 0.9);
  border-right-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:border-x-green-700\/95:after {
  border-left-color: rgba(39, 202, 64, 0.95);
  border-right-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:border-x-green-700\/100:after {
  border-left-color: #27ca40;
  border-right-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/0:after {
  border-left-color: rgba(95, 99, 104, 0);
  border-right-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/5:after {
  border-left-color: rgba(95, 99, 104, 0.05);
  border-right-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/10:after {
  border-left-color: rgba(95, 99, 104, 0.1);
  border-right-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/20:after {
  border-left-color: rgba(95, 99, 104, 0.2);
  border-right-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/25:after {
  border-left-color: rgba(95, 99, 104, 0.25);
  border-right-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/30:after {
  border-left-color: rgba(95, 99, 104, 0.3);
  border-right-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/40:after {
  border-left-color: rgba(95, 99, 104, 0.4);
  border-right-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/50:after {
  border-left-color: rgba(95, 99, 104, 0.5);
  border-right-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/60:after {
  border-left-color: rgba(95, 99, 104, 0.6);
  border-right-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/70:after {
  border-left-color: rgba(95, 99, 104, 0.7);
  border-right-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/75:after {
  border-left-color: rgba(95, 99, 104, 0.75);
  border-right-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/80:after {
  border-left-color: rgba(95, 99, 104, 0.8);
  border-right-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/90:after {
  border-left-color: rgba(95, 99, 104, 0.9);
  border-right-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/95:after {
  border-left-color: rgba(95, 99, 104, 0.95);
  border-right-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-500\/100:after {
  border-left-color: #5f6368;
  border-right-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/0:after {
  border-left-color: rgba(54, 91, 114, 0);
  border-right-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/5:after {
  border-left-color: rgba(54, 91, 114, 0.05);
  border-right-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/10:after {
  border-left-color: rgba(54, 91, 114, 0.1);
  border-right-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/20:after {
  border-left-color: rgba(54, 91, 114, 0.2);
  border-right-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/25:after {
  border-left-color: rgba(54, 91, 114, 0.25);
  border-right-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/30:after {
  border-left-color: rgba(54, 91, 114, 0.3);
  border-right-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/40:after {
  border-left-color: rgba(54, 91, 114, 0.4);
  border-right-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/50:after {
  border-left-color: rgba(54, 91, 114, 0.5);
  border-right-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/60:after {
  border-left-color: rgba(54, 91, 114, 0.6);
  border-right-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/70:after {
  border-left-color: rgba(54, 91, 114, 0.7);
  border-right-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/75:after {
  border-left-color: rgba(54, 91, 114, 0.75);
  border-right-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/80:after {
  border-left-color: rgba(54, 91, 114, 0.8);
  border-right-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/90:after {
  border-left-color: rgba(54, 91, 114, 0.9);
  border-right-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/95:after {
  border-left-color: rgba(54, 91, 114, 0.95);
  border-right-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:border-x-grey-blue-600\/100:after {
  border-left-color: #365b72;
  border-right-color: #365b72;
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/0:after {
  border-left-color: rgba(86, 94, 82, 0);
  border-right-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/5:after {
  border-left-color: rgba(86, 94, 82, 0.05);
  border-right-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/10:after {
  border-left-color: rgba(86, 94, 82, 0.1);
  border-right-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/20:after {
  border-left-color: rgba(86, 94, 82, 0.2);
  border-right-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/25:after {
  border-left-color: rgba(86, 94, 82, 0.25);
  border-right-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/30:after {
  border-left-color: rgba(86, 94, 82, 0.3);
  border-right-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/40:after {
  border-left-color: rgba(86, 94, 82, 0.4);
  border-right-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/50:after {
  border-left-color: rgba(86, 94, 82, 0.5);
  border-right-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/60:after {
  border-left-color: rgba(86, 94, 82, 0.6);
  border-right-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/70:after {
  border-left-color: rgba(86, 94, 82, 0.7);
  border-right-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/75:after {
  border-left-color: rgba(86, 94, 82, 0.75);
  border-right-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/80:after {
  border-left-color: rgba(86, 94, 82, 0.8);
  border-right-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/90:after {
  border-left-color: rgba(86, 94, 82, 0.9);
  border-right-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/95:after {
  border-left-color: rgba(86, 94, 82, 0.95);
  border-right-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:border-x-grey-green-500\/100:after {
  border-left-color: #565e52;
  border-right-color: #565e52;
  content: var(--tw-content);
}

.after\:border-x-red-500\/0:after {
  border-left-color: rgba(231, 8, 60, 0);
  border-right-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:border-x-red-500\/5:after {
  border-left-color: rgba(231, 8, 60, 0.05);
  border-right-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:border-x-red-500\/10:after {
  border-left-color: rgba(231, 8, 60, 0.1);
  border-right-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:border-x-red-500\/20:after {
  border-left-color: rgba(231, 8, 60, 0.2);
  border-right-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:border-x-red-500\/25:after {
  border-left-color: rgba(231, 8, 60, 0.25);
  border-right-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:border-x-red-500\/30:after {
  border-left-color: rgba(231, 8, 60, 0.3);
  border-right-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:border-x-red-500\/40:after {
  border-left-color: rgba(231, 8, 60, 0.4);
  border-right-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:border-x-red-500\/50:after {
  border-left-color: rgba(231, 8, 60, 0.5);
  border-right-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:border-x-red-500\/60:after {
  border-left-color: rgba(231, 8, 60, 0.6);
  border-right-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:border-x-red-500\/70:after {
  border-left-color: rgba(231, 8, 60, 0.7);
  border-right-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:border-x-red-500\/75:after {
  border-left-color: rgba(231, 8, 60, 0.75);
  border-right-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:border-x-red-500\/80:after {
  border-left-color: rgba(231, 8, 60, 0.8);
  border-right-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:border-x-red-500\/90:after {
  border-left-color: rgba(231, 8, 60, 0.9);
  border-right-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:border-x-red-500\/95:after {
  border-left-color: rgba(231, 8, 60, 0.95);
  border-right-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:border-x-red-500\/100:after {
  border-left-color: #e7083c;
  border-right-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-y-inherit:after {
  border-bottom-color: inherit;
  border-top-color: inherit;
  content: var(--tw-content);
}

.after\:border-y-current:after {
  border-bottom-color: currentColor;
  border-top-color: currentColor;
  content: var(--tw-content);
}

.after\:border-y-transparent:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  content: var(--tw-content);
}

.after\:border-y-white:after {
  border-bottom-color: #fafcfc;
  border-top-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-y-black:after {
  border-bottom-color: #000;
  border-top-color: #000;
  content: var(--tw-content);
}

.after\:border-y-blue-100:after {
  border-bottom-color: #dfedf4;
  border-top-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-y-blue-300:after {
  border-bottom-color: #b4d9ed;
  border-top-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-y-blue-500:after {
  border-bottom-color: #7cd0ff;
  border-top-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-y-blue-600:after {
  border-bottom-color: #6ab3db;
  border-top-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-y-blue-700:after {
  border-bottom-color: #335669;
  border-top-color: #335669;
  content: var(--tw-content);
}

.after\:border-y-blue-800:after {
  border-bottom-color: #203642;
  border-top-color: #203642;
  content: var(--tw-content);
}

.after\:border-y-blue-900:after {
  border-bottom-color: #192a33;
  border-top-color: #192a33;
  content: var(--tw-content);
}

.after\:border-y-grey-50:after {
  border-bottom-color: #eef3f5;
  border-top-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-y-grey-100:after {
  border-bottom-color: #e9ebec;
  border-top-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-y-grey-300:after {
  border-bottom-color: #d3d7da;
  border-top-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-y-grey-700:after {
  border-bottom-color: #919191;
  border-top-color: #919191;
  content: var(--tw-content);
}

.after\:border-y-green-200:after {
  border-bottom-color: #d8eccd;
  border-top-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-y-green-400:after {
  border-bottom-color: #51de07;
  border-top-color: #51de07;
  content: var(--tw-content);
}

.after\:border-y-green-500:after {
  border-bottom-color: #43b806;
  border-top-color: #43b806;
  content: var(--tw-content);
}

.after\:border-y-green-600:after {
  border-bottom-color: #308406;
  border-top-color: #308406;
  content: var(--tw-content);
}

.after\:border-y-green-700:after {
  border-bottom-color: #27ca40;
  border-top-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500:after {
  border-bottom-color: #5f6368;
  border-top-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600:after {
  border-bottom-color: #365b72;
  border-top-color: #365b72;
  content: var(--tw-content);
}

.after\:border-y-grey-green-500:after {
  border-bottom-color: #565e52;
  border-top-color: #565e52;
  content: var(--tw-content);
}

.after\:border-y-red-500:after {
  border-bottom-color: #e7083c;
  border-top-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-y-transparent\/0:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  content: var(--tw-content);
}

.after\:border-y-transparent\/5:after {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-y-transparent\/10:after {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-y-transparent\/20:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-y-transparent\/25:after {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-y-transparent\/30:after {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-y-transparent\/40:after {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-y-transparent\/50:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-y-transparent\/60:after {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-top-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-y-transparent\/70:after {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-y-transparent\/75:after {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-y-transparent\/80:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-y-transparent\/90:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-top-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-y-transparent\/95:after {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  border-top-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-y-transparent\/100:after {
  border-bottom-color: #000;
  border-top-color: #000;
  content: var(--tw-content);
}

.after\:border-y-white\/0:after {
  border-bottom-color: rgba(250, 252, 252, 0);
  border-top-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:border-y-white\/5:after {
  border-bottom-color: rgba(250, 252, 252, 0.05);
  border-top-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:border-y-white\/10:after {
  border-bottom-color: rgba(250, 252, 252, 0.1);
  border-top-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:border-y-white\/20:after {
  border-bottom-color: rgba(250, 252, 252, 0.2);
  border-top-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:border-y-white\/25:after {
  border-bottom-color: rgba(250, 252, 252, 0.25);
  border-top-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:border-y-white\/30:after {
  border-bottom-color: rgba(250, 252, 252, 0.3);
  border-top-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:border-y-white\/40:after {
  border-bottom-color: rgba(250, 252, 252, 0.4);
  border-top-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:border-y-white\/50:after {
  border-bottom-color: rgba(250, 252, 252, 0.5);
  border-top-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:border-y-white\/60:after {
  border-bottom-color: rgba(250, 252, 252, 0.6);
  border-top-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:border-y-white\/70:after {
  border-bottom-color: rgba(250, 252, 252, 0.7);
  border-top-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:border-y-white\/75:after {
  border-bottom-color: rgba(250, 252, 252, 0.75);
  border-top-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:border-y-white\/80:after {
  border-bottom-color: rgba(250, 252, 252, 0.8);
  border-top-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:border-y-white\/90:after {
  border-bottom-color: rgba(250, 252, 252, 0.9);
  border-top-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:border-y-white\/95:after {
  border-bottom-color: rgba(250, 252, 252, 0.95);
  border-top-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:border-y-white\/100:after {
  border-bottom-color: #fafcfc;
  border-top-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-y-black\/0:after {
  border-bottom-color: transparent;
  border-top-color: transparent;
  content: var(--tw-content);
}

.after\:border-y-black\/5:after {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  border-top-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-y-black\/10:after {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-y-black\/20:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-y-black\/25:after {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-y-black\/30:after {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  border-top-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-y-black\/40:after {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  border-top-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-y-black\/50:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  border-top-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-y-black\/60:after {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  border-top-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-y-black\/70:after {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  border-top-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-y-black\/75:after {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-y-black\/80:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  border-top-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-y-black\/90:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-top-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-y-black\/95:after {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  border-top-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-y-black\/100:after {
  border-bottom-color: #000;
  border-top-color: #000;
  content: var(--tw-content);
}

.after\:border-y-blue-100\/0:after {
  border-bottom-color: rgba(223, 237, 244, 0);
  border-top-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/5:after {
  border-bottom-color: rgba(223, 237, 244, 0.05);
  border-top-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/10:after {
  border-bottom-color: rgba(223, 237, 244, 0.1);
  border-top-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/20:after {
  border-bottom-color: rgba(223, 237, 244, 0.2);
  border-top-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/25:after {
  border-bottom-color: rgba(223, 237, 244, 0.25);
  border-top-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/30:after {
  border-bottom-color: rgba(223, 237, 244, 0.3);
  border-top-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/40:after {
  border-bottom-color: rgba(223, 237, 244, 0.4);
  border-top-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/50:after {
  border-bottom-color: rgba(223, 237, 244, 0.5);
  border-top-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/60:after {
  border-bottom-color: rgba(223, 237, 244, 0.6);
  border-top-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/70:after {
  border-bottom-color: rgba(223, 237, 244, 0.7);
  border-top-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/75:after {
  border-bottom-color: rgba(223, 237, 244, 0.75);
  border-top-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/80:after {
  border-bottom-color: rgba(223, 237, 244, 0.8);
  border-top-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/90:after {
  border-bottom-color: rgba(223, 237, 244, 0.9);
  border-top-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/95:after {
  border-bottom-color: rgba(223, 237, 244, 0.95);
  border-top-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:border-y-blue-100\/100:after {
  border-bottom-color: #dfedf4;
  border-top-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-y-blue-300\/0:after {
  border-bottom-color: rgba(180, 217, 237, 0);
  border-top-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/5:after {
  border-bottom-color: rgba(180, 217, 237, 0.05);
  border-top-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/10:after {
  border-bottom-color: rgba(180, 217, 237, 0.1);
  border-top-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/20:after {
  border-bottom-color: rgba(180, 217, 237, 0.2);
  border-top-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/25:after {
  border-bottom-color: rgba(180, 217, 237, 0.25);
  border-top-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/30:after {
  border-bottom-color: rgba(180, 217, 237, 0.3);
  border-top-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/40:after {
  border-bottom-color: rgba(180, 217, 237, 0.4);
  border-top-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/50:after {
  border-bottom-color: rgba(180, 217, 237, 0.5);
  border-top-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/60:after {
  border-bottom-color: rgba(180, 217, 237, 0.6);
  border-top-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/70:after {
  border-bottom-color: rgba(180, 217, 237, 0.7);
  border-top-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/75:after {
  border-bottom-color: rgba(180, 217, 237, 0.75);
  border-top-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/80:after {
  border-bottom-color: rgba(180, 217, 237, 0.8);
  border-top-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/90:after {
  border-bottom-color: rgba(180, 217, 237, 0.9);
  border-top-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/95:after {
  border-bottom-color: rgba(180, 217, 237, 0.95);
  border-top-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:border-y-blue-300\/100:after {
  border-bottom-color: #b4d9ed;
  border-top-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-y-blue-500\/0:after {
  border-bottom-color: rgba(124, 208, 255, 0);
  border-top-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/5:after {
  border-bottom-color: rgba(124, 208, 255, 0.05);
  border-top-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/10:after {
  border-bottom-color: rgba(124, 208, 255, 0.1);
  border-top-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/20:after {
  border-bottom-color: rgba(124, 208, 255, 0.2);
  border-top-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/25:after {
  border-bottom-color: rgba(124, 208, 255, 0.25);
  border-top-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/30:after {
  border-bottom-color: rgba(124, 208, 255, 0.3);
  border-top-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/40:after {
  border-bottom-color: rgba(124, 208, 255, 0.4);
  border-top-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/50:after {
  border-bottom-color: rgba(124, 208, 255, 0.5);
  border-top-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/60:after {
  border-bottom-color: rgba(124, 208, 255, 0.6);
  border-top-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/70:after {
  border-bottom-color: rgba(124, 208, 255, 0.7);
  border-top-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/75:after {
  border-bottom-color: rgba(124, 208, 255, 0.75);
  border-top-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/80:after {
  border-bottom-color: rgba(124, 208, 255, 0.8);
  border-top-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/90:after {
  border-bottom-color: rgba(124, 208, 255, 0.9);
  border-top-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/95:after {
  border-bottom-color: rgba(124, 208, 255, 0.95);
  border-top-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:border-y-blue-500\/100:after {
  border-bottom-color: #7cd0ff;
  border-top-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-y-blue-600\/0:after {
  border-bottom-color: rgba(106, 179, 219, 0);
  border-top-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/5:after {
  border-bottom-color: rgba(106, 179, 219, 0.05);
  border-top-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/10:after {
  border-bottom-color: rgba(106, 179, 219, 0.1);
  border-top-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/20:after {
  border-bottom-color: rgba(106, 179, 219, 0.2);
  border-top-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/25:after {
  border-bottom-color: rgba(106, 179, 219, 0.25);
  border-top-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/30:after {
  border-bottom-color: rgba(106, 179, 219, 0.3);
  border-top-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/40:after {
  border-bottom-color: rgba(106, 179, 219, 0.4);
  border-top-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/50:after {
  border-bottom-color: rgba(106, 179, 219, 0.5);
  border-top-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/60:after {
  border-bottom-color: rgba(106, 179, 219, 0.6);
  border-top-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/70:after {
  border-bottom-color: rgba(106, 179, 219, 0.7);
  border-top-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/75:after {
  border-bottom-color: rgba(106, 179, 219, 0.75);
  border-top-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/80:after {
  border-bottom-color: rgba(106, 179, 219, 0.8);
  border-top-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/90:after {
  border-bottom-color: rgba(106, 179, 219, 0.9);
  border-top-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/95:after {
  border-bottom-color: rgba(106, 179, 219, 0.95);
  border-top-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:border-y-blue-600\/100:after {
  border-bottom-color: #6ab3db;
  border-top-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-y-blue-700\/0:after {
  border-bottom-color: rgba(51, 86, 105, 0);
  border-top-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/5:after {
  border-bottom-color: rgba(51, 86, 105, 0.05);
  border-top-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/10:after {
  border-bottom-color: rgba(51, 86, 105, 0.1);
  border-top-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/20:after {
  border-bottom-color: rgba(51, 86, 105, 0.2);
  border-top-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/25:after {
  border-bottom-color: rgba(51, 86, 105, 0.25);
  border-top-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/30:after {
  border-bottom-color: rgba(51, 86, 105, 0.3);
  border-top-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/40:after {
  border-bottom-color: rgba(51, 86, 105, 0.4);
  border-top-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/50:after {
  border-bottom-color: rgba(51, 86, 105, 0.5);
  border-top-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/60:after {
  border-bottom-color: rgba(51, 86, 105, 0.6);
  border-top-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/70:after {
  border-bottom-color: rgba(51, 86, 105, 0.7);
  border-top-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/75:after {
  border-bottom-color: rgba(51, 86, 105, 0.75);
  border-top-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/80:after {
  border-bottom-color: rgba(51, 86, 105, 0.8);
  border-top-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/90:after {
  border-bottom-color: rgba(51, 86, 105, 0.9);
  border-top-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/95:after {
  border-bottom-color: rgba(51, 86, 105, 0.95);
  border-top-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:border-y-blue-700\/100:after {
  border-bottom-color: #335669;
  border-top-color: #335669;
  content: var(--tw-content);
}

.after\:border-y-blue-800\/0:after {
  border-bottom-color: rgba(32, 54, 66, 0);
  border-top-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/5:after {
  border-bottom-color: rgba(32, 54, 66, 0.05);
  border-top-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/10:after {
  border-bottom-color: rgba(32, 54, 66, 0.1);
  border-top-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/20:after {
  border-bottom-color: rgba(32, 54, 66, 0.2);
  border-top-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/25:after {
  border-bottom-color: rgba(32, 54, 66, 0.25);
  border-top-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/30:after {
  border-bottom-color: rgba(32, 54, 66, 0.3);
  border-top-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/40:after {
  border-bottom-color: rgba(32, 54, 66, 0.4);
  border-top-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/50:after {
  border-bottom-color: rgba(32, 54, 66, 0.5);
  border-top-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/60:after {
  border-bottom-color: rgba(32, 54, 66, 0.6);
  border-top-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/70:after {
  border-bottom-color: rgba(32, 54, 66, 0.7);
  border-top-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/75:after {
  border-bottom-color: rgba(32, 54, 66, 0.75);
  border-top-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/80:after {
  border-bottom-color: rgba(32, 54, 66, 0.8);
  border-top-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/90:after {
  border-bottom-color: rgba(32, 54, 66, 0.9);
  border-top-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/95:after {
  border-bottom-color: rgba(32, 54, 66, 0.95);
  border-top-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:border-y-blue-800\/100:after {
  border-bottom-color: #203642;
  border-top-color: #203642;
  content: var(--tw-content);
}

.after\:border-y-blue-900\/0:after {
  border-bottom-color: rgba(25, 42, 51, 0);
  border-top-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/5:after {
  border-bottom-color: rgba(25, 42, 51, 0.05);
  border-top-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/10:after {
  border-bottom-color: rgba(25, 42, 51, 0.1);
  border-top-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/20:after {
  border-bottom-color: rgba(25, 42, 51, 0.2);
  border-top-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/25:after {
  border-bottom-color: rgba(25, 42, 51, 0.25);
  border-top-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/30:after {
  border-bottom-color: rgba(25, 42, 51, 0.3);
  border-top-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/40:after {
  border-bottom-color: rgba(25, 42, 51, 0.4);
  border-top-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/50:after {
  border-bottom-color: rgba(25, 42, 51, 0.5);
  border-top-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/60:after {
  border-bottom-color: rgba(25, 42, 51, 0.6);
  border-top-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/70:after {
  border-bottom-color: rgba(25, 42, 51, 0.7);
  border-top-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/75:after {
  border-bottom-color: rgba(25, 42, 51, 0.75);
  border-top-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/80:after {
  border-bottom-color: rgba(25, 42, 51, 0.8);
  border-top-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/90:after {
  border-bottom-color: rgba(25, 42, 51, 0.9);
  border-top-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/95:after {
  border-bottom-color: rgba(25, 42, 51, 0.95);
  border-top-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:border-y-blue-900\/100:after {
  border-bottom-color: #192a33;
  border-top-color: #192a33;
  content: var(--tw-content);
}

.after\:border-y-grey-50\/0:after {
  border-bottom-color: rgba(238, 243, 245, 0);
  border-top-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/5:after {
  border-bottom-color: rgba(238, 243, 245, 0.05);
  border-top-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/10:after {
  border-bottom-color: rgba(238, 243, 245, 0.1);
  border-top-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/20:after {
  border-bottom-color: rgba(238, 243, 245, 0.2);
  border-top-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/25:after {
  border-bottom-color: rgba(238, 243, 245, 0.25);
  border-top-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/30:after {
  border-bottom-color: rgba(238, 243, 245, 0.3);
  border-top-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/40:after {
  border-bottom-color: rgba(238, 243, 245, 0.4);
  border-top-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/50:after {
  border-bottom-color: rgba(238, 243, 245, 0.5);
  border-top-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/60:after {
  border-bottom-color: rgba(238, 243, 245, 0.6);
  border-top-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/70:after {
  border-bottom-color: rgba(238, 243, 245, 0.7);
  border-top-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/75:after {
  border-bottom-color: rgba(238, 243, 245, 0.75);
  border-top-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/80:after {
  border-bottom-color: rgba(238, 243, 245, 0.8);
  border-top-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/90:after {
  border-bottom-color: rgba(238, 243, 245, 0.9);
  border-top-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/95:after {
  border-bottom-color: rgba(238, 243, 245, 0.95);
  border-top-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:border-y-grey-50\/100:after {
  border-bottom-color: #eef3f5;
  border-top-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-y-grey-100\/0:after {
  border-bottom-color: hsla(200, 7%, 92%, 0);
  border-top-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/5:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.05);
  border-top-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/10:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.1);
  border-top-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/20:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.2);
  border-top-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/25:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.25);
  border-top-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/30:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.3);
  border-top-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/40:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.4);
  border-top-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/50:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.5);
  border-top-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/60:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.6);
  border-top-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/70:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.7);
  border-top-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/75:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.75);
  border-top-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/80:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.8);
  border-top-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/90:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.9);
  border-top-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/95:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.95);
  border-top-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:border-y-grey-100\/100:after {
  border-bottom-color: #e9ebec;
  border-top-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-y-grey-300\/0:after {
  border-bottom-color: hsla(206, 9%, 84%, 0);
  border-top-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/5:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.05);
  border-top-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/10:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.1);
  border-top-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/20:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.2);
  border-top-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/25:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.25);
  border-top-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/30:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.3);
  border-top-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/40:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.4);
  border-top-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/50:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.5);
  border-top-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/60:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.6);
  border-top-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/70:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.7);
  border-top-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/75:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.75);
  border-top-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/80:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.8);
  border-top-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/90:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.9);
  border-top-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/95:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.95);
  border-top-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:border-y-grey-300\/100:after {
  border-bottom-color: #d3d7da;
  border-top-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-y-grey-700\/0:after {
  border-bottom-color: hsla(0, 0%, 57%, 0);
  border-top-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/5:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.05);
  border-top-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/10:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.1);
  border-top-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/20:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.2);
  border-top-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/25:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.25);
  border-top-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/30:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.3);
  border-top-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/40:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.4);
  border-top-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/50:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.5);
  border-top-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/60:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.6);
  border-top-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/70:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.7);
  border-top-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/75:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.75);
  border-top-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/80:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.8);
  border-top-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/90:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.9);
  border-top-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/95:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.95);
  border-top-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:border-y-grey-700\/100:after {
  border-bottom-color: #919191;
  border-top-color: #919191;
  content: var(--tw-content);
}

.after\:border-y-green-200\/0:after {
  border-bottom-color: hsla(99, 45%, 86%, 0);
  border-top-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:border-y-green-200\/5:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.05);
  border-top-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:border-y-green-200\/10:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.1);
  border-top-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:border-y-green-200\/20:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.2);
  border-top-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:border-y-green-200\/25:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.25);
  border-top-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:border-y-green-200\/30:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.3);
  border-top-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:border-y-green-200\/40:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.4);
  border-top-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:border-y-green-200\/50:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.5);
  border-top-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:border-y-green-200\/60:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.6);
  border-top-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:border-y-green-200\/70:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.7);
  border-top-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:border-y-green-200\/75:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.75);
  border-top-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:border-y-green-200\/80:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.8);
  border-top-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:border-y-green-200\/90:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.9);
  border-top-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:border-y-green-200\/95:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.95);
  border-top-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:border-y-green-200\/100:after {
  border-bottom-color: #d8eccd;
  border-top-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-y-green-400\/0:after {
  border-bottom-color: rgba(81, 222, 7, 0);
  border-top-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:border-y-green-400\/5:after {
  border-bottom-color: rgba(81, 222, 7, 0.05);
  border-top-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:border-y-green-400\/10:after {
  border-bottom-color: rgba(81, 222, 7, 0.1);
  border-top-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:border-y-green-400\/20:after {
  border-bottom-color: rgba(81, 222, 7, 0.2);
  border-top-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:border-y-green-400\/25:after {
  border-bottom-color: rgba(81, 222, 7, 0.25);
  border-top-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:border-y-green-400\/30:after {
  border-bottom-color: rgba(81, 222, 7, 0.3);
  border-top-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:border-y-green-400\/40:after {
  border-bottom-color: rgba(81, 222, 7, 0.4);
  border-top-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:border-y-green-400\/50:after {
  border-bottom-color: rgba(81, 222, 7, 0.5);
  border-top-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:border-y-green-400\/60:after {
  border-bottom-color: rgba(81, 222, 7, 0.6);
  border-top-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:border-y-green-400\/70:after {
  border-bottom-color: rgba(81, 222, 7, 0.7);
  border-top-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:border-y-green-400\/75:after {
  border-bottom-color: rgba(81, 222, 7, 0.75);
  border-top-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:border-y-green-400\/80:after {
  border-bottom-color: rgba(81, 222, 7, 0.8);
  border-top-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:border-y-green-400\/90:after {
  border-bottom-color: rgba(81, 222, 7, 0.9);
  border-top-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:border-y-green-400\/95:after {
  border-bottom-color: rgba(81, 222, 7, 0.95);
  border-top-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:border-y-green-400\/100:after {
  border-bottom-color: #51de07;
  border-top-color: #51de07;
  content: var(--tw-content);
}

.after\:border-y-green-500\/0:after {
  border-bottom-color: rgba(67, 184, 6, 0);
  border-top-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:border-y-green-500\/5:after {
  border-bottom-color: rgba(67, 184, 6, 0.05);
  border-top-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-y-green-500\/10:after {
  border-bottom-color: rgba(67, 184, 6, 0.1);
  border-top-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-y-green-500\/20:after {
  border-bottom-color: rgba(67, 184, 6, 0.2);
  border-top-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-y-green-500\/25:after {
  border-bottom-color: rgba(67, 184, 6, 0.25);
  border-top-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-y-green-500\/30:after {
  border-bottom-color: rgba(67, 184, 6, 0.3);
  border-top-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-y-green-500\/40:after {
  border-bottom-color: rgba(67, 184, 6, 0.4);
  border-top-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-y-green-500\/50:after {
  border-bottom-color: rgba(67, 184, 6, 0.5);
  border-top-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-y-green-500\/60:after {
  border-bottom-color: rgba(67, 184, 6, 0.6);
  border-top-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-y-green-500\/70:after {
  border-bottom-color: rgba(67, 184, 6, 0.7);
  border-top-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-y-green-500\/75:after {
  border-bottom-color: rgba(67, 184, 6, 0.75);
  border-top-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-y-green-500\/80:after {
  border-bottom-color: rgba(67, 184, 6, 0.8);
  border-top-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-y-green-500\/90:after {
  border-bottom-color: rgba(67, 184, 6, 0.9);
  border-top-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-y-green-500\/95:after {
  border-bottom-color: rgba(67, 184, 6, 0.95);
  border-top-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-y-green-500\/100:after {
  border-bottom-color: #43b806;
  border-top-color: #43b806;
  content: var(--tw-content);
}

.after\:border-y-green-600\/0:after {
  border-bottom-color: rgba(48, 132, 6, 0);
  border-top-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:border-y-green-600\/5:after {
  border-bottom-color: rgba(48, 132, 6, 0.05);
  border-top-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-y-green-600\/10:after {
  border-bottom-color: rgba(48, 132, 6, 0.1);
  border-top-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-y-green-600\/20:after {
  border-bottom-color: rgba(48, 132, 6, 0.2);
  border-top-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-y-green-600\/25:after {
  border-bottom-color: rgba(48, 132, 6, 0.25);
  border-top-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-y-green-600\/30:after {
  border-bottom-color: rgba(48, 132, 6, 0.3);
  border-top-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-y-green-600\/40:after {
  border-bottom-color: rgba(48, 132, 6, 0.4);
  border-top-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-y-green-600\/50:after {
  border-bottom-color: rgba(48, 132, 6, 0.5);
  border-top-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-y-green-600\/60:after {
  border-bottom-color: rgba(48, 132, 6, 0.6);
  border-top-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-y-green-600\/70:after {
  border-bottom-color: rgba(48, 132, 6, 0.7);
  border-top-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-y-green-600\/75:after {
  border-bottom-color: rgba(48, 132, 6, 0.75);
  border-top-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-y-green-600\/80:after {
  border-bottom-color: rgba(48, 132, 6, 0.8);
  border-top-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-y-green-600\/90:after {
  border-bottom-color: rgba(48, 132, 6, 0.9);
  border-top-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-y-green-600\/95:after {
  border-bottom-color: rgba(48, 132, 6, 0.95);
  border-top-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-y-green-600\/100:after {
  border-bottom-color: #308406;
  border-top-color: #308406;
  content: var(--tw-content);
}

.after\:border-y-green-700\/0:after {
  border-bottom-color: rgba(39, 202, 64, 0);
  border-top-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:border-y-green-700\/5:after {
  border-bottom-color: rgba(39, 202, 64, 0.05);
  border-top-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:border-y-green-700\/10:after {
  border-bottom-color: rgba(39, 202, 64, 0.1);
  border-top-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:border-y-green-700\/20:after {
  border-bottom-color: rgba(39, 202, 64, 0.2);
  border-top-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:border-y-green-700\/25:after {
  border-bottom-color: rgba(39, 202, 64, 0.25);
  border-top-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:border-y-green-700\/30:after {
  border-bottom-color: rgba(39, 202, 64, 0.3);
  border-top-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:border-y-green-700\/40:after {
  border-bottom-color: rgba(39, 202, 64, 0.4);
  border-top-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:border-y-green-700\/50:after {
  border-bottom-color: rgba(39, 202, 64, 0.5);
  border-top-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:border-y-green-700\/60:after {
  border-bottom-color: rgba(39, 202, 64, 0.6);
  border-top-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:border-y-green-700\/70:after {
  border-bottom-color: rgba(39, 202, 64, 0.7);
  border-top-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:border-y-green-700\/75:after {
  border-bottom-color: rgba(39, 202, 64, 0.75);
  border-top-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:border-y-green-700\/80:after {
  border-bottom-color: rgba(39, 202, 64, 0.8);
  border-top-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:border-y-green-700\/90:after {
  border-bottom-color: rgba(39, 202, 64, 0.9);
  border-top-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:border-y-green-700\/95:after {
  border-bottom-color: rgba(39, 202, 64, 0.95);
  border-top-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:border-y-green-700\/100:after {
  border-bottom-color: #27ca40;
  border-top-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/0:after {
  border-bottom-color: rgba(95, 99, 104, 0);
  border-top-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/5:after {
  border-bottom-color: rgba(95, 99, 104, 0.05);
  border-top-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/10:after {
  border-bottom-color: rgba(95, 99, 104, 0.1);
  border-top-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/20:after {
  border-bottom-color: rgba(95, 99, 104, 0.2);
  border-top-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/25:after {
  border-bottom-color: rgba(95, 99, 104, 0.25);
  border-top-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/30:after {
  border-bottom-color: rgba(95, 99, 104, 0.3);
  border-top-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/40:after {
  border-bottom-color: rgba(95, 99, 104, 0.4);
  border-top-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/50:after {
  border-bottom-color: rgba(95, 99, 104, 0.5);
  border-top-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/60:after {
  border-bottom-color: rgba(95, 99, 104, 0.6);
  border-top-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/70:after {
  border-bottom-color: rgba(95, 99, 104, 0.7);
  border-top-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/75:after {
  border-bottom-color: rgba(95, 99, 104, 0.75);
  border-top-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/80:after {
  border-bottom-color: rgba(95, 99, 104, 0.8);
  border-top-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/90:after {
  border-bottom-color: rgba(95, 99, 104, 0.9);
  border-top-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/95:after {
  border-bottom-color: rgba(95, 99, 104, 0.95);
  border-top-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-500\/100:after {
  border-bottom-color: #5f6368;
  border-top-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/0:after {
  border-bottom-color: rgba(54, 91, 114, 0);
  border-top-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/5:after {
  border-bottom-color: rgba(54, 91, 114, 0.05);
  border-top-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/10:after {
  border-bottom-color: rgba(54, 91, 114, 0.1);
  border-top-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/20:after {
  border-bottom-color: rgba(54, 91, 114, 0.2);
  border-top-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/25:after {
  border-bottom-color: rgba(54, 91, 114, 0.25);
  border-top-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/30:after {
  border-bottom-color: rgba(54, 91, 114, 0.3);
  border-top-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/40:after {
  border-bottom-color: rgba(54, 91, 114, 0.4);
  border-top-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/50:after {
  border-bottom-color: rgba(54, 91, 114, 0.5);
  border-top-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/60:after {
  border-bottom-color: rgba(54, 91, 114, 0.6);
  border-top-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/70:after {
  border-bottom-color: rgba(54, 91, 114, 0.7);
  border-top-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/75:after {
  border-bottom-color: rgba(54, 91, 114, 0.75);
  border-top-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/80:after {
  border-bottom-color: rgba(54, 91, 114, 0.8);
  border-top-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/90:after {
  border-bottom-color: rgba(54, 91, 114, 0.9);
  border-top-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/95:after {
  border-bottom-color: rgba(54, 91, 114, 0.95);
  border-top-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:border-y-grey-blue-600\/100:after {
  border-bottom-color: #365b72;
  border-top-color: #365b72;
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/0:after {
  border-bottom-color: rgba(86, 94, 82, 0);
  border-top-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/5:after {
  border-bottom-color: rgba(86, 94, 82, 0.05);
  border-top-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/10:after {
  border-bottom-color: rgba(86, 94, 82, 0.1);
  border-top-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/20:after {
  border-bottom-color: rgba(86, 94, 82, 0.2);
  border-top-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/25:after {
  border-bottom-color: rgba(86, 94, 82, 0.25);
  border-top-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/30:after {
  border-bottom-color: rgba(86, 94, 82, 0.3);
  border-top-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/40:after {
  border-bottom-color: rgba(86, 94, 82, 0.4);
  border-top-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/50:after {
  border-bottom-color: rgba(86, 94, 82, 0.5);
  border-top-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/60:after {
  border-bottom-color: rgba(86, 94, 82, 0.6);
  border-top-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/70:after {
  border-bottom-color: rgba(86, 94, 82, 0.7);
  border-top-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/75:after {
  border-bottom-color: rgba(86, 94, 82, 0.75);
  border-top-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/80:after {
  border-bottom-color: rgba(86, 94, 82, 0.8);
  border-top-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/90:after {
  border-bottom-color: rgba(86, 94, 82, 0.9);
  border-top-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/95:after {
  border-bottom-color: rgba(86, 94, 82, 0.95);
  border-top-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:border-y-grey-green-500\/100:after {
  border-bottom-color: #565e52;
  border-top-color: #565e52;
  content: var(--tw-content);
}

.after\:border-y-red-500\/0:after {
  border-bottom-color: rgba(231, 8, 60, 0);
  border-top-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:border-y-red-500\/5:after {
  border-bottom-color: rgba(231, 8, 60, 0.05);
  border-top-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:border-y-red-500\/10:after {
  border-bottom-color: rgba(231, 8, 60, 0.1);
  border-top-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:border-y-red-500\/20:after {
  border-bottom-color: rgba(231, 8, 60, 0.2);
  border-top-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:border-y-red-500\/25:after {
  border-bottom-color: rgba(231, 8, 60, 0.25);
  border-top-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:border-y-red-500\/30:after {
  border-bottom-color: rgba(231, 8, 60, 0.3);
  border-top-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:border-y-red-500\/40:after {
  border-bottom-color: rgba(231, 8, 60, 0.4);
  border-top-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:border-y-red-500\/50:after {
  border-bottom-color: rgba(231, 8, 60, 0.5);
  border-top-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:border-y-red-500\/60:after {
  border-bottom-color: rgba(231, 8, 60, 0.6);
  border-top-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:border-y-red-500\/70:after {
  border-bottom-color: rgba(231, 8, 60, 0.7);
  border-top-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:border-y-red-500\/75:after {
  border-bottom-color: rgba(231, 8, 60, 0.75);
  border-top-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:border-y-red-500\/80:after {
  border-bottom-color: rgba(231, 8, 60, 0.8);
  border-top-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:border-y-red-500\/90:after {
  border-bottom-color: rgba(231, 8, 60, 0.9);
  border-top-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:border-y-red-500\/95:after {
  border-bottom-color: rgba(231, 8, 60, 0.95);
  border-top-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:border-y-red-500\/100:after {
  border-bottom-color: #e7083c;
  border-top-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-t-inherit:after {
  border-top-color: inherit;
  content: var(--tw-content);
}

.after\:border-t-current:after {
  border-top-color: currentColor;
  content: var(--tw-content);
}

.after\:border-t-transparent:after {
  border-top-color: transparent;
  content: var(--tw-content);
}

.after\:border-t-white:after {
  border-top-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-t-black:after {
  border-top-color: #000;
  content: var(--tw-content);
}

.after\:border-t-blue-100:after {
  border-top-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-t-blue-300:after {
  border-top-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-t-blue-500:after {
  border-top-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-t-blue-600:after {
  border-top-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-t-blue-700:after {
  border-top-color: #335669;
  content: var(--tw-content);
}

.after\:border-t-blue-800:after {
  border-top-color: #203642;
  content: var(--tw-content);
}

.after\:border-t-blue-900:after {
  border-top-color: #192a33;
  content: var(--tw-content);
}

.after\:border-t-grey-50:after {
  border-top-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-t-grey-100:after {
  border-top-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-t-grey-300:after {
  border-top-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-t-grey-700:after {
  border-top-color: #919191;
  content: var(--tw-content);
}

.after\:border-t-green-200:after {
  border-top-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-t-green-400:after {
  border-top-color: #51de07;
  content: var(--tw-content);
}

.after\:border-t-green-500:after {
  border-top-color: #43b806;
  content: var(--tw-content);
}

.after\:border-t-green-600:after {
  border-top-color: #308406;
  content: var(--tw-content);
}

.after\:border-t-green-700:after {
  border-top-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500:after {
  border-top-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600:after {
  border-top-color: #365b72;
  content: var(--tw-content);
}

.after\:border-t-grey-green-500:after {
  border-top-color: #565e52;
  content: var(--tw-content);
}

.after\:border-t-red-500:after {
  border-top-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-t-transparent\/0:after {
  border-top-color: transparent;
  content: var(--tw-content);
}

.after\:border-t-transparent\/5:after {
  border-top-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-t-transparent\/10:after {
  border-top-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-t-transparent\/20:after {
  border-top-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-t-transparent\/25:after {
  border-top-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-t-transparent\/30:after {
  border-top-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-t-transparent\/40:after {
  border-top-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-t-transparent\/50:after {
  border-top-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-t-transparent\/60:after {
  border-top-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-t-transparent\/70:after {
  border-top-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-t-transparent\/75:after {
  border-top-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-t-transparent\/80:after {
  border-top-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-t-transparent\/90:after {
  border-top-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-t-transparent\/95:after {
  border-top-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-t-transparent\/100:after {
  border-top-color: #000;
  content: var(--tw-content);
}

.after\:border-t-white\/0:after {
  border-top-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:border-t-white\/5:after {
  border-top-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:border-t-white\/10:after {
  border-top-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:border-t-white\/20:after {
  border-top-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:border-t-white\/25:after {
  border-top-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:border-t-white\/30:after {
  border-top-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:border-t-white\/40:after {
  border-top-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:border-t-white\/50:after {
  border-top-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:border-t-white\/60:after {
  border-top-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:border-t-white\/70:after {
  border-top-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:border-t-white\/75:after {
  border-top-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:border-t-white\/80:after {
  border-top-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:border-t-white\/90:after {
  border-top-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:border-t-white\/95:after {
  border-top-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:border-t-white\/100:after {
  border-top-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-t-black\/0:after {
  border-top-color: transparent;
  content: var(--tw-content);
}

.after\:border-t-black\/5:after {
  border-top-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-t-black\/10:after {
  border-top-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-t-black\/20:after {
  border-top-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-t-black\/25:after {
  border-top-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-t-black\/30:after {
  border-top-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-t-black\/40:after {
  border-top-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-t-black\/50:after {
  border-top-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-t-black\/60:after {
  border-top-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-t-black\/70:after {
  border-top-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-t-black\/75:after {
  border-top-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-t-black\/80:after {
  border-top-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-t-black\/90:after {
  border-top-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-t-black\/95:after {
  border-top-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-t-black\/100:after {
  border-top-color: #000;
  content: var(--tw-content);
}

.after\:border-t-blue-100\/0:after {
  border-top-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/5:after {
  border-top-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/10:after {
  border-top-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/20:after {
  border-top-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/25:after {
  border-top-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/30:after {
  border-top-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/40:after {
  border-top-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/50:after {
  border-top-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/60:after {
  border-top-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/70:after {
  border-top-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/75:after {
  border-top-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/80:after {
  border-top-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/90:after {
  border-top-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/95:after {
  border-top-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:border-t-blue-100\/100:after {
  border-top-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-t-blue-300\/0:after {
  border-top-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/5:after {
  border-top-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/10:after {
  border-top-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/20:after {
  border-top-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/25:after {
  border-top-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/30:after {
  border-top-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/40:after {
  border-top-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/50:after {
  border-top-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/60:after {
  border-top-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/70:after {
  border-top-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/75:after {
  border-top-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/80:after {
  border-top-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/90:after {
  border-top-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/95:after {
  border-top-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:border-t-blue-300\/100:after {
  border-top-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-t-blue-500\/0:after {
  border-top-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/5:after {
  border-top-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/10:after {
  border-top-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/20:after {
  border-top-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/25:after {
  border-top-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/30:after {
  border-top-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/40:after {
  border-top-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/50:after {
  border-top-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/60:after {
  border-top-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/70:after {
  border-top-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/75:after {
  border-top-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/80:after {
  border-top-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/90:after {
  border-top-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/95:after {
  border-top-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:border-t-blue-500\/100:after {
  border-top-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-t-blue-600\/0:after {
  border-top-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/5:after {
  border-top-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/10:after {
  border-top-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/20:after {
  border-top-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/25:after {
  border-top-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/30:after {
  border-top-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/40:after {
  border-top-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/50:after {
  border-top-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/60:after {
  border-top-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/70:after {
  border-top-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/75:after {
  border-top-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/80:after {
  border-top-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/90:after {
  border-top-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/95:after {
  border-top-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:border-t-blue-600\/100:after {
  border-top-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-t-blue-700\/0:after {
  border-top-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/5:after {
  border-top-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/10:after {
  border-top-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/20:after {
  border-top-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/25:after {
  border-top-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/30:after {
  border-top-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/40:after {
  border-top-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/50:after {
  border-top-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/60:after {
  border-top-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/70:after {
  border-top-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/75:after {
  border-top-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/80:after {
  border-top-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/90:after {
  border-top-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/95:after {
  border-top-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:border-t-blue-700\/100:after {
  border-top-color: #335669;
  content: var(--tw-content);
}

.after\:border-t-blue-800\/0:after {
  border-top-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/5:after {
  border-top-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/10:after {
  border-top-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/20:after {
  border-top-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/25:after {
  border-top-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/30:after {
  border-top-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/40:after {
  border-top-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/50:after {
  border-top-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/60:after {
  border-top-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/70:after {
  border-top-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/75:after {
  border-top-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/80:after {
  border-top-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/90:after {
  border-top-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/95:after {
  border-top-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:border-t-blue-800\/100:after {
  border-top-color: #203642;
  content: var(--tw-content);
}

.after\:border-t-blue-900\/0:after {
  border-top-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/5:after {
  border-top-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/10:after {
  border-top-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/20:after {
  border-top-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/25:after {
  border-top-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/30:after {
  border-top-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/40:after {
  border-top-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/50:after {
  border-top-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/60:after {
  border-top-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/70:after {
  border-top-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/75:after {
  border-top-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/80:after {
  border-top-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/90:after {
  border-top-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/95:after {
  border-top-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:border-t-blue-900\/100:after {
  border-top-color: #192a33;
  content: var(--tw-content);
}

.after\:border-t-grey-50\/0:after {
  border-top-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/5:after {
  border-top-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/10:after {
  border-top-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/20:after {
  border-top-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/25:after {
  border-top-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/30:after {
  border-top-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/40:after {
  border-top-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/50:after {
  border-top-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/60:after {
  border-top-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/70:after {
  border-top-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/75:after {
  border-top-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/80:after {
  border-top-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/90:after {
  border-top-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/95:after {
  border-top-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:border-t-grey-50\/100:after {
  border-top-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-t-grey-100\/0:after {
  border-top-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/5:after {
  border-top-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/10:after {
  border-top-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/20:after {
  border-top-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/25:after {
  border-top-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/30:after {
  border-top-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/40:after {
  border-top-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/50:after {
  border-top-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/60:after {
  border-top-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/70:after {
  border-top-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/75:after {
  border-top-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/80:after {
  border-top-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/90:after {
  border-top-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/95:after {
  border-top-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:border-t-grey-100\/100:after {
  border-top-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-t-grey-300\/0:after {
  border-top-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/5:after {
  border-top-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/10:after {
  border-top-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/20:after {
  border-top-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/25:after {
  border-top-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/30:after {
  border-top-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/40:after {
  border-top-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/50:after {
  border-top-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/60:after {
  border-top-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/70:after {
  border-top-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/75:after {
  border-top-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/80:after {
  border-top-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/90:after {
  border-top-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/95:after {
  border-top-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:border-t-grey-300\/100:after {
  border-top-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-t-grey-700\/0:after {
  border-top-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/5:after {
  border-top-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/10:after {
  border-top-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/20:after {
  border-top-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/25:after {
  border-top-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/30:after {
  border-top-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/40:after {
  border-top-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/50:after {
  border-top-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/60:after {
  border-top-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/70:after {
  border-top-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/75:after {
  border-top-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/80:after {
  border-top-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/90:after {
  border-top-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/95:after {
  border-top-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:border-t-grey-700\/100:after {
  border-top-color: #919191;
  content: var(--tw-content);
}

.after\:border-t-green-200\/0:after {
  border-top-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:border-t-green-200\/5:after {
  border-top-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:border-t-green-200\/10:after {
  border-top-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:border-t-green-200\/20:after {
  border-top-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:border-t-green-200\/25:after {
  border-top-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:border-t-green-200\/30:after {
  border-top-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:border-t-green-200\/40:after {
  border-top-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:border-t-green-200\/50:after {
  border-top-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:border-t-green-200\/60:after {
  border-top-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:border-t-green-200\/70:after {
  border-top-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:border-t-green-200\/75:after {
  border-top-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:border-t-green-200\/80:after {
  border-top-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:border-t-green-200\/90:after {
  border-top-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:border-t-green-200\/95:after {
  border-top-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:border-t-green-200\/100:after {
  border-top-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-t-green-400\/0:after {
  border-top-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:border-t-green-400\/5:after {
  border-top-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:border-t-green-400\/10:after {
  border-top-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:border-t-green-400\/20:after {
  border-top-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:border-t-green-400\/25:after {
  border-top-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:border-t-green-400\/30:after {
  border-top-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:border-t-green-400\/40:after {
  border-top-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:border-t-green-400\/50:after {
  border-top-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:border-t-green-400\/60:after {
  border-top-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:border-t-green-400\/70:after {
  border-top-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:border-t-green-400\/75:after {
  border-top-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:border-t-green-400\/80:after {
  border-top-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:border-t-green-400\/90:after {
  border-top-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:border-t-green-400\/95:after {
  border-top-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:border-t-green-400\/100:after {
  border-top-color: #51de07;
  content: var(--tw-content);
}

.after\:border-t-green-500\/0:after {
  border-top-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:border-t-green-500\/5:after {
  border-top-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-t-green-500\/10:after {
  border-top-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-t-green-500\/20:after {
  border-top-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-t-green-500\/25:after {
  border-top-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-t-green-500\/30:after {
  border-top-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-t-green-500\/40:after {
  border-top-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-t-green-500\/50:after {
  border-top-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-t-green-500\/60:after {
  border-top-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-t-green-500\/70:after {
  border-top-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-t-green-500\/75:after {
  border-top-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-t-green-500\/80:after {
  border-top-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-t-green-500\/90:after {
  border-top-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-t-green-500\/95:after {
  border-top-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-t-green-500\/100:after {
  border-top-color: #43b806;
  content: var(--tw-content);
}

.after\:border-t-green-600\/0:after {
  border-top-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:border-t-green-600\/5:after {
  border-top-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-t-green-600\/10:after {
  border-top-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-t-green-600\/20:after {
  border-top-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-t-green-600\/25:after {
  border-top-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-t-green-600\/30:after {
  border-top-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-t-green-600\/40:after {
  border-top-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-t-green-600\/50:after {
  border-top-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-t-green-600\/60:after {
  border-top-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-t-green-600\/70:after {
  border-top-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-t-green-600\/75:after {
  border-top-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-t-green-600\/80:after {
  border-top-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-t-green-600\/90:after {
  border-top-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-t-green-600\/95:after {
  border-top-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-t-green-600\/100:after {
  border-top-color: #308406;
  content: var(--tw-content);
}

.after\:border-t-green-700\/0:after {
  border-top-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:border-t-green-700\/5:after {
  border-top-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:border-t-green-700\/10:after {
  border-top-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:border-t-green-700\/20:after {
  border-top-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:border-t-green-700\/25:after {
  border-top-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:border-t-green-700\/30:after {
  border-top-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:border-t-green-700\/40:after {
  border-top-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:border-t-green-700\/50:after {
  border-top-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:border-t-green-700\/60:after {
  border-top-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:border-t-green-700\/70:after {
  border-top-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:border-t-green-700\/75:after {
  border-top-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:border-t-green-700\/80:after {
  border-top-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:border-t-green-700\/90:after {
  border-top-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:border-t-green-700\/95:after {
  border-top-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:border-t-green-700\/100:after {
  border-top-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/0:after {
  border-top-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/5:after {
  border-top-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/10:after {
  border-top-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/20:after {
  border-top-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/25:after {
  border-top-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/30:after {
  border-top-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/40:after {
  border-top-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/50:after {
  border-top-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/60:after {
  border-top-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/70:after {
  border-top-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/75:after {
  border-top-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/80:after {
  border-top-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/90:after {
  border-top-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/95:after {
  border-top-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-500\/100:after {
  border-top-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/0:after {
  border-top-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/5:after {
  border-top-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/10:after {
  border-top-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/20:after {
  border-top-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/25:after {
  border-top-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/30:after {
  border-top-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/40:after {
  border-top-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/50:after {
  border-top-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/60:after {
  border-top-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/70:after {
  border-top-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/75:after {
  border-top-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/80:after {
  border-top-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/90:after {
  border-top-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/95:after {
  border-top-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:border-t-grey-blue-600\/100:after {
  border-top-color: #365b72;
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/0:after {
  border-top-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/5:after {
  border-top-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/10:after {
  border-top-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/20:after {
  border-top-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/25:after {
  border-top-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/30:after {
  border-top-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/40:after {
  border-top-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/50:after {
  border-top-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/60:after {
  border-top-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/70:after {
  border-top-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/75:after {
  border-top-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/80:after {
  border-top-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/90:after {
  border-top-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/95:after {
  border-top-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:border-t-grey-green-500\/100:after {
  border-top-color: #565e52;
  content: var(--tw-content);
}

.after\:border-t-red-500\/0:after {
  border-top-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:border-t-red-500\/5:after {
  border-top-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:border-t-red-500\/10:after {
  border-top-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:border-t-red-500\/20:after {
  border-top-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:border-t-red-500\/25:after {
  border-top-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:border-t-red-500\/30:after {
  border-top-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:border-t-red-500\/40:after {
  border-top-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:border-t-red-500\/50:after {
  border-top-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:border-t-red-500\/60:after {
  border-top-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:border-t-red-500\/70:after {
  border-top-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:border-t-red-500\/75:after {
  border-top-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:border-t-red-500\/80:after {
  border-top-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:border-t-red-500\/90:after {
  border-top-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:border-t-red-500\/95:after {
  border-top-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:border-t-red-500\/100:after {
  border-top-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-r-inherit:after {
  border-right-color: inherit;
  content: var(--tw-content);
}

.after\:border-r-current:after {
  border-right-color: currentColor;
  content: var(--tw-content);
}

.after\:border-r-transparent:after {
  border-right-color: transparent;
  content: var(--tw-content);
}

.after\:border-r-white:after {
  border-right-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-r-black:after {
  border-right-color: #000;
  content: var(--tw-content);
}

.after\:border-r-blue-100:after {
  border-right-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-r-blue-300:after {
  border-right-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-r-blue-500:after {
  border-right-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-r-blue-600:after {
  border-right-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-r-blue-700:after {
  border-right-color: #335669;
  content: var(--tw-content);
}

.after\:border-r-blue-800:after {
  border-right-color: #203642;
  content: var(--tw-content);
}

.after\:border-r-blue-900:after {
  border-right-color: #192a33;
  content: var(--tw-content);
}

.after\:border-r-grey-50:after {
  border-right-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-r-grey-100:after {
  border-right-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-r-grey-300:after {
  border-right-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-r-grey-700:after {
  border-right-color: #919191;
  content: var(--tw-content);
}

.after\:border-r-green-200:after {
  border-right-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-r-green-400:after {
  border-right-color: #51de07;
  content: var(--tw-content);
}

.after\:border-r-green-500:after {
  border-right-color: #43b806;
  content: var(--tw-content);
}

.after\:border-r-green-600:after {
  border-right-color: #308406;
  content: var(--tw-content);
}

.after\:border-r-green-700:after {
  border-right-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500:after {
  border-right-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600:after {
  border-right-color: #365b72;
  content: var(--tw-content);
}

.after\:border-r-grey-green-500:after {
  border-right-color: #565e52;
  content: var(--tw-content);
}

.after\:border-r-red-500:after {
  border-right-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-r-transparent\/0:after {
  border-right-color: transparent;
  content: var(--tw-content);
}

.after\:border-r-transparent\/5:after {
  border-right-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-r-transparent\/10:after {
  border-right-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-r-transparent\/20:after {
  border-right-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-r-transparent\/25:after {
  border-right-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-r-transparent\/30:after {
  border-right-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-r-transparent\/40:after {
  border-right-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-r-transparent\/50:after {
  border-right-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-r-transparent\/60:after {
  border-right-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-r-transparent\/70:after {
  border-right-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-r-transparent\/75:after {
  border-right-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-r-transparent\/80:after {
  border-right-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-r-transparent\/90:after {
  border-right-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-r-transparent\/95:after {
  border-right-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-r-transparent\/100:after {
  border-right-color: #000;
  content: var(--tw-content);
}

.after\:border-r-white\/0:after {
  border-right-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:border-r-white\/5:after {
  border-right-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:border-r-white\/10:after {
  border-right-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:border-r-white\/20:after {
  border-right-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:border-r-white\/25:after {
  border-right-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:border-r-white\/30:after {
  border-right-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:border-r-white\/40:after {
  border-right-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:border-r-white\/50:after {
  border-right-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:border-r-white\/60:after {
  border-right-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:border-r-white\/70:after {
  border-right-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:border-r-white\/75:after {
  border-right-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:border-r-white\/80:after {
  border-right-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:border-r-white\/90:after {
  border-right-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:border-r-white\/95:after {
  border-right-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:border-r-white\/100:after {
  border-right-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-r-black\/0:after {
  border-right-color: transparent;
  content: var(--tw-content);
}

.after\:border-r-black\/5:after {
  border-right-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-r-black\/10:after {
  border-right-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-r-black\/20:after {
  border-right-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-r-black\/25:after {
  border-right-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-r-black\/30:after {
  border-right-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-r-black\/40:after {
  border-right-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-r-black\/50:after {
  border-right-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-r-black\/60:after {
  border-right-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-r-black\/70:after {
  border-right-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-r-black\/75:after {
  border-right-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-r-black\/80:after {
  border-right-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-r-black\/90:after {
  border-right-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-r-black\/95:after {
  border-right-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-r-black\/100:after {
  border-right-color: #000;
  content: var(--tw-content);
}

.after\:border-r-blue-100\/0:after {
  border-right-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/5:after {
  border-right-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/10:after {
  border-right-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/20:after {
  border-right-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/25:after {
  border-right-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/30:after {
  border-right-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/40:after {
  border-right-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/50:after {
  border-right-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/60:after {
  border-right-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/70:after {
  border-right-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/75:after {
  border-right-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/80:after {
  border-right-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/90:after {
  border-right-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/95:after {
  border-right-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:border-r-blue-100\/100:after {
  border-right-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-r-blue-300\/0:after {
  border-right-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/5:after {
  border-right-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/10:after {
  border-right-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/20:after {
  border-right-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/25:after {
  border-right-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/30:after {
  border-right-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/40:after {
  border-right-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/50:after {
  border-right-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/60:after {
  border-right-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/70:after {
  border-right-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/75:after {
  border-right-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/80:after {
  border-right-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/90:after {
  border-right-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/95:after {
  border-right-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:border-r-blue-300\/100:after {
  border-right-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-r-blue-500\/0:after {
  border-right-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/5:after {
  border-right-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/10:after {
  border-right-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/20:after {
  border-right-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/25:after {
  border-right-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/30:after {
  border-right-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/40:after {
  border-right-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/50:after {
  border-right-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/60:after {
  border-right-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/70:after {
  border-right-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/75:after {
  border-right-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/80:after {
  border-right-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/90:after {
  border-right-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/95:after {
  border-right-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:border-r-blue-500\/100:after {
  border-right-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-r-blue-600\/0:after {
  border-right-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/5:after {
  border-right-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/10:after {
  border-right-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/20:after {
  border-right-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/25:after {
  border-right-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/30:after {
  border-right-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/40:after {
  border-right-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/50:after {
  border-right-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/60:after {
  border-right-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/70:after {
  border-right-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/75:after {
  border-right-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/80:after {
  border-right-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/90:after {
  border-right-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/95:after {
  border-right-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:border-r-blue-600\/100:after {
  border-right-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-r-blue-700\/0:after {
  border-right-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/5:after {
  border-right-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/10:after {
  border-right-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/20:after {
  border-right-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/25:after {
  border-right-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/30:after {
  border-right-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/40:after {
  border-right-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/50:after {
  border-right-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/60:after {
  border-right-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/70:after {
  border-right-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/75:after {
  border-right-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/80:after {
  border-right-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/90:after {
  border-right-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/95:after {
  border-right-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:border-r-blue-700\/100:after {
  border-right-color: #335669;
  content: var(--tw-content);
}

.after\:border-r-blue-800\/0:after {
  border-right-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/5:after {
  border-right-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/10:after {
  border-right-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/20:after {
  border-right-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/25:after {
  border-right-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/30:after {
  border-right-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/40:after {
  border-right-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/50:after {
  border-right-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/60:after {
  border-right-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/70:after {
  border-right-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/75:after {
  border-right-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/80:after {
  border-right-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/90:after {
  border-right-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/95:after {
  border-right-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:border-r-blue-800\/100:after {
  border-right-color: #203642;
  content: var(--tw-content);
}

.after\:border-r-blue-900\/0:after {
  border-right-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/5:after {
  border-right-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/10:after {
  border-right-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/20:after {
  border-right-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/25:after {
  border-right-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/30:after {
  border-right-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/40:after {
  border-right-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/50:after {
  border-right-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/60:after {
  border-right-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/70:after {
  border-right-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/75:after {
  border-right-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/80:after {
  border-right-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/90:after {
  border-right-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/95:after {
  border-right-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:border-r-blue-900\/100:after {
  border-right-color: #192a33;
  content: var(--tw-content);
}

.after\:border-r-grey-50\/0:after {
  border-right-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/5:after {
  border-right-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/10:after {
  border-right-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/20:after {
  border-right-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/25:after {
  border-right-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/30:after {
  border-right-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/40:after {
  border-right-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/50:after {
  border-right-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/60:after {
  border-right-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/70:after {
  border-right-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/75:after {
  border-right-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/80:after {
  border-right-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/90:after {
  border-right-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/95:after {
  border-right-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:border-r-grey-50\/100:after {
  border-right-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-r-grey-100\/0:after {
  border-right-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/5:after {
  border-right-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/10:after {
  border-right-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/20:after {
  border-right-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/25:after {
  border-right-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/30:after {
  border-right-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/40:after {
  border-right-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/50:after {
  border-right-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/60:after {
  border-right-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/70:after {
  border-right-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/75:after {
  border-right-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/80:after {
  border-right-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/90:after {
  border-right-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/95:after {
  border-right-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:border-r-grey-100\/100:after {
  border-right-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-r-grey-300\/0:after {
  border-right-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/5:after {
  border-right-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/10:after {
  border-right-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/20:after {
  border-right-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/25:after {
  border-right-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/30:after {
  border-right-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/40:after {
  border-right-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/50:after {
  border-right-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/60:after {
  border-right-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/70:after {
  border-right-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/75:after {
  border-right-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/80:after {
  border-right-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/90:after {
  border-right-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/95:after {
  border-right-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:border-r-grey-300\/100:after {
  border-right-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-r-grey-700\/0:after {
  border-right-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/5:after {
  border-right-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/10:after {
  border-right-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/20:after {
  border-right-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/25:after {
  border-right-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/30:after {
  border-right-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/40:after {
  border-right-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/50:after {
  border-right-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/60:after {
  border-right-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/70:after {
  border-right-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/75:after {
  border-right-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/80:after {
  border-right-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/90:after {
  border-right-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/95:after {
  border-right-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:border-r-grey-700\/100:after {
  border-right-color: #919191;
  content: var(--tw-content);
}

.after\:border-r-green-200\/0:after {
  border-right-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:border-r-green-200\/5:after {
  border-right-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:border-r-green-200\/10:after {
  border-right-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:border-r-green-200\/20:after {
  border-right-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:border-r-green-200\/25:after {
  border-right-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:border-r-green-200\/30:after {
  border-right-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:border-r-green-200\/40:after {
  border-right-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:border-r-green-200\/50:after {
  border-right-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:border-r-green-200\/60:after {
  border-right-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:border-r-green-200\/70:after {
  border-right-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:border-r-green-200\/75:after {
  border-right-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:border-r-green-200\/80:after {
  border-right-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:border-r-green-200\/90:after {
  border-right-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:border-r-green-200\/95:after {
  border-right-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:border-r-green-200\/100:after {
  border-right-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-r-green-400\/0:after {
  border-right-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:border-r-green-400\/5:after {
  border-right-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:border-r-green-400\/10:after {
  border-right-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:border-r-green-400\/20:after {
  border-right-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:border-r-green-400\/25:after {
  border-right-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:border-r-green-400\/30:after {
  border-right-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:border-r-green-400\/40:after {
  border-right-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:border-r-green-400\/50:after {
  border-right-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:border-r-green-400\/60:after {
  border-right-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:border-r-green-400\/70:after {
  border-right-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:border-r-green-400\/75:after {
  border-right-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:border-r-green-400\/80:after {
  border-right-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:border-r-green-400\/90:after {
  border-right-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:border-r-green-400\/95:after {
  border-right-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:border-r-green-400\/100:after {
  border-right-color: #51de07;
  content: var(--tw-content);
}

.after\:border-r-green-500\/0:after {
  border-right-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:border-r-green-500\/5:after {
  border-right-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-r-green-500\/10:after {
  border-right-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-r-green-500\/20:after {
  border-right-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-r-green-500\/25:after {
  border-right-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-r-green-500\/30:after {
  border-right-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-r-green-500\/40:after {
  border-right-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-r-green-500\/50:after {
  border-right-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-r-green-500\/60:after {
  border-right-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-r-green-500\/70:after {
  border-right-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-r-green-500\/75:after {
  border-right-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-r-green-500\/80:after {
  border-right-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-r-green-500\/90:after {
  border-right-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-r-green-500\/95:after {
  border-right-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-r-green-500\/100:after {
  border-right-color: #43b806;
  content: var(--tw-content);
}

.after\:border-r-green-600\/0:after {
  border-right-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:border-r-green-600\/5:after {
  border-right-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-r-green-600\/10:after {
  border-right-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-r-green-600\/20:after {
  border-right-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-r-green-600\/25:after {
  border-right-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-r-green-600\/30:after {
  border-right-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-r-green-600\/40:after {
  border-right-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-r-green-600\/50:after {
  border-right-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-r-green-600\/60:after {
  border-right-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-r-green-600\/70:after {
  border-right-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-r-green-600\/75:after {
  border-right-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-r-green-600\/80:after {
  border-right-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-r-green-600\/90:after {
  border-right-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-r-green-600\/95:after {
  border-right-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-r-green-600\/100:after {
  border-right-color: #308406;
  content: var(--tw-content);
}

.after\:border-r-green-700\/0:after {
  border-right-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:border-r-green-700\/5:after {
  border-right-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:border-r-green-700\/10:after {
  border-right-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:border-r-green-700\/20:after {
  border-right-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:border-r-green-700\/25:after {
  border-right-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:border-r-green-700\/30:after {
  border-right-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:border-r-green-700\/40:after {
  border-right-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:border-r-green-700\/50:after {
  border-right-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:border-r-green-700\/60:after {
  border-right-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:border-r-green-700\/70:after {
  border-right-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:border-r-green-700\/75:after {
  border-right-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:border-r-green-700\/80:after {
  border-right-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:border-r-green-700\/90:after {
  border-right-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:border-r-green-700\/95:after {
  border-right-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:border-r-green-700\/100:after {
  border-right-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/0:after {
  border-right-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/5:after {
  border-right-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/10:after {
  border-right-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/20:after {
  border-right-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/25:after {
  border-right-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/30:after {
  border-right-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/40:after {
  border-right-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/50:after {
  border-right-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/60:after {
  border-right-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/70:after {
  border-right-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/75:after {
  border-right-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/80:after {
  border-right-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/90:after {
  border-right-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/95:after {
  border-right-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-500\/100:after {
  border-right-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/0:after {
  border-right-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/5:after {
  border-right-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/10:after {
  border-right-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/20:after {
  border-right-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/25:after {
  border-right-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/30:after {
  border-right-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/40:after {
  border-right-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/50:after {
  border-right-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/60:after {
  border-right-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/70:after {
  border-right-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/75:after {
  border-right-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/80:after {
  border-right-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/90:after {
  border-right-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/95:after {
  border-right-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:border-r-grey-blue-600\/100:after {
  border-right-color: #365b72;
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/0:after {
  border-right-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/5:after {
  border-right-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/10:after {
  border-right-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/20:after {
  border-right-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/25:after {
  border-right-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/30:after {
  border-right-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/40:after {
  border-right-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/50:after {
  border-right-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/60:after {
  border-right-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/70:after {
  border-right-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/75:after {
  border-right-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/80:after {
  border-right-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/90:after {
  border-right-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/95:after {
  border-right-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:border-r-grey-green-500\/100:after {
  border-right-color: #565e52;
  content: var(--tw-content);
}

.after\:border-r-red-500\/0:after {
  border-right-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:border-r-red-500\/5:after {
  border-right-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:border-r-red-500\/10:after {
  border-right-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:border-r-red-500\/20:after {
  border-right-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:border-r-red-500\/25:after {
  border-right-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:border-r-red-500\/30:after {
  border-right-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:border-r-red-500\/40:after {
  border-right-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:border-r-red-500\/50:after {
  border-right-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:border-r-red-500\/60:after {
  border-right-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:border-r-red-500\/70:after {
  border-right-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:border-r-red-500\/75:after {
  border-right-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:border-r-red-500\/80:after {
  border-right-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:border-r-red-500\/90:after {
  border-right-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:border-r-red-500\/95:after {
  border-right-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:border-r-red-500\/100:after {
  border-right-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-b-inherit:after {
  border-bottom-color: inherit;
  content: var(--tw-content);
}

.after\:border-b-current:after {
  border-bottom-color: currentColor;
  content: var(--tw-content);
}

.after\:border-b-transparent:after {
  border-bottom-color: transparent;
  content: var(--tw-content);
}

.after\:border-b-white:after {
  border-bottom-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-b-black:after {
  border-bottom-color: #000;
  content: var(--tw-content);
}

.after\:border-b-blue-100:after {
  border-bottom-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-b-blue-300:after {
  border-bottom-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-b-blue-500:after {
  border-bottom-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-b-blue-600:after {
  border-bottom-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-b-blue-700:after {
  border-bottom-color: #335669;
  content: var(--tw-content);
}

.after\:border-b-blue-800:after {
  border-bottom-color: #203642;
  content: var(--tw-content);
}

.after\:border-b-blue-900:after {
  border-bottom-color: #192a33;
  content: var(--tw-content);
}

.after\:border-b-grey-50:after {
  border-bottom-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-b-grey-100:after {
  border-bottom-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-b-grey-300:after {
  border-bottom-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-b-grey-700:after {
  border-bottom-color: #919191;
  content: var(--tw-content);
}

.after\:border-b-green-200:after {
  border-bottom-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-b-green-400:after {
  border-bottom-color: #51de07;
  content: var(--tw-content);
}

.after\:border-b-green-500:after {
  border-bottom-color: #43b806;
  content: var(--tw-content);
}

.after\:border-b-green-600:after {
  border-bottom-color: #308406;
  content: var(--tw-content);
}

.after\:border-b-green-700:after {
  border-bottom-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500:after {
  border-bottom-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600:after {
  border-bottom-color: #365b72;
  content: var(--tw-content);
}

.after\:border-b-grey-green-500:after {
  border-bottom-color: #565e52;
  content: var(--tw-content);
}

.after\:border-b-red-500:after {
  border-bottom-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-b-transparent\/0:after {
  border-bottom-color: transparent;
  content: var(--tw-content);
}

.after\:border-b-transparent\/5:after {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-b-transparent\/10:after {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-b-transparent\/20:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-b-transparent\/25:after {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-b-transparent\/30:after {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-b-transparent\/40:after {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-b-transparent\/50:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-b-transparent\/60:after {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-b-transparent\/70:after {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-b-transparent\/75:after {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-b-transparent\/80:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-b-transparent\/90:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-b-transparent\/95:after {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-b-transparent\/100:after {
  border-bottom-color: #000;
  content: var(--tw-content);
}

.after\:border-b-white\/0:after {
  border-bottom-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:border-b-white\/5:after {
  border-bottom-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:border-b-white\/10:after {
  border-bottom-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:border-b-white\/20:after {
  border-bottom-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:border-b-white\/25:after {
  border-bottom-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:border-b-white\/30:after {
  border-bottom-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:border-b-white\/40:after {
  border-bottom-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:border-b-white\/50:after {
  border-bottom-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:border-b-white\/60:after {
  border-bottom-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:border-b-white\/70:after {
  border-bottom-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:border-b-white\/75:after {
  border-bottom-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:border-b-white\/80:after {
  border-bottom-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:border-b-white\/90:after {
  border-bottom-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:border-b-white\/95:after {
  border-bottom-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:border-b-white\/100:after {
  border-bottom-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-b-black\/0:after {
  border-bottom-color: transparent;
  content: var(--tw-content);
}

.after\:border-b-black\/5:after {
  border-bottom-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-b-black\/10:after {
  border-bottom-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-b-black\/20:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-b-black\/25:after {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-b-black\/30:after {
  border-bottom-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-b-black\/40:after {
  border-bottom-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-b-black\/50:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-b-black\/60:after {
  border-bottom-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-b-black\/70:after {
  border-bottom-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-b-black\/75:after {
  border-bottom-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-b-black\/80:after {
  border-bottom-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-b-black\/90:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-b-black\/95:after {
  border-bottom-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-b-black\/100:after {
  border-bottom-color: #000;
  content: var(--tw-content);
}

.after\:border-b-blue-100\/0:after {
  border-bottom-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/5:after {
  border-bottom-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/10:after {
  border-bottom-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/20:after {
  border-bottom-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/25:after {
  border-bottom-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/30:after {
  border-bottom-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/40:after {
  border-bottom-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/50:after {
  border-bottom-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/60:after {
  border-bottom-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/70:after {
  border-bottom-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/75:after {
  border-bottom-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/80:after {
  border-bottom-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/90:after {
  border-bottom-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/95:after {
  border-bottom-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:border-b-blue-100\/100:after {
  border-bottom-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-b-blue-300\/0:after {
  border-bottom-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/5:after {
  border-bottom-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/10:after {
  border-bottom-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/20:after {
  border-bottom-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/25:after {
  border-bottom-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/30:after {
  border-bottom-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/40:after {
  border-bottom-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/50:after {
  border-bottom-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/60:after {
  border-bottom-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/70:after {
  border-bottom-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/75:after {
  border-bottom-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/80:after {
  border-bottom-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/90:after {
  border-bottom-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/95:after {
  border-bottom-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:border-b-blue-300\/100:after {
  border-bottom-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-b-blue-500\/0:after {
  border-bottom-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/5:after {
  border-bottom-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/10:after {
  border-bottom-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/20:after {
  border-bottom-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/25:after {
  border-bottom-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/30:after {
  border-bottom-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/40:after {
  border-bottom-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/50:after {
  border-bottom-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/60:after {
  border-bottom-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/70:after {
  border-bottom-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/75:after {
  border-bottom-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/80:after {
  border-bottom-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/90:after {
  border-bottom-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/95:after {
  border-bottom-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:border-b-blue-500\/100:after {
  border-bottom-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-b-blue-600\/0:after {
  border-bottom-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/5:after {
  border-bottom-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/10:after {
  border-bottom-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/20:after {
  border-bottom-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/25:after {
  border-bottom-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/30:after {
  border-bottom-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/40:after {
  border-bottom-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/50:after {
  border-bottom-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/60:after {
  border-bottom-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/70:after {
  border-bottom-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/75:after {
  border-bottom-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/80:after {
  border-bottom-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/90:after {
  border-bottom-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/95:after {
  border-bottom-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:border-b-blue-600\/100:after {
  border-bottom-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-b-blue-700\/0:after {
  border-bottom-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/5:after {
  border-bottom-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/10:after {
  border-bottom-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/20:after {
  border-bottom-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/25:after {
  border-bottom-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/30:after {
  border-bottom-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/40:after {
  border-bottom-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/50:after {
  border-bottom-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/60:after {
  border-bottom-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/70:after {
  border-bottom-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/75:after {
  border-bottom-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/80:after {
  border-bottom-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/90:after {
  border-bottom-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/95:after {
  border-bottom-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:border-b-blue-700\/100:after {
  border-bottom-color: #335669;
  content: var(--tw-content);
}

.after\:border-b-blue-800\/0:after {
  border-bottom-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/5:after {
  border-bottom-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/10:after {
  border-bottom-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/20:after {
  border-bottom-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/25:after {
  border-bottom-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/30:after {
  border-bottom-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/40:after {
  border-bottom-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/50:after {
  border-bottom-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/60:after {
  border-bottom-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/70:after {
  border-bottom-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/75:after {
  border-bottom-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/80:after {
  border-bottom-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/90:after {
  border-bottom-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/95:after {
  border-bottom-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:border-b-blue-800\/100:after {
  border-bottom-color: #203642;
  content: var(--tw-content);
}

.after\:border-b-blue-900\/0:after {
  border-bottom-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/5:after {
  border-bottom-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/10:after {
  border-bottom-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/20:after {
  border-bottom-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/25:after {
  border-bottom-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/30:after {
  border-bottom-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/40:after {
  border-bottom-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/50:after {
  border-bottom-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/60:after {
  border-bottom-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/70:after {
  border-bottom-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/75:after {
  border-bottom-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/80:after {
  border-bottom-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/90:after {
  border-bottom-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/95:after {
  border-bottom-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:border-b-blue-900\/100:after {
  border-bottom-color: #192a33;
  content: var(--tw-content);
}

.after\:border-b-grey-50\/0:after {
  border-bottom-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/5:after {
  border-bottom-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/10:after {
  border-bottom-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/20:after {
  border-bottom-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/25:after {
  border-bottom-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/30:after {
  border-bottom-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/40:after {
  border-bottom-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/50:after {
  border-bottom-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/60:after {
  border-bottom-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/70:after {
  border-bottom-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/75:after {
  border-bottom-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/80:after {
  border-bottom-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/90:after {
  border-bottom-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/95:after {
  border-bottom-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:border-b-grey-50\/100:after {
  border-bottom-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-b-grey-100\/0:after {
  border-bottom-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/5:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/10:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/20:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/25:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/30:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/40:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/50:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/60:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/70:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/75:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/80:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/90:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/95:after {
  border-bottom-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:border-b-grey-100\/100:after {
  border-bottom-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-b-grey-300\/0:after {
  border-bottom-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/5:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/10:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/20:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/25:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/30:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/40:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/50:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/60:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/70:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/75:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/80:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/90:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/95:after {
  border-bottom-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:border-b-grey-300\/100:after {
  border-bottom-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-b-grey-700\/0:after {
  border-bottom-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/5:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/10:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/20:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/25:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/30:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/40:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/50:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/60:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/70:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/75:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/80:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/90:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/95:after {
  border-bottom-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:border-b-grey-700\/100:after {
  border-bottom-color: #919191;
  content: var(--tw-content);
}

.after\:border-b-green-200\/0:after {
  border-bottom-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:border-b-green-200\/5:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:border-b-green-200\/10:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:border-b-green-200\/20:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:border-b-green-200\/25:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:border-b-green-200\/30:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:border-b-green-200\/40:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:border-b-green-200\/50:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:border-b-green-200\/60:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:border-b-green-200\/70:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:border-b-green-200\/75:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:border-b-green-200\/80:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:border-b-green-200\/90:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:border-b-green-200\/95:after {
  border-bottom-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:border-b-green-200\/100:after {
  border-bottom-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-b-green-400\/0:after {
  border-bottom-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:border-b-green-400\/5:after {
  border-bottom-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:border-b-green-400\/10:after {
  border-bottom-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:border-b-green-400\/20:after {
  border-bottom-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:border-b-green-400\/25:after {
  border-bottom-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:border-b-green-400\/30:after {
  border-bottom-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:border-b-green-400\/40:after {
  border-bottom-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:border-b-green-400\/50:after {
  border-bottom-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:border-b-green-400\/60:after {
  border-bottom-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:border-b-green-400\/70:after {
  border-bottom-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:border-b-green-400\/75:after {
  border-bottom-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:border-b-green-400\/80:after {
  border-bottom-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:border-b-green-400\/90:after {
  border-bottom-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:border-b-green-400\/95:after {
  border-bottom-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:border-b-green-400\/100:after {
  border-bottom-color: #51de07;
  content: var(--tw-content);
}

.after\:border-b-green-500\/0:after {
  border-bottom-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:border-b-green-500\/5:after {
  border-bottom-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-b-green-500\/10:after {
  border-bottom-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-b-green-500\/20:after {
  border-bottom-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-b-green-500\/25:after {
  border-bottom-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-b-green-500\/30:after {
  border-bottom-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-b-green-500\/40:after {
  border-bottom-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-b-green-500\/50:after {
  border-bottom-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-b-green-500\/60:after {
  border-bottom-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-b-green-500\/70:after {
  border-bottom-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-b-green-500\/75:after {
  border-bottom-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-b-green-500\/80:after {
  border-bottom-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-b-green-500\/90:after {
  border-bottom-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-b-green-500\/95:after {
  border-bottom-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-b-green-500\/100:after {
  border-bottom-color: #43b806;
  content: var(--tw-content);
}

.after\:border-b-green-600\/0:after {
  border-bottom-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:border-b-green-600\/5:after {
  border-bottom-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-b-green-600\/10:after {
  border-bottom-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-b-green-600\/20:after {
  border-bottom-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-b-green-600\/25:after {
  border-bottom-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-b-green-600\/30:after {
  border-bottom-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-b-green-600\/40:after {
  border-bottom-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-b-green-600\/50:after {
  border-bottom-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-b-green-600\/60:after {
  border-bottom-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-b-green-600\/70:after {
  border-bottom-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-b-green-600\/75:after {
  border-bottom-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-b-green-600\/80:after {
  border-bottom-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-b-green-600\/90:after {
  border-bottom-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-b-green-600\/95:after {
  border-bottom-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-b-green-600\/100:after {
  border-bottom-color: #308406;
  content: var(--tw-content);
}

.after\:border-b-green-700\/0:after {
  border-bottom-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:border-b-green-700\/5:after {
  border-bottom-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:border-b-green-700\/10:after {
  border-bottom-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:border-b-green-700\/20:after {
  border-bottom-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:border-b-green-700\/25:after {
  border-bottom-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:border-b-green-700\/30:after {
  border-bottom-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:border-b-green-700\/40:after {
  border-bottom-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:border-b-green-700\/50:after {
  border-bottom-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:border-b-green-700\/60:after {
  border-bottom-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:border-b-green-700\/70:after {
  border-bottom-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:border-b-green-700\/75:after {
  border-bottom-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:border-b-green-700\/80:after {
  border-bottom-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:border-b-green-700\/90:after {
  border-bottom-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:border-b-green-700\/95:after {
  border-bottom-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:border-b-green-700\/100:after {
  border-bottom-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/0:after {
  border-bottom-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/5:after {
  border-bottom-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/10:after {
  border-bottom-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/20:after {
  border-bottom-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/25:after {
  border-bottom-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/30:after {
  border-bottom-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/40:after {
  border-bottom-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/50:after {
  border-bottom-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/60:after {
  border-bottom-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/70:after {
  border-bottom-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/75:after {
  border-bottom-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/80:after {
  border-bottom-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/90:after {
  border-bottom-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/95:after {
  border-bottom-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-500\/100:after {
  border-bottom-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/0:after {
  border-bottom-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/5:after {
  border-bottom-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/10:after {
  border-bottom-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/20:after {
  border-bottom-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/25:after {
  border-bottom-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/30:after {
  border-bottom-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/40:after {
  border-bottom-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/50:after {
  border-bottom-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/60:after {
  border-bottom-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/70:after {
  border-bottom-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/75:after {
  border-bottom-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/80:after {
  border-bottom-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/90:after {
  border-bottom-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/95:after {
  border-bottom-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:border-b-grey-blue-600\/100:after {
  border-bottom-color: #365b72;
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/0:after {
  border-bottom-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/5:after {
  border-bottom-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/10:after {
  border-bottom-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/20:after {
  border-bottom-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/25:after {
  border-bottom-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/30:after {
  border-bottom-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/40:after {
  border-bottom-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/50:after {
  border-bottom-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/60:after {
  border-bottom-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/70:after {
  border-bottom-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/75:after {
  border-bottom-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/80:after {
  border-bottom-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/90:after {
  border-bottom-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/95:after {
  border-bottom-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:border-b-grey-green-500\/100:after {
  border-bottom-color: #565e52;
  content: var(--tw-content);
}

.after\:border-b-red-500\/0:after {
  border-bottom-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:border-b-red-500\/5:after {
  border-bottom-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:border-b-red-500\/10:after {
  border-bottom-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:border-b-red-500\/20:after {
  border-bottom-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:border-b-red-500\/25:after {
  border-bottom-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:border-b-red-500\/30:after {
  border-bottom-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:border-b-red-500\/40:after {
  border-bottom-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:border-b-red-500\/50:after {
  border-bottom-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:border-b-red-500\/60:after {
  border-bottom-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:border-b-red-500\/70:after {
  border-bottom-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:border-b-red-500\/75:after {
  border-bottom-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:border-b-red-500\/80:after {
  border-bottom-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:border-b-red-500\/90:after {
  border-bottom-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:border-b-red-500\/95:after {
  border-bottom-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:border-b-red-500\/100:after {
  border-bottom-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-l-inherit:after {
  border-left-color: inherit;
  content: var(--tw-content);
}

.after\:border-l-current:after {
  border-left-color: currentColor;
  content: var(--tw-content);
}

.after\:border-l-transparent:after {
  border-left-color: transparent;
  content: var(--tw-content);
}

.after\:border-l-white:after {
  border-left-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-l-black:after {
  border-left-color: #000;
  content: var(--tw-content);
}

.after\:border-l-blue-100:after {
  border-left-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-l-blue-300:after {
  border-left-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-l-blue-500:after {
  border-left-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-l-blue-600:after {
  border-left-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-l-blue-700:after {
  border-left-color: #335669;
  content: var(--tw-content);
}

.after\:border-l-blue-800:after {
  border-left-color: #203642;
  content: var(--tw-content);
}

.after\:border-l-blue-900:after {
  border-left-color: #192a33;
  content: var(--tw-content);
}

.after\:border-l-grey-50:after {
  border-left-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-l-grey-100:after {
  border-left-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-l-grey-300:after {
  border-left-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-l-grey-700:after {
  border-left-color: #919191;
  content: var(--tw-content);
}

.after\:border-l-green-200:after {
  border-left-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-l-green-400:after {
  border-left-color: #51de07;
  content: var(--tw-content);
}

.after\:border-l-green-500:after {
  border-left-color: #43b806;
  content: var(--tw-content);
}

.after\:border-l-green-600:after {
  border-left-color: #308406;
  content: var(--tw-content);
}

.after\:border-l-green-700:after {
  border-left-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500:after {
  border-left-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600:after {
  border-left-color: #365b72;
  content: var(--tw-content);
}

.after\:border-l-grey-green-500:after {
  border-left-color: #565e52;
  content: var(--tw-content);
}

.after\:border-l-red-500:after {
  border-left-color: #e7083c;
  content: var(--tw-content);
}

.after\:border-l-transparent\/0:after {
  border-left-color: transparent;
  content: var(--tw-content);
}

.after\:border-l-transparent\/5:after {
  border-left-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-l-transparent\/10:after {
  border-left-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-l-transparent\/20:after {
  border-left-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-l-transparent\/25:after {
  border-left-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-l-transparent\/30:after {
  border-left-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-l-transparent\/40:after {
  border-left-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-l-transparent\/50:after {
  border-left-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-l-transparent\/60:after {
  border-left-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-l-transparent\/70:after {
  border-left-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-l-transparent\/75:after {
  border-left-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-l-transparent\/80:after {
  border-left-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-l-transparent\/90:after {
  border-left-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-l-transparent\/95:after {
  border-left-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-l-transparent\/100:after {
  border-left-color: #000;
  content: var(--tw-content);
}

.after\:border-l-white\/0:after {
  border-left-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:border-l-white\/5:after {
  border-left-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:border-l-white\/10:after {
  border-left-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:border-l-white\/20:after {
  border-left-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:border-l-white\/25:after {
  border-left-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:border-l-white\/30:after {
  border-left-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:border-l-white\/40:after {
  border-left-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:border-l-white\/50:after {
  border-left-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:border-l-white\/60:after {
  border-left-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:border-l-white\/70:after {
  border-left-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:border-l-white\/75:after {
  border-left-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:border-l-white\/80:after {
  border-left-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:border-l-white\/90:after {
  border-left-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:border-l-white\/95:after {
  border-left-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:border-l-white\/100:after {
  border-left-color: #fafcfc;
  content: var(--tw-content);
}

.after\:border-l-black\/0:after {
  border-left-color: transparent;
  content: var(--tw-content);
}

.after\:border-l-black\/5:after {
  border-left-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:border-l-black\/10:after {
  border-left-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:border-l-black\/20:after {
  border-left-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:border-l-black\/25:after {
  border-left-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:border-l-black\/30:after {
  border-left-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:border-l-black\/40:after {
  border-left-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:border-l-black\/50:after {
  border-left-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:border-l-black\/60:after {
  border-left-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:border-l-black\/70:after {
  border-left-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:border-l-black\/75:after {
  border-left-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:border-l-black\/80:after {
  border-left-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:border-l-black\/90:after {
  border-left-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:border-l-black\/95:after {
  border-left-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:border-l-black\/100:after {
  border-left-color: #000;
  content: var(--tw-content);
}

.after\:border-l-blue-100\/0:after {
  border-left-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/5:after {
  border-left-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/10:after {
  border-left-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/20:after {
  border-left-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/25:after {
  border-left-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/30:after {
  border-left-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/40:after {
  border-left-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/50:after {
  border-left-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/60:after {
  border-left-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/70:after {
  border-left-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/75:after {
  border-left-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/80:after {
  border-left-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/90:after {
  border-left-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/95:after {
  border-left-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:border-l-blue-100\/100:after {
  border-left-color: #dfedf4;
  content: var(--tw-content);
}

.after\:border-l-blue-300\/0:after {
  border-left-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/5:after {
  border-left-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/10:after {
  border-left-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/20:after {
  border-left-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/25:after {
  border-left-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/30:after {
  border-left-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/40:after {
  border-left-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/50:after {
  border-left-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/60:after {
  border-left-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/70:after {
  border-left-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/75:after {
  border-left-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/80:after {
  border-left-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/90:after {
  border-left-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/95:after {
  border-left-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:border-l-blue-300\/100:after {
  border-left-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:border-l-blue-500\/0:after {
  border-left-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/5:after {
  border-left-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/10:after {
  border-left-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/20:after {
  border-left-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/25:after {
  border-left-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/30:after {
  border-left-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/40:after {
  border-left-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/50:after {
  border-left-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/60:after {
  border-left-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/70:after {
  border-left-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/75:after {
  border-left-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/80:after {
  border-left-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/90:after {
  border-left-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/95:after {
  border-left-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:border-l-blue-500\/100:after {
  border-left-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:border-l-blue-600\/0:after {
  border-left-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/5:after {
  border-left-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/10:after {
  border-left-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/20:after {
  border-left-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/25:after {
  border-left-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/30:after {
  border-left-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/40:after {
  border-left-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/50:after {
  border-left-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/60:after {
  border-left-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/70:after {
  border-left-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/75:after {
  border-left-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/80:after {
  border-left-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/90:after {
  border-left-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/95:after {
  border-left-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:border-l-blue-600\/100:after {
  border-left-color: #6ab3db;
  content: var(--tw-content);
}

.after\:border-l-blue-700\/0:after {
  border-left-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/5:after {
  border-left-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/10:after {
  border-left-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/20:after {
  border-left-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/25:after {
  border-left-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/30:after {
  border-left-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/40:after {
  border-left-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/50:after {
  border-left-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/60:after {
  border-left-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/70:after {
  border-left-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/75:after {
  border-left-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/80:after {
  border-left-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/90:after {
  border-left-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/95:after {
  border-left-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:border-l-blue-700\/100:after {
  border-left-color: #335669;
  content: var(--tw-content);
}

.after\:border-l-blue-800\/0:after {
  border-left-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/5:after {
  border-left-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/10:after {
  border-left-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/20:after {
  border-left-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/25:after {
  border-left-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/30:after {
  border-left-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/40:after {
  border-left-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/50:after {
  border-left-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/60:after {
  border-left-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/70:after {
  border-left-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/75:after {
  border-left-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/80:after {
  border-left-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/90:after {
  border-left-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/95:after {
  border-left-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:border-l-blue-800\/100:after {
  border-left-color: #203642;
  content: var(--tw-content);
}

.after\:border-l-blue-900\/0:after {
  border-left-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/5:after {
  border-left-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/10:after {
  border-left-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/20:after {
  border-left-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/25:after {
  border-left-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/30:after {
  border-left-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/40:after {
  border-left-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/50:after {
  border-left-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/60:after {
  border-left-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/70:after {
  border-left-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/75:after {
  border-left-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/80:after {
  border-left-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/90:after {
  border-left-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/95:after {
  border-left-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:border-l-blue-900\/100:after {
  border-left-color: #192a33;
  content: var(--tw-content);
}

.after\:border-l-grey-50\/0:after {
  border-left-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/5:after {
  border-left-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/10:after {
  border-left-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/20:after {
  border-left-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/25:after {
  border-left-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/30:after {
  border-left-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/40:after {
  border-left-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/50:after {
  border-left-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/60:after {
  border-left-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/70:after {
  border-left-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/75:after {
  border-left-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/80:after {
  border-left-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/90:after {
  border-left-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/95:after {
  border-left-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:border-l-grey-50\/100:after {
  border-left-color: #eef3f5;
  content: var(--tw-content);
}

.after\:border-l-grey-100\/0:after {
  border-left-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/5:after {
  border-left-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/10:after {
  border-left-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/20:after {
  border-left-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/25:after {
  border-left-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/30:after {
  border-left-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/40:after {
  border-left-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/50:after {
  border-left-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/60:after {
  border-left-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/70:after {
  border-left-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/75:after {
  border-left-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/80:after {
  border-left-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/90:after {
  border-left-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/95:after {
  border-left-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:border-l-grey-100\/100:after {
  border-left-color: #e9ebec;
  content: var(--tw-content);
}

.after\:border-l-grey-300\/0:after {
  border-left-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/5:after {
  border-left-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/10:after {
  border-left-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/20:after {
  border-left-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/25:after {
  border-left-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/30:after {
  border-left-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/40:after {
  border-left-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/50:after {
  border-left-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/60:after {
  border-left-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/70:after {
  border-left-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/75:after {
  border-left-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/80:after {
  border-left-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/90:after {
  border-left-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/95:after {
  border-left-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:border-l-grey-300\/100:after {
  border-left-color: #d3d7da;
  content: var(--tw-content);
}

.after\:border-l-grey-700\/0:after {
  border-left-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/5:after {
  border-left-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/10:after {
  border-left-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/20:after {
  border-left-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/25:after {
  border-left-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/30:after {
  border-left-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/40:after {
  border-left-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/50:after {
  border-left-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/60:after {
  border-left-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/70:after {
  border-left-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/75:after {
  border-left-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/80:after {
  border-left-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/90:after {
  border-left-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/95:after {
  border-left-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:border-l-grey-700\/100:after {
  border-left-color: #919191;
  content: var(--tw-content);
}

.after\:border-l-green-200\/0:after {
  border-left-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:border-l-green-200\/5:after {
  border-left-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:border-l-green-200\/10:after {
  border-left-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:border-l-green-200\/20:after {
  border-left-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:border-l-green-200\/25:after {
  border-left-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:border-l-green-200\/30:after {
  border-left-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:border-l-green-200\/40:after {
  border-left-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:border-l-green-200\/50:after {
  border-left-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:border-l-green-200\/60:after {
  border-left-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:border-l-green-200\/70:after {
  border-left-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:border-l-green-200\/75:after {
  border-left-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:border-l-green-200\/80:after {
  border-left-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:border-l-green-200\/90:after {
  border-left-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:border-l-green-200\/95:after {
  border-left-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:border-l-green-200\/100:after {
  border-left-color: #d8eccd;
  content: var(--tw-content);
}

.after\:border-l-green-400\/0:after {
  border-left-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:border-l-green-400\/5:after {
  border-left-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:border-l-green-400\/10:after {
  border-left-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:border-l-green-400\/20:after {
  border-left-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:border-l-green-400\/25:after {
  border-left-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:border-l-green-400\/30:after {
  border-left-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:border-l-green-400\/40:after {
  border-left-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:border-l-green-400\/50:after {
  border-left-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:border-l-green-400\/60:after {
  border-left-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:border-l-green-400\/70:after {
  border-left-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:border-l-green-400\/75:after {
  border-left-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:border-l-green-400\/80:after {
  border-left-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:border-l-green-400\/90:after {
  border-left-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:border-l-green-400\/95:after {
  border-left-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:border-l-green-400\/100:after {
  border-left-color: #51de07;
  content: var(--tw-content);
}

.after\:border-l-green-500\/0:after {
  border-left-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:border-l-green-500\/5:after {
  border-left-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-l-green-500\/10:after {
  border-left-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-l-green-500\/20:after {
  border-left-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-l-green-500\/25:after {
  border-left-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-l-green-500\/30:after {
  border-left-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-l-green-500\/40:after {
  border-left-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-l-green-500\/50:after {
  border-left-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-l-green-500\/60:after {
  border-left-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-l-green-500\/70:after {
  border-left-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-l-green-500\/75:after {
  border-left-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-l-green-500\/80:after {
  border-left-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-l-green-500\/90:after {
  border-left-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-l-green-500\/95:after {
  border-left-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-l-green-500\/100:after {
  border-left-color: #43b806;
  content: var(--tw-content);
}

.after\:border-l-green-600\/0:after {
  border-left-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:border-l-green-600\/5:after {
  border-left-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:border-l-green-600\/10:after {
  border-left-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:border-l-green-600\/20:after {
  border-left-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:border-l-green-600\/25:after {
  border-left-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:border-l-green-600\/30:after {
  border-left-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:border-l-green-600\/40:after {
  border-left-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:border-l-green-600\/50:after {
  border-left-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:border-l-green-600\/60:after {
  border-left-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:border-l-green-600\/70:after {
  border-left-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:border-l-green-600\/75:after {
  border-left-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:border-l-green-600\/80:after {
  border-left-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:border-l-green-600\/90:after {
  border-left-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:border-l-green-600\/95:after {
  border-left-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:border-l-green-600\/100:after {
  border-left-color: #308406;
  content: var(--tw-content);
}

.after\:border-l-green-700\/0:after {
  border-left-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:border-l-green-700\/5:after {
  border-left-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:border-l-green-700\/10:after {
  border-left-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:border-l-green-700\/20:after {
  border-left-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:border-l-green-700\/25:after {
  border-left-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:border-l-green-700\/30:after {
  border-left-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:border-l-green-700\/40:after {
  border-left-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:border-l-green-700\/50:after {
  border-left-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:border-l-green-700\/60:after {
  border-left-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:border-l-green-700\/70:after {
  border-left-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:border-l-green-700\/75:after {
  border-left-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:border-l-green-700\/80:after {
  border-left-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:border-l-green-700\/90:after {
  border-left-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:border-l-green-700\/95:after {
  border-left-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:border-l-green-700\/100:after {
  border-left-color: #27ca40;
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/0:after {
  border-left-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/5:after {
  border-left-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/10:after {
  border-left-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/20:after {
  border-left-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/25:after {
  border-left-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/30:after {
  border-left-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/40:after {
  border-left-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/50:after {
  border-left-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/60:after {
  border-left-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/70:after {
  border-left-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/75:after {
  border-left-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/80:after {
  border-left-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/90:after {
  border-left-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/95:after {
  border-left-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-500\/100:after {
  border-left-color: #5f6368;
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/0:after {
  border-left-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/5:after {
  border-left-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/10:after {
  border-left-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/20:after {
  border-left-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/25:after {
  border-left-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/30:after {
  border-left-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/40:after {
  border-left-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/50:after {
  border-left-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/60:after {
  border-left-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/70:after {
  border-left-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/75:after {
  border-left-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/80:after {
  border-left-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/90:after {
  border-left-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/95:after {
  border-left-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:border-l-grey-blue-600\/100:after {
  border-left-color: #365b72;
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/0:after {
  border-left-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/5:after {
  border-left-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/10:after {
  border-left-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/20:after {
  border-left-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/25:after {
  border-left-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/30:after {
  border-left-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/40:after {
  border-left-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/50:after {
  border-left-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/60:after {
  border-left-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/70:after {
  border-left-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/75:after {
  border-left-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/80:after {
  border-left-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/90:after {
  border-left-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/95:after {
  border-left-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:border-l-grey-green-500\/100:after {
  border-left-color: #565e52;
  content: var(--tw-content);
}

.after\:border-l-red-500\/0:after {
  border-left-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:border-l-red-500\/5:after {
  border-left-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:border-l-red-500\/10:after {
  border-left-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:border-l-red-500\/20:after {
  border-left-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:border-l-red-500\/25:after {
  border-left-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:border-l-red-500\/30:after {
  border-left-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:border-l-red-500\/40:after {
  border-left-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:border-l-red-500\/50:after {
  border-left-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:border-l-red-500\/60:after {
  border-left-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:border-l-red-500\/70:after {
  border-left-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:border-l-red-500\/75:after {
  border-left-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:border-l-red-500\/80:after {
  border-left-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:border-l-red-500\/90:after {
  border-left-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:border-l-red-500\/95:after {
  border-left-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:border-l-red-500\/100:after {
  border-left-color: #e7083c;
  content: var(--tw-content);
}

.after\:bg-inherit:after {
  background-color: inherit;
  content: var(--tw-content);
}

.after\:bg-current:after {
  background-color: currentColor;
  content: var(--tw-content);
}

.after\:bg-transparent:after {
  background-color: transparent;
  content: var(--tw-content);
}

.after\:bg-white:after {
  background-color: #fafcfc;
  content: var(--tw-content);
}

.after\:bg-black:after {
  background-color: #000;
  content: var(--tw-content);
}

.after\:bg-blue-100:after {
  background-color: #dfedf4;
  content: var(--tw-content);
}

.after\:bg-blue-300:after {
  background-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:bg-blue-500:after {
  background-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:bg-blue-600:after {
  background-color: #6ab3db;
  content: var(--tw-content);
}

.after\:bg-blue-700:after {
  background-color: #335669;
  content: var(--tw-content);
}

.after\:bg-blue-800:after {
  background-color: #203642;
  content: var(--tw-content);
}

.after\:bg-blue-900:after {
  background-color: #192a33;
  content: var(--tw-content);
}

.after\:bg-grey-50:after {
  background-color: #eef3f5;
  content: var(--tw-content);
}

.after\:bg-grey-100:after {
  background-color: #e9ebec;
  content: var(--tw-content);
}

.after\:bg-grey-300:after {
  background-color: #d3d7da;
  content: var(--tw-content);
}

.after\:bg-grey-700:after {
  background-color: #919191;
  content: var(--tw-content);
}

.after\:bg-green-200:after {
  background-color: #d8eccd;
  content: var(--tw-content);
}

.after\:bg-green-400:after {
  background-color: #51de07;
  content: var(--tw-content);
}

.after\:bg-green-500:after {
  background-color: #43b806;
  content: var(--tw-content);
}

.after\:bg-green-600:after {
  background-color: #308406;
  content: var(--tw-content);
}

.after\:bg-green-700:after {
  background-color: #27ca40;
  content: var(--tw-content);
}

.after\:bg-grey-blue-500:after {
  background-color: #5f6368;
  content: var(--tw-content);
}

.after\:bg-grey-blue-600:after {
  background-color: #365b72;
  content: var(--tw-content);
}

.after\:bg-grey-green-500:after {
  background-color: #565e52;
  content: var(--tw-content);
}

.after\:bg-red-500:after {
  background-color: #e7083c;
  content: var(--tw-content);
}

.after\:bg-transparent\/0:after {
  background-color: transparent;
  content: var(--tw-content);
}

.after\:bg-transparent\/5:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:bg-transparent\/10:after {
  background-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:bg-transparent\/20:after {
  background-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:bg-transparent\/25:after {
  background-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:bg-transparent\/30:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:bg-transparent\/40:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:bg-transparent\/50:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:bg-transparent\/60:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:bg-transparent\/70:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:bg-transparent\/75:after {
  background-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:bg-transparent\/80:after {
  background-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:bg-transparent\/90:after {
  background-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:bg-transparent\/95:after {
  background-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:bg-transparent\/100:after {
  background-color: #000;
  content: var(--tw-content);
}

.after\:bg-white\/0:after {
  background-color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:bg-white\/5:after {
  background-color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:bg-white\/10:after {
  background-color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:bg-white\/20:after {
  background-color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:bg-white\/25:after {
  background-color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:bg-white\/30:after {
  background-color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:bg-white\/40:after {
  background-color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:bg-white\/50:after {
  background-color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:bg-white\/60:after {
  background-color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:bg-white\/70:after {
  background-color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:bg-white\/75:after {
  background-color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:bg-white\/80:after {
  background-color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:bg-white\/90:after {
  background-color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:bg-white\/95:after {
  background-color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:bg-white\/100:after {
  background-color: #fafcfc;
  content: var(--tw-content);
}

.after\:bg-black\/0:after {
  background-color: transparent;
  content: var(--tw-content);
}

.after\:bg-black\/5:after {
  background-color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:bg-black\/10:after {
  background-color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:bg-black\/20:after {
  background-color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:bg-black\/25:after {
  background-color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:bg-black\/30:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:bg-black\/40:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:bg-black\/50:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:bg-black\/60:after {
  background-color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:bg-black\/70:after {
  background-color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:bg-black\/75:after {
  background-color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:bg-black\/80:after {
  background-color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:bg-black\/90:after {
  background-color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:bg-black\/95:after {
  background-color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:bg-black\/100:after {
  background-color: #000;
  content: var(--tw-content);
}

.after\:bg-blue-100\/0:after {
  background-color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:bg-blue-100\/5:after {
  background-color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:bg-blue-100\/10:after {
  background-color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:bg-blue-100\/20:after {
  background-color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:bg-blue-100\/25:after {
  background-color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:bg-blue-100\/30:after {
  background-color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:bg-blue-100\/40:after {
  background-color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:bg-blue-100\/50:after {
  background-color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:bg-blue-100\/60:after {
  background-color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:bg-blue-100\/70:after {
  background-color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:bg-blue-100\/75:after {
  background-color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:bg-blue-100\/80:after {
  background-color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:bg-blue-100\/90:after {
  background-color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:bg-blue-100\/95:after {
  background-color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:bg-blue-100\/100:after {
  background-color: #dfedf4;
  content: var(--tw-content);
}

.after\:bg-blue-300\/0:after {
  background-color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:bg-blue-300\/5:after {
  background-color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:bg-blue-300\/10:after {
  background-color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:bg-blue-300\/20:after {
  background-color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:bg-blue-300\/25:after {
  background-color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:bg-blue-300\/30:after {
  background-color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:bg-blue-300\/40:after {
  background-color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:bg-blue-300\/50:after {
  background-color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:bg-blue-300\/60:after {
  background-color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:bg-blue-300\/70:after {
  background-color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:bg-blue-300\/75:after {
  background-color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:bg-blue-300\/80:after {
  background-color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:bg-blue-300\/90:after {
  background-color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:bg-blue-300\/95:after {
  background-color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:bg-blue-300\/100:after {
  background-color: #b4d9ed;
  content: var(--tw-content);
}

.after\:bg-blue-500\/0:after {
  background-color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:bg-blue-500\/5:after {
  background-color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:bg-blue-500\/10:after {
  background-color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:bg-blue-500\/20:after {
  background-color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:bg-blue-500\/25:after {
  background-color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:bg-blue-500\/30:after {
  background-color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:bg-blue-500\/40:after {
  background-color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:bg-blue-500\/50:after {
  background-color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:bg-blue-500\/60:after {
  background-color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:bg-blue-500\/70:after {
  background-color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:bg-blue-500\/75:after {
  background-color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:bg-blue-500\/80:after {
  background-color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:bg-blue-500\/90:after {
  background-color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:bg-blue-500\/95:after {
  background-color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:bg-blue-500\/100:after {
  background-color: #7cd0ff;
  content: var(--tw-content);
}

.after\:bg-blue-600\/0:after {
  background-color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:bg-blue-600\/5:after {
  background-color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:bg-blue-600\/10:after {
  background-color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:bg-blue-600\/20:after {
  background-color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:bg-blue-600\/25:after {
  background-color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:bg-blue-600\/30:after {
  background-color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:bg-blue-600\/40:after {
  background-color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:bg-blue-600\/50:after {
  background-color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:bg-blue-600\/60:after {
  background-color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:bg-blue-600\/70:after {
  background-color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:bg-blue-600\/75:after {
  background-color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:bg-blue-600\/80:after {
  background-color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:bg-blue-600\/90:after {
  background-color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:bg-blue-600\/95:after {
  background-color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:bg-blue-600\/100:after {
  background-color: #6ab3db;
  content: var(--tw-content);
}

.after\:bg-blue-700\/0:after {
  background-color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:bg-blue-700\/5:after {
  background-color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:bg-blue-700\/10:after {
  background-color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:bg-blue-700\/20:after {
  background-color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:bg-blue-700\/25:after {
  background-color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:bg-blue-700\/30:after {
  background-color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:bg-blue-700\/40:after {
  background-color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:bg-blue-700\/50:after {
  background-color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:bg-blue-700\/60:after {
  background-color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:bg-blue-700\/70:after {
  background-color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:bg-blue-700\/75:after {
  background-color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:bg-blue-700\/80:after {
  background-color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:bg-blue-700\/90:after {
  background-color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:bg-blue-700\/95:after {
  background-color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:bg-blue-700\/100:after {
  background-color: #335669;
  content: var(--tw-content);
}

.after\:bg-blue-800\/0:after {
  background-color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:bg-blue-800\/5:after {
  background-color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:bg-blue-800\/10:after {
  background-color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:bg-blue-800\/20:after {
  background-color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:bg-blue-800\/25:after {
  background-color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:bg-blue-800\/30:after {
  background-color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:bg-blue-800\/40:after {
  background-color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:bg-blue-800\/50:after {
  background-color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:bg-blue-800\/60:after {
  background-color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:bg-blue-800\/70:after {
  background-color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:bg-blue-800\/75:after {
  background-color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:bg-blue-800\/80:after {
  background-color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:bg-blue-800\/90:after {
  background-color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:bg-blue-800\/95:after {
  background-color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:bg-blue-800\/100:after {
  background-color: #203642;
  content: var(--tw-content);
}

.after\:bg-blue-900\/0:after {
  background-color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:bg-blue-900\/5:after {
  background-color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:bg-blue-900\/10:after {
  background-color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:bg-blue-900\/20:after {
  background-color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:bg-blue-900\/25:after {
  background-color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:bg-blue-900\/30:after {
  background-color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:bg-blue-900\/40:after {
  background-color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:bg-blue-900\/50:after {
  background-color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:bg-blue-900\/60:after {
  background-color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:bg-blue-900\/70:after {
  background-color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:bg-blue-900\/75:after {
  background-color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:bg-blue-900\/80:after {
  background-color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:bg-blue-900\/90:after {
  background-color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:bg-blue-900\/95:after {
  background-color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:bg-blue-900\/100:after {
  background-color: #192a33;
  content: var(--tw-content);
}

.after\:bg-grey-50\/0:after {
  background-color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:bg-grey-50\/5:after {
  background-color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:bg-grey-50\/10:after {
  background-color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:bg-grey-50\/20:after {
  background-color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:bg-grey-50\/25:after {
  background-color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:bg-grey-50\/30:after {
  background-color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:bg-grey-50\/40:after {
  background-color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:bg-grey-50\/50:after {
  background-color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:bg-grey-50\/60:after {
  background-color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:bg-grey-50\/70:after {
  background-color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:bg-grey-50\/75:after {
  background-color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:bg-grey-50\/80:after {
  background-color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:bg-grey-50\/90:after {
  background-color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:bg-grey-50\/95:after {
  background-color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:bg-grey-50\/100:after {
  background-color: #eef3f5;
  content: var(--tw-content);
}

.after\:bg-grey-100\/0:after {
  background-color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:bg-grey-100\/5:after {
  background-color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:bg-grey-100\/10:after {
  background-color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:bg-grey-100\/20:after {
  background-color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:bg-grey-100\/25:after {
  background-color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:bg-grey-100\/30:after {
  background-color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:bg-grey-100\/40:after {
  background-color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:bg-grey-100\/50:after {
  background-color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:bg-grey-100\/60:after {
  background-color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:bg-grey-100\/70:after {
  background-color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:bg-grey-100\/75:after {
  background-color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:bg-grey-100\/80:after {
  background-color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:bg-grey-100\/90:after {
  background-color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:bg-grey-100\/95:after {
  background-color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:bg-grey-100\/100:after {
  background-color: #e9ebec;
  content: var(--tw-content);
}

.after\:bg-grey-300\/0:after {
  background-color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:bg-grey-300\/5:after {
  background-color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:bg-grey-300\/10:after {
  background-color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:bg-grey-300\/20:after {
  background-color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:bg-grey-300\/25:after {
  background-color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:bg-grey-300\/30:after {
  background-color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:bg-grey-300\/40:after {
  background-color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:bg-grey-300\/50:after {
  background-color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:bg-grey-300\/60:after {
  background-color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:bg-grey-300\/70:after {
  background-color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:bg-grey-300\/75:after {
  background-color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:bg-grey-300\/80:after {
  background-color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:bg-grey-300\/90:after {
  background-color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:bg-grey-300\/95:after {
  background-color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:bg-grey-300\/100:after {
  background-color: #d3d7da;
  content: var(--tw-content);
}

.after\:bg-grey-700\/0:after {
  background-color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:bg-grey-700\/5:after {
  background-color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:bg-grey-700\/10:after {
  background-color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:bg-grey-700\/20:after {
  background-color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:bg-grey-700\/25:after {
  background-color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:bg-grey-700\/30:after {
  background-color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:bg-grey-700\/40:after {
  background-color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:bg-grey-700\/50:after {
  background-color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:bg-grey-700\/60:after {
  background-color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:bg-grey-700\/70:after {
  background-color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:bg-grey-700\/75:after {
  background-color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:bg-grey-700\/80:after {
  background-color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:bg-grey-700\/90:after {
  background-color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:bg-grey-700\/95:after {
  background-color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:bg-grey-700\/100:after {
  background-color: #919191;
  content: var(--tw-content);
}

.after\:bg-green-200\/0:after {
  background-color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:bg-green-200\/5:after {
  background-color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:bg-green-200\/10:after {
  background-color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:bg-green-200\/20:after {
  background-color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:bg-green-200\/25:after {
  background-color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:bg-green-200\/30:after {
  background-color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:bg-green-200\/40:after {
  background-color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:bg-green-200\/50:after {
  background-color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:bg-green-200\/60:after {
  background-color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:bg-green-200\/70:after {
  background-color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:bg-green-200\/75:after {
  background-color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:bg-green-200\/80:after {
  background-color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:bg-green-200\/90:after {
  background-color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:bg-green-200\/95:after {
  background-color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:bg-green-200\/100:after {
  background-color: #d8eccd;
  content: var(--tw-content);
}

.after\:bg-green-400\/0:after {
  background-color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:bg-green-400\/5:after {
  background-color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:bg-green-400\/10:after {
  background-color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:bg-green-400\/20:after {
  background-color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:bg-green-400\/25:after {
  background-color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:bg-green-400\/30:after {
  background-color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:bg-green-400\/40:after {
  background-color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:bg-green-400\/50:after {
  background-color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:bg-green-400\/60:after {
  background-color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:bg-green-400\/70:after {
  background-color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:bg-green-400\/75:after {
  background-color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:bg-green-400\/80:after {
  background-color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:bg-green-400\/90:after {
  background-color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:bg-green-400\/95:after {
  background-color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:bg-green-400\/100:after {
  background-color: #51de07;
  content: var(--tw-content);
}

.after\:bg-green-500\/0:after {
  background-color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:bg-green-500\/5:after {
  background-color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:bg-green-500\/10:after {
  background-color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:bg-green-500\/20:after {
  background-color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:bg-green-500\/25:after {
  background-color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:bg-green-500\/30:after {
  background-color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:bg-green-500\/40:after {
  background-color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:bg-green-500\/50:after {
  background-color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:bg-green-500\/60:after {
  background-color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:bg-green-500\/70:after {
  background-color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:bg-green-500\/75:after {
  background-color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:bg-green-500\/80:after {
  background-color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:bg-green-500\/90:after {
  background-color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:bg-green-500\/95:after {
  background-color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:bg-green-500\/100:after {
  background-color: #43b806;
  content: var(--tw-content);
}

.after\:bg-green-600\/0:after {
  background-color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:bg-green-600\/5:after {
  background-color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:bg-green-600\/10:after {
  background-color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:bg-green-600\/20:after {
  background-color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:bg-green-600\/25:after {
  background-color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:bg-green-600\/30:after {
  background-color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:bg-green-600\/40:after {
  background-color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:bg-green-600\/50:after {
  background-color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:bg-green-600\/60:after {
  background-color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:bg-green-600\/70:after {
  background-color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:bg-green-600\/75:after {
  background-color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:bg-green-600\/80:after {
  background-color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:bg-green-600\/90:after {
  background-color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:bg-green-600\/95:after {
  background-color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:bg-green-600\/100:after {
  background-color: #308406;
  content: var(--tw-content);
}

.after\:bg-green-700\/0:after {
  background-color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:bg-green-700\/5:after {
  background-color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:bg-green-700\/10:after {
  background-color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:bg-green-700\/20:after {
  background-color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:bg-green-700\/25:after {
  background-color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:bg-green-700\/30:after {
  background-color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:bg-green-700\/40:after {
  background-color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:bg-green-700\/50:after {
  background-color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:bg-green-700\/60:after {
  background-color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:bg-green-700\/70:after {
  background-color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:bg-green-700\/75:after {
  background-color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:bg-green-700\/80:after {
  background-color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:bg-green-700\/90:after {
  background-color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:bg-green-700\/95:after {
  background-color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:bg-green-700\/100:after {
  background-color: #27ca40;
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/0:after {
  background-color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/5:after {
  background-color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/10:after {
  background-color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/20:after {
  background-color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/25:after {
  background-color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/30:after {
  background-color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/40:after {
  background-color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/50:after {
  background-color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/60:after {
  background-color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/70:after {
  background-color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/75:after {
  background-color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/80:after {
  background-color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/90:after {
  background-color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/95:after {
  background-color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:bg-grey-blue-500\/100:after {
  background-color: #5f6368;
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/0:after {
  background-color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/5:after {
  background-color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/10:after {
  background-color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/20:after {
  background-color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/25:after {
  background-color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/30:after {
  background-color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/40:after {
  background-color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/50:after {
  background-color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/60:after {
  background-color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/70:after {
  background-color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/75:after {
  background-color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/80:after {
  background-color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/90:after {
  background-color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/95:after {
  background-color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:bg-grey-blue-600\/100:after {
  background-color: #365b72;
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/0:after {
  background-color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/5:after {
  background-color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/10:after {
  background-color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/20:after {
  background-color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/25:after {
  background-color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/30:after {
  background-color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/40:after {
  background-color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/50:after {
  background-color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/60:after {
  background-color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/70:after {
  background-color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/75:after {
  background-color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/80:after {
  background-color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/90:after {
  background-color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/95:after {
  background-color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:bg-grey-green-500\/100:after {
  background-color: #565e52;
  content: var(--tw-content);
}

.after\:bg-red-500\/0:after {
  background-color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:bg-red-500\/5:after {
  background-color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:bg-red-500\/10:after {
  background-color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:bg-red-500\/20:after {
  background-color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:bg-red-500\/25:after {
  background-color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:bg-red-500\/30:after {
  background-color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:bg-red-500\/40:after {
  background-color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:bg-red-500\/50:after {
  background-color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:bg-red-500\/60:after {
  background-color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:bg-red-500\/70:after {
  background-color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:bg-red-500\/75:after {
  background-color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:bg-red-500\/80:after {
  background-color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:bg-red-500\/90:after {
  background-color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:bg-red-500\/95:after {
  background-color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:bg-red-500\/100:after {
  background-color: #e7083c;
  content: var(--tw-content);
}

.after\:bg-none:after {
  background-image: none;
  content: var(--tw-content);
}

.after\:bg-gradient-to-t:after {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.after\:bg-gradient-to-tr:after {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.after\:bg-gradient-to-r:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.after\:bg-gradient-to-br:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.after\:bg-gradient-to-b:after {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.after\:bg-gradient-to-bl:after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left bottom,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.after\:bg-gradient-to-l:after {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.after\:bg-gradient-to-tl:after {
  background-image: -webkit-gradient(
    linear,
    right bottom,
    left top,
    from(var(--tw-gradient-stops))
  );
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
  content: var(--tw-content);
}

.after\:bg-auto:after {
  background-size: auto;
  content: var(--tw-content);
}

.after\:bg-cover:after {
  background-size: cover;
  content: var(--tw-content);
}

.after\:bg-contain:after {
  background-size: contain;
  content: var(--tw-content);
}

.after\:bg-fixed:after {
  background-attachment: fixed;
  content: var(--tw-content);
}

.after\:bg-local:after {
  background-attachment: local;
  content: var(--tw-content);
}

.after\:bg-scroll:after {
  background-attachment: scroll;
  content: var(--tw-content);
}

.after\:bg-clip-border:after {
  background-clip: border-box;
  content: var(--tw-content);
}

.after\:bg-clip-padding:after {
  background-clip: padding-box;
  content: var(--tw-content);
}

.after\:bg-clip-content:after {
  background-clip: content-box;
  content: var(--tw-content);
}

.after\:bg-clip-text:after {
  -webkit-background-clip: text;
  background-clip: text;
  content: var(--tw-content);
}

.after\:bg-bottom:after {
  background-position: bottom;
  content: var(--tw-content);
}

.after\:bg-center:after {
  background-position: 50%;
  content: var(--tw-content);
}

.after\:bg-left:after {
  background-position: 0;
  content: var(--tw-content);
}

.after\:bg-left-bottom:after {
  background-position: 0 100%;
  content: var(--tw-content);
}

.after\:bg-left-top:after {
  background-position: 0 0;
  content: var(--tw-content);
}

.after\:bg-right:after {
  background-position: 100%;
  content: var(--tw-content);
}

.after\:bg-right-bottom:after {
  background-position: 100% 100%;
  content: var(--tw-content);
}

.after\:bg-right-top:after {
  background-position: 100% 0;
  content: var(--tw-content);
}

.after\:bg-top:after {
  background-position: top;
  content: var(--tw-content);
}

.after\:bg-repeat:after {
  background-repeat: repeat;
  content: var(--tw-content);
}

.after\:bg-no-repeat:after {
  background-repeat: no-repeat;
  content: var(--tw-content);
}

.after\:bg-repeat-x:after {
  background-repeat: repeat-x;
  content: var(--tw-content);
}

.after\:bg-repeat-y:after {
  background-repeat: repeat-y;
  content: var(--tw-content);
}

.after\:bg-repeat-round:after {
  background-repeat: round;
  content: var(--tw-content);
}

.after\:bg-repeat-space:after {
  background-repeat: space;
  content: var(--tw-content);
}

.after\:bg-origin-border:after {
  background-origin: border-box;
  content: var(--tw-content);
}

.after\:bg-origin-padding:after {
  background-origin: padding-box;
  content: var(--tw-content);
}

.after\:bg-origin-content:after {
  background-origin: content-box;
  content: var(--tw-content);
}

.after\:text-left:after {
  content: var(--tw-content);
  text-align: left;
}

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

.after\:text-right:after {
  content: var(--tw-content);
  text-align: right;
}

.after\:text-justify:after {
  content: var(--tw-content);
  text-align: justify;
}

[dir="ltr"] .after\:text-start:after {
  text-align: left;
}

[dir="rtl"] .after\:text-start:after {
  text-align: right;
}

.after\:text-start:after {
  content: var(--tw-content);
}

[dir="ltr"] .after\:text-end:after {
  text-align: right;
}

[dir="rtl"] .after\:text-end:after {
  text-align: left;
}

.after\:text-end:after {
  content: var(--tw-content);
}

.after\:align-text-top:after {
  content: var(--tw-content);
  vertical-align: text-top;
}

.after\:align-text-bottom:after {
  content: var(--tw-content);
  vertical-align: text-bottom;
}

.after\:text-xs:after {
  font-size: 0.75rem;
}

.after\:text-sm:after,
.after\:text-xs:after {
  content: var(--tw-content);
  line-height: inherit;
}

.after\:text-sm:after {
  font-size: 0.875rem;
}

.after\:text-base:after {
  content: var(--tw-content);
  font-size: 1rem;
  line-height: inherit;
}

.after\:text-lg:after {
  font-size: 1.125rem;
}

.after\:text-lg:after,
.after\:text-xl:after {
  content: var(--tw-content);
  line-height: inherit;
}

.after\:text-xl:after {
  font-size: 1.25rem;
}

.after\:text-2xl:after {
  content: var(--tw-content);
  font-size: 1.5rem;
  line-height: inherit;
}

.after\:text-3xl:after {
  content: var(--tw-content);
  font-size: 1.875rem;
  line-height: inherit;
}

.after\:text-4xl:after {
  content: var(--tw-content);
  font-size: 2.25rem;
  line-height: inherit;
}

.after\:text-5xl:after {
  content: var(--tw-content);
  font-size: 3rem;
  line-height: inherit;
}

.after\:text-6xl:after {
  content: var(--tw-content);
  font-size: 3.75rem;
  line-height: inherit;
}

.after\:text-7xl:after {
  content: var(--tw-content);
  font-size: 4.5rem;
  line-height: inherit;
}

.after\:text-8xl:after {
  content: var(--tw-content);
  font-size: 6rem;
  line-height: inherit;
}

.after\:text-9xl:after {
  content: var(--tw-content);
  font-size: 8rem;
  line-height: inherit;
}

.after\:text-inherit:after {
  color: inherit;
  content: var(--tw-content);
}

.after\:text-current:after {
  color: currentColor;
  content: var(--tw-content);
}

.after\:text-transparent:after {
  color: transparent;
  content: var(--tw-content);
}

.after\:text-white:after {
  color: #fafcfc;
  content: var(--tw-content);
}

.after\:text-black:after {
  color: #000;
  content: var(--tw-content);
}

.after\:text-blue-100:after {
  color: #dfedf4;
  content: var(--tw-content);
}

.after\:text-blue-300:after {
  color: #b4d9ed;
  content: var(--tw-content);
}

.after\:text-blue-500:after {
  color: #7cd0ff;
  content: var(--tw-content);
}

.after\:text-blue-600:after {
  color: #6ab3db;
  content: var(--tw-content);
}

.after\:text-blue-700:after {
  color: #335669;
  content: var(--tw-content);
}

.after\:text-blue-800:after {
  color: #203642;
  content: var(--tw-content);
}

.after\:text-blue-900:after {
  color: #192a33;
  content: var(--tw-content);
}

.after\:text-grey-50:after {
  color: #eef3f5;
  content: var(--tw-content);
}

.after\:text-grey-100:after {
  color: #e9ebec;
  content: var(--tw-content);
}

.after\:text-grey-300:after {
  color: #d3d7da;
  content: var(--tw-content);
}

.after\:text-grey-700:after {
  color: #919191;
  content: var(--tw-content);
}

.after\:text-green-200:after {
  color: #d8eccd;
  content: var(--tw-content);
}

.after\:text-green-400:after {
  color: #51de07;
  content: var(--tw-content);
}

.after\:text-green-500:after {
  color: #43b806;
  content: var(--tw-content);
}

.after\:text-green-600:after {
  color: #308406;
  content: var(--tw-content);
}

.after\:text-green-700:after {
  color: #27ca40;
  content: var(--tw-content);
}

.after\:text-grey-blue-500:after {
  color: #5f6368;
  content: var(--tw-content);
}

.after\:text-grey-blue-600:after {
  color: #365b72;
  content: var(--tw-content);
}

.after\:text-grey-green-500:after {
  color: #565e52;
  content: var(--tw-content);
}

.after\:text-red-500:after {
  color: #e7083c;
  content: var(--tw-content);
}

.after\:text-transparent\/0:after {
  color: transparent;
  content: var(--tw-content);
}

.after\:text-transparent\/5:after {
  color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:text-transparent\/10:after {
  color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:text-transparent\/20:after {
  color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:text-transparent\/25:after {
  color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:text-transparent\/30:after {
  color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:text-transparent\/40:after {
  color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:text-transparent\/50:after {
  color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:text-transparent\/60:after {
  color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:text-transparent\/70:after {
  color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:text-transparent\/75:after {
  color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:text-transparent\/80:after {
  color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:text-transparent\/90:after {
  color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:text-transparent\/95:after {
  color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:text-transparent\/100:after {
  color: #000;
  content: var(--tw-content);
}

.after\:text-white\/0:after {
  color: rgba(250, 252, 252, 0);
  content: var(--tw-content);
}

.after\:text-white\/5:after {
  color: rgba(250, 252, 252, 0.05);
  content: var(--tw-content);
}

.after\:text-white\/10:after {
  color: rgba(250, 252, 252, 0.1);
  content: var(--tw-content);
}

.after\:text-white\/20:after {
  color: rgba(250, 252, 252, 0.2);
  content: var(--tw-content);
}

.after\:text-white\/25:after {
  color: rgba(250, 252, 252, 0.25);
  content: var(--tw-content);
}

.after\:text-white\/30:after {
  color: rgba(250, 252, 252, 0.3);
  content: var(--tw-content);
}

.after\:text-white\/40:after {
  color: rgba(250, 252, 252, 0.4);
  content: var(--tw-content);
}

.after\:text-white\/50:after {
  color: rgba(250, 252, 252, 0.5);
  content: var(--tw-content);
}

.after\:text-white\/60:after {
  color: rgba(250, 252, 252, 0.6);
  content: var(--tw-content);
}

.after\:text-white\/70:after {
  color: rgba(250, 252, 252, 0.7);
  content: var(--tw-content);
}

.after\:text-white\/75:after {
  color: rgba(250, 252, 252, 0.75);
  content: var(--tw-content);
}

.after\:text-white\/80:after {
  color: rgba(250, 252, 252, 0.8);
  content: var(--tw-content);
}

.after\:text-white\/90:after {
  color: rgba(250, 252, 252, 0.9);
  content: var(--tw-content);
}

.after\:text-white\/95:after {
  color: rgba(250, 252, 252, 0.95);
  content: var(--tw-content);
}

.after\:text-white\/100:after {
  color: #fafcfc;
  content: var(--tw-content);
}

.after\:text-black\/0:after {
  color: transparent;
  content: var(--tw-content);
}

.after\:text-black\/5:after {
  color: rgba(0, 0, 0, 0.05);
  content: var(--tw-content);
}

.after\:text-black\/10:after {
  color: rgba(0, 0, 0, 0.1);
  content: var(--tw-content);
}

.after\:text-black\/20:after {
  color: rgba(0, 0, 0, 0.2);
  content: var(--tw-content);
}

.after\:text-black\/25:after {
  color: rgba(0, 0, 0, 0.25);
  content: var(--tw-content);
}

.after\:text-black\/30:after {
  color: rgba(0, 0, 0, 0.3);
  content: var(--tw-content);
}

.after\:text-black\/40:after {
  color: rgba(0, 0, 0, 0.4);
  content: var(--tw-content);
}

.after\:text-black\/50:after {
  color: rgba(0, 0, 0, 0.5);
  content: var(--tw-content);
}

.after\:text-black\/60:after {
  color: rgba(0, 0, 0, 0.6);
  content: var(--tw-content);
}

.after\:text-black\/70:after {
  color: rgba(0, 0, 0, 0.7);
  content: var(--tw-content);
}

.after\:text-black\/75:after {
  color: rgba(0, 0, 0, 0.75);
  content: var(--tw-content);
}

.after\:text-black\/80:after {
  color: rgba(0, 0, 0, 0.8);
  content: var(--tw-content);
}

.after\:text-black\/90:after {
  color: rgba(0, 0, 0, 0.9);
  content: var(--tw-content);
}

.after\:text-black\/95:after {
  color: rgba(0, 0, 0, 0.95);
  content: var(--tw-content);
}

.after\:text-black\/100:after {
  color: #000;
  content: var(--tw-content);
}

.after\:text-blue-100\/0:after {
  color: rgba(223, 237, 244, 0);
  content: var(--tw-content);
}

.after\:text-blue-100\/5:after {
  color: rgba(223, 237, 244, 0.05);
  content: var(--tw-content);
}

.after\:text-blue-100\/10:after {
  color: rgba(223, 237, 244, 0.1);
  content: var(--tw-content);
}

.after\:text-blue-100\/20:after {
  color: rgba(223, 237, 244, 0.2);
  content: var(--tw-content);
}

.after\:text-blue-100\/25:after {
  color: rgba(223, 237, 244, 0.25);
  content: var(--tw-content);
}

.after\:text-blue-100\/30:after {
  color: rgba(223, 237, 244, 0.3);
  content: var(--tw-content);
}

.after\:text-blue-100\/40:after {
  color: rgba(223, 237, 244, 0.4);
  content: var(--tw-content);
}

.after\:text-blue-100\/50:after {
  color: rgba(223, 237, 244, 0.5);
  content: var(--tw-content);
}

.after\:text-blue-100\/60:after {
  color: rgba(223, 237, 244, 0.6);
  content: var(--tw-content);
}

.after\:text-blue-100\/70:after {
  color: rgba(223, 237, 244, 0.7);
  content: var(--tw-content);
}

.after\:text-blue-100\/75:after {
  color: rgba(223, 237, 244, 0.75);
  content: var(--tw-content);
}

.after\:text-blue-100\/80:after {
  color: rgba(223, 237, 244, 0.8);
  content: var(--tw-content);
}

.after\:text-blue-100\/90:after {
  color: rgba(223, 237, 244, 0.9);
  content: var(--tw-content);
}

.after\:text-blue-100\/95:after {
  color: rgba(223, 237, 244, 0.95);
  content: var(--tw-content);
}

.after\:text-blue-100\/100:after {
  color: #dfedf4;
  content: var(--tw-content);
}

.after\:text-blue-300\/0:after {
  color: rgba(180, 217, 237, 0);
  content: var(--tw-content);
}

.after\:text-blue-300\/5:after {
  color: rgba(180, 217, 237, 0.05);
  content: var(--tw-content);
}

.after\:text-blue-300\/10:after {
  color: rgba(180, 217, 237, 0.1);
  content: var(--tw-content);
}

.after\:text-blue-300\/20:after {
  color: rgba(180, 217, 237, 0.2);
  content: var(--tw-content);
}

.after\:text-blue-300\/25:after {
  color: rgba(180, 217, 237, 0.25);
  content: var(--tw-content);
}

.after\:text-blue-300\/30:after {
  color: rgba(180, 217, 237, 0.3);
  content: var(--tw-content);
}

.after\:text-blue-300\/40:after {
  color: rgba(180, 217, 237, 0.4);
  content: var(--tw-content);
}

.after\:text-blue-300\/50:after {
  color: rgba(180, 217, 237, 0.5);
  content: var(--tw-content);
}

.after\:text-blue-300\/60:after {
  color: rgba(180, 217, 237, 0.6);
  content: var(--tw-content);
}

.after\:text-blue-300\/70:after {
  color: rgba(180, 217, 237, 0.7);
  content: var(--tw-content);
}

.after\:text-blue-300\/75:after {
  color: rgba(180, 217, 237, 0.75);
  content: var(--tw-content);
}

.after\:text-blue-300\/80:after {
  color: rgba(180, 217, 237, 0.8);
  content: var(--tw-content);
}

.after\:text-blue-300\/90:after {
  color: rgba(180, 217, 237, 0.9);
  content: var(--tw-content);
}

.after\:text-blue-300\/95:after {
  color: rgba(180, 217, 237, 0.95);
  content: var(--tw-content);
}

.after\:text-blue-300\/100:after {
  color: #b4d9ed;
  content: var(--tw-content);
}

.after\:text-blue-500\/0:after {
  color: rgba(124, 208, 255, 0);
  content: var(--tw-content);
}

.after\:text-blue-500\/5:after {
  color: rgba(124, 208, 255, 0.05);
  content: var(--tw-content);
}

.after\:text-blue-500\/10:after {
  color: rgba(124, 208, 255, 0.1);
  content: var(--tw-content);
}

.after\:text-blue-500\/20:after {
  color: rgba(124, 208, 255, 0.2);
  content: var(--tw-content);
}

.after\:text-blue-500\/25:after {
  color: rgba(124, 208, 255, 0.25);
  content: var(--tw-content);
}

.after\:text-blue-500\/30:after {
  color: rgba(124, 208, 255, 0.3);
  content: var(--tw-content);
}

.after\:text-blue-500\/40:after {
  color: rgba(124, 208, 255, 0.4);
  content: var(--tw-content);
}

.after\:text-blue-500\/50:after {
  color: rgba(124, 208, 255, 0.5);
  content: var(--tw-content);
}

.after\:text-blue-500\/60:after {
  color: rgba(124, 208, 255, 0.6);
  content: var(--tw-content);
}

.after\:text-blue-500\/70:after {
  color: rgba(124, 208, 255, 0.7);
  content: var(--tw-content);
}

.after\:text-blue-500\/75:after {
  color: rgba(124, 208, 255, 0.75);
  content: var(--tw-content);
}

.after\:text-blue-500\/80:after {
  color: rgba(124, 208, 255, 0.8);
  content: var(--tw-content);
}

.after\:text-blue-500\/90:after {
  color: rgba(124, 208, 255, 0.9);
  content: var(--tw-content);
}

.after\:text-blue-500\/95:after {
  color: rgba(124, 208, 255, 0.95);
  content: var(--tw-content);
}

.after\:text-blue-500\/100:after {
  color: #7cd0ff;
  content: var(--tw-content);
}

.after\:text-blue-600\/0:after {
  color: rgba(106, 179, 219, 0);
  content: var(--tw-content);
}

.after\:text-blue-600\/5:after {
  color: rgba(106, 179, 219, 0.05);
  content: var(--tw-content);
}

.after\:text-blue-600\/10:after {
  color: rgba(106, 179, 219, 0.1);
  content: var(--tw-content);
}

.after\:text-blue-600\/20:after {
  color: rgba(106, 179, 219, 0.2);
  content: var(--tw-content);
}

.after\:text-blue-600\/25:after {
  color: rgba(106, 179, 219, 0.25);
  content: var(--tw-content);
}

.after\:text-blue-600\/30:after {
  color: rgba(106, 179, 219, 0.3);
  content: var(--tw-content);
}

.after\:text-blue-600\/40:after {
  color: rgba(106, 179, 219, 0.4);
  content: var(--tw-content);
}

.after\:text-blue-600\/50:after {
  color: rgba(106, 179, 219, 0.5);
  content: var(--tw-content);
}

.after\:text-blue-600\/60:after {
  color: rgba(106, 179, 219, 0.6);
  content: var(--tw-content);
}

.after\:text-blue-600\/70:after {
  color: rgba(106, 179, 219, 0.7);
  content: var(--tw-content);
}

.after\:text-blue-600\/75:after {
  color: rgba(106, 179, 219, 0.75);
  content: var(--tw-content);
}

.after\:text-blue-600\/80:after {
  color: rgba(106, 179, 219, 0.8);
  content: var(--tw-content);
}

.after\:text-blue-600\/90:after {
  color: rgba(106, 179, 219, 0.9);
  content: var(--tw-content);
}

.after\:text-blue-600\/95:after {
  color: rgba(106, 179, 219, 0.95);
  content: var(--tw-content);
}

.after\:text-blue-600\/100:after {
  color: #6ab3db;
  content: var(--tw-content);
}

.after\:text-blue-700\/0:after {
  color: rgba(51, 86, 105, 0);
  content: var(--tw-content);
}

.after\:text-blue-700\/5:after {
  color: rgba(51, 86, 105, 0.05);
  content: var(--tw-content);
}

.after\:text-blue-700\/10:after {
  color: rgba(51, 86, 105, 0.1);
  content: var(--tw-content);
}

.after\:text-blue-700\/20:after {
  color: rgba(51, 86, 105, 0.2);
  content: var(--tw-content);
}

.after\:text-blue-700\/25:after {
  color: rgba(51, 86, 105, 0.25);
  content: var(--tw-content);
}

.after\:text-blue-700\/30:after {
  color: rgba(51, 86, 105, 0.3);
  content: var(--tw-content);
}

.after\:text-blue-700\/40:after {
  color: rgba(51, 86, 105, 0.4);
  content: var(--tw-content);
}

.after\:text-blue-700\/50:after {
  color: rgba(51, 86, 105, 0.5);
  content: var(--tw-content);
}

.after\:text-blue-700\/60:after {
  color: rgba(51, 86, 105, 0.6);
  content: var(--tw-content);
}

.after\:text-blue-700\/70:after {
  color: rgba(51, 86, 105, 0.7);
  content: var(--tw-content);
}

.after\:text-blue-700\/75:after {
  color: rgba(51, 86, 105, 0.75);
  content: var(--tw-content);
}

.after\:text-blue-700\/80:after {
  color: rgba(51, 86, 105, 0.8);
  content: var(--tw-content);
}

.after\:text-blue-700\/90:after {
  color: rgba(51, 86, 105, 0.9);
  content: var(--tw-content);
}

.after\:text-blue-700\/95:after {
  color: rgba(51, 86, 105, 0.95);
  content: var(--tw-content);
}

.after\:text-blue-700\/100:after {
  color: #335669;
  content: var(--tw-content);
}

.after\:text-blue-800\/0:after {
  color: rgba(32, 54, 66, 0);
  content: var(--tw-content);
}

.after\:text-blue-800\/5:after {
  color: rgba(32, 54, 66, 0.05);
  content: var(--tw-content);
}

.after\:text-blue-800\/10:after {
  color: rgba(32, 54, 66, 0.1);
  content: var(--tw-content);
}

.after\:text-blue-800\/20:after {
  color: rgba(32, 54, 66, 0.2);
  content: var(--tw-content);
}

.after\:text-blue-800\/25:after {
  color: rgba(32, 54, 66, 0.25);
  content: var(--tw-content);
}

.after\:text-blue-800\/30:after {
  color: rgba(32, 54, 66, 0.3);
  content: var(--tw-content);
}

.after\:text-blue-800\/40:after {
  color: rgba(32, 54, 66, 0.4);
  content: var(--tw-content);
}

.after\:text-blue-800\/50:after {
  color: rgba(32, 54, 66, 0.5);
  content: var(--tw-content);
}

.after\:text-blue-800\/60:after {
  color: rgba(32, 54, 66, 0.6);
  content: var(--tw-content);
}

.after\:text-blue-800\/70:after {
  color: rgba(32, 54, 66, 0.7);
  content: var(--tw-content);
}

.after\:text-blue-800\/75:after {
  color: rgba(32, 54, 66, 0.75);
  content: var(--tw-content);
}

.after\:text-blue-800\/80:after {
  color: rgba(32, 54, 66, 0.8);
  content: var(--tw-content);
}

.after\:text-blue-800\/90:after {
  color: rgba(32, 54, 66, 0.9);
  content: var(--tw-content);
}

.after\:text-blue-800\/95:after {
  color: rgba(32, 54, 66, 0.95);
  content: var(--tw-content);
}

.after\:text-blue-800\/100:after {
  color: #203642;
  content: var(--tw-content);
}

.after\:text-blue-900\/0:after {
  color: rgba(25, 42, 51, 0);
  content: var(--tw-content);
}

.after\:text-blue-900\/5:after {
  color: rgba(25, 42, 51, 0.05);
  content: var(--tw-content);
}

.after\:text-blue-900\/10:after {
  color: rgba(25, 42, 51, 0.1);
  content: var(--tw-content);
}

.after\:text-blue-900\/20:after {
  color: rgba(25, 42, 51, 0.2);
  content: var(--tw-content);
}

.after\:text-blue-900\/25:after {
  color: rgba(25, 42, 51, 0.25);
  content: var(--tw-content);
}

.after\:text-blue-900\/30:after {
  color: rgba(25, 42, 51, 0.3);
  content: var(--tw-content);
}

.after\:text-blue-900\/40:after {
  color: rgba(25, 42, 51, 0.4);
  content: var(--tw-content);
}

.after\:text-blue-900\/50:after {
  color: rgba(25, 42, 51, 0.5);
  content: var(--tw-content);
}

.after\:text-blue-900\/60:after {
  color: rgba(25, 42, 51, 0.6);
  content: var(--tw-content);
}

.after\:text-blue-900\/70:after {
  color: rgba(25, 42, 51, 0.7);
  content: var(--tw-content);
}

.after\:text-blue-900\/75:after {
  color: rgba(25, 42, 51, 0.75);
  content: var(--tw-content);
}

.after\:text-blue-900\/80:after {
  color: rgba(25, 42, 51, 0.8);
  content: var(--tw-content);
}

.after\:text-blue-900\/90:after {
  color: rgba(25, 42, 51, 0.9);
  content: var(--tw-content);
}

.after\:text-blue-900\/95:after {
  color: rgba(25, 42, 51, 0.95);
  content: var(--tw-content);
}

.after\:text-blue-900\/100:after {
  color: #192a33;
  content: var(--tw-content);
}

.after\:text-grey-50\/0:after {
  color: rgba(238, 243, 245, 0);
  content: var(--tw-content);
}

.after\:text-grey-50\/5:after {
  color: rgba(238, 243, 245, 0.05);
  content: var(--tw-content);
}

.after\:text-grey-50\/10:after {
  color: rgba(238, 243, 245, 0.1);
  content: var(--tw-content);
}

.after\:text-grey-50\/20:after {
  color: rgba(238, 243, 245, 0.2);
  content: var(--tw-content);
}

.after\:text-grey-50\/25:after {
  color: rgba(238, 243, 245, 0.25);
  content: var(--tw-content);
}

.after\:text-grey-50\/30:after {
  color: rgba(238, 243, 245, 0.3);
  content: var(--tw-content);
}

.after\:text-grey-50\/40:after {
  color: rgba(238, 243, 245, 0.4);
  content: var(--tw-content);
}

.after\:text-grey-50\/50:after {
  color: rgba(238, 243, 245, 0.5);
  content: var(--tw-content);
}

.after\:text-grey-50\/60:after {
  color: rgba(238, 243, 245, 0.6);
  content: var(--tw-content);
}

.after\:text-grey-50\/70:after {
  color: rgba(238, 243, 245, 0.7);
  content: var(--tw-content);
}

.after\:text-grey-50\/75:after {
  color: rgba(238, 243, 245, 0.75);
  content: var(--tw-content);
}

.after\:text-grey-50\/80:after {
  color: rgba(238, 243, 245, 0.8);
  content: var(--tw-content);
}

.after\:text-grey-50\/90:after {
  color: rgba(238, 243, 245, 0.9);
  content: var(--tw-content);
}

.after\:text-grey-50\/95:after {
  color: rgba(238, 243, 245, 0.95);
  content: var(--tw-content);
}

.after\:text-grey-50\/100:after {
  color: #eef3f5;
  content: var(--tw-content);
}

.after\:text-grey-100\/0:after {
  color: hsla(200, 7%, 92%, 0);
  content: var(--tw-content);
}

.after\:text-grey-100\/5:after {
  color: hsla(200, 7%, 92%, 0.05);
  content: var(--tw-content);
}

.after\:text-grey-100\/10:after {
  color: hsla(200, 7%, 92%, 0.1);
  content: var(--tw-content);
}

.after\:text-grey-100\/20:after {
  color: hsla(200, 7%, 92%, 0.2);
  content: var(--tw-content);
}

.after\:text-grey-100\/25:after {
  color: hsla(200, 7%, 92%, 0.25);
  content: var(--tw-content);
}

.after\:text-grey-100\/30:after {
  color: hsla(200, 7%, 92%, 0.3);
  content: var(--tw-content);
}

.after\:text-grey-100\/40:after {
  color: hsla(200, 7%, 92%, 0.4);
  content: var(--tw-content);
}

.after\:text-grey-100\/50:after {
  color: hsla(200, 7%, 92%, 0.5);
  content: var(--tw-content);
}

.after\:text-grey-100\/60:after {
  color: hsla(200, 7%, 92%, 0.6);
  content: var(--tw-content);
}

.after\:text-grey-100\/70:after {
  color: hsla(200, 7%, 92%, 0.7);
  content: var(--tw-content);
}

.after\:text-grey-100\/75:after {
  color: hsla(200, 7%, 92%, 0.75);
  content: var(--tw-content);
}

.after\:text-grey-100\/80:after {
  color: hsla(200, 7%, 92%, 0.8);
  content: var(--tw-content);
}

.after\:text-grey-100\/90:after {
  color: hsla(200, 7%, 92%, 0.9);
  content: var(--tw-content);
}

.after\:text-grey-100\/95:after {
  color: hsla(200, 7%, 92%, 0.95);
  content: var(--tw-content);
}

.after\:text-grey-100\/100:after {
  color: #e9ebec;
  content: var(--tw-content);
}

.after\:text-grey-300\/0:after {
  color: hsla(206, 9%, 84%, 0);
  content: var(--tw-content);
}

.after\:text-grey-300\/5:after {
  color: hsla(206, 9%, 84%, 0.05);
  content: var(--tw-content);
}

.after\:text-grey-300\/10:after {
  color: hsla(206, 9%, 84%, 0.1);
  content: var(--tw-content);
}

.after\:text-grey-300\/20:after {
  color: hsla(206, 9%, 84%, 0.2);
  content: var(--tw-content);
}

.after\:text-grey-300\/25:after {
  color: hsla(206, 9%, 84%, 0.25);
  content: var(--tw-content);
}

.after\:text-grey-300\/30:after {
  color: hsla(206, 9%, 84%, 0.3);
  content: var(--tw-content);
}

.after\:text-grey-300\/40:after {
  color: hsla(206, 9%, 84%, 0.4);
  content: var(--tw-content);
}

.after\:text-grey-300\/50:after {
  color: hsla(206, 9%, 84%, 0.5);
  content: var(--tw-content);
}

.after\:text-grey-300\/60:after {
  color: hsla(206, 9%, 84%, 0.6);
  content: var(--tw-content);
}

.after\:text-grey-300\/70:after {
  color: hsla(206, 9%, 84%, 0.7);
  content: var(--tw-content);
}

.after\:text-grey-300\/75:after {
  color: hsla(206, 9%, 84%, 0.75);
  content: var(--tw-content);
}

.after\:text-grey-300\/80:after {
  color: hsla(206, 9%, 84%, 0.8);
  content: var(--tw-content);
}

.after\:text-grey-300\/90:after {
  color: hsla(206, 9%, 84%, 0.9);
  content: var(--tw-content);
}

.after\:text-grey-300\/95:after {
  color: hsla(206, 9%, 84%, 0.95);
  content: var(--tw-content);
}

.after\:text-grey-300\/100:after {
  color: #d3d7da;
  content: var(--tw-content);
}

.after\:text-grey-700\/0:after {
  color: hsla(0, 0%, 57%, 0);
  content: var(--tw-content);
}

.after\:text-grey-700\/5:after {
  color: hsla(0, 0%, 57%, 0.05);
  content: var(--tw-content);
}

.after\:text-grey-700\/10:after {
  color: hsla(0, 0%, 57%, 0.1);
  content: var(--tw-content);
}

.after\:text-grey-700\/20:after {
  color: hsla(0, 0%, 57%, 0.2);
  content: var(--tw-content);
}

.after\:text-grey-700\/25:after {
  color: hsla(0, 0%, 57%, 0.25);
  content: var(--tw-content);
}

.after\:text-grey-700\/30:after {
  color: hsla(0, 0%, 57%, 0.3);
  content: var(--tw-content);
}

.after\:text-grey-700\/40:after {
  color: hsla(0, 0%, 57%, 0.4);
  content: var(--tw-content);
}

.after\:text-grey-700\/50:after {
  color: hsla(0, 0%, 57%, 0.5);
  content: var(--tw-content);
}

.after\:text-grey-700\/60:after {
  color: hsla(0, 0%, 57%, 0.6);
  content: var(--tw-content);
}

.after\:text-grey-700\/70:after {
  color: hsla(0, 0%, 57%, 0.7);
  content: var(--tw-content);
}

.after\:text-grey-700\/75:after {
  color: hsla(0, 0%, 57%, 0.75);
  content: var(--tw-content);
}

.after\:text-grey-700\/80:after {
  color: hsla(0, 0%, 57%, 0.8);
  content: var(--tw-content);
}

.after\:text-grey-700\/90:after {
  color: hsla(0, 0%, 57%, 0.9);
  content: var(--tw-content);
}

.after\:text-grey-700\/95:after {
  color: hsla(0, 0%, 57%, 0.95);
  content: var(--tw-content);
}

.after\:text-grey-700\/100:after {
  color: #919191;
  content: var(--tw-content);
}

.after\:text-green-200\/0:after {
  color: hsla(99, 45%, 86%, 0);
  content: var(--tw-content);
}

.after\:text-green-200\/5:after {
  color: hsla(99, 45%, 86%, 0.05);
  content: var(--tw-content);
}

.after\:text-green-200\/10:after {
  color: hsla(99, 45%, 86%, 0.1);
  content: var(--tw-content);
}

.after\:text-green-200\/20:after {
  color: hsla(99, 45%, 86%, 0.2);
  content: var(--tw-content);
}

.after\:text-green-200\/25:after {
  color: hsla(99, 45%, 86%, 0.25);
  content: var(--tw-content);
}

.after\:text-green-200\/30:after {
  color: hsla(99, 45%, 86%, 0.3);
  content: var(--tw-content);
}

.after\:text-green-200\/40:after {
  color: hsla(99, 45%, 86%, 0.4);
  content: var(--tw-content);
}

.after\:text-green-200\/50:after {
  color: hsla(99, 45%, 86%, 0.5);
  content: var(--tw-content);
}

.after\:text-green-200\/60:after {
  color: hsla(99, 45%, 86%, 0.6);
  content: var(--tw-content);
}

.after\:text-green-200\/70:after {
  color: hsla(99, 45%, 86%, 0.7);
  content: var(--tw-content);
}

.after\:text-green-200\/75:after {
  color: hsla(99, 45%, 86%, 0.75);
  content: var(--tw-content);
}

.after\:text-green-200\/80:after {
  color: hsla(99, 45%, 86%, 0.8);
  content: var(--tw-content);
}

.after\:text-green-200\/90:after {
  color: hsla(99, 45%, 86%, 0.9);
  content: var(--tw-content);
}

.after\:text-green-200\/95:after {
  color: hsla(99, 45%, 86%, 0.95);
  content: var(--tw-content);
}

.after\:text-green-200\/100:after {
  color: #d8eccd;
  content: var(--tw-content);
}

.after\:text-green-400\/0:after {
  color: rgba(81, 222, 7, 0);
  content: var(--tw-content);
}

.after\:text-green-400\/5:after {
  color: rgba(81, 222, 7, 0.05);
  content: var(--tw-content);
}

.after\:text-green-400\/10:after {
  color: rgba(81, 222, 7, 0.1);
  content: var(--tw-content);
}

.after\:text-green-400\/20:after {
  color: rgba(81, 222, 7, 0.2);
  content: var(--tw-content);
}

.after\:text-green-400\/25:after {
  color: rgba(81, 222, 7, 0.25);
  content: var(--tw-content);
}

.after\:text-green-400\/30:after {
  color: rgba(81, 222, 7, 0.3);
  content: var(--tw-content);
}

.after\:text-green-400\/40:after {
  color: rgba(81, 222, 7, 0.4);
  content: var(--tw-content);
}

.after\:text-green-400\/50:after {
  color: rgba(81, 222, 7, 0.5);
  content: var(--tw-content);
}

.after\:text-green-400\/60:after {
  color: rgba(81, 222, 7, 0.6);
  content: var(--tw-content);
}

.after\:text-green-400\/70:after {
  color: rgba(81, 222, 7, 0.7);
  content: var(--tw-content);
}

.after\:text-green-400\/75:after {
  color: rgba(81, 222, 7, 0.75);
  content: var(--tw-content);
}

.after\:text-green-400\/80:after {
  color: rgba(81, 222, 7, 0.8);
  content: var(--tw-content);
}

.after\:text-green-400\/90:after {
  color: rgba(81, 222, 7, 0.9);
  content: var(--tw-content);
}

.after\:text-green-400\/95:after {
  color: rgba(81, 222, 7, 0.95);
  content: var(--tw-content);
}

.after\:text-green-400\/100:after {
  color: #51de07;
  content: var(--tw-content);
}

.after\:text-green-500\/0:after {
  color: rgba(67, 184, 6, 0);
  content: var(--tw-content);
}

.after\:text-green-500\/5:after {
  color: rgba(67, 184, 6, 0.05);
  content: var(--tw-content);
}

.after\:text-green-500\/10:after {
  color: rgba(67, 184, 6, 0.1);
  content: var(--tw-content);
}

.after\:text-green-500\/20:after {
  color: rgba(67, 184, 6, 0.2);
  content: var(--tw-content);
}

.after\:text-green-500\/25:after {
  color: rgba(67, 184, 6, 0.25);
  content: var(--tw-content);
}

.after\:text-green-500\/30:after {
  color: rgba(67, 184, 6, 0.3);
  content: var(--tw-content);
}

.after\:text-green-500\/40:after {
  color: rgba(67, 184, 6, 0.4);
  content: var(--tw-content);
}

.after\:text-green-500\/50:after {
  color: rgba(67, 184, 6, 0.5);
  content: var(--tw-content);
}

.after\:text-green-500\/60:after {
  color: rgba(67, 184, 6, 0.6);
  content: var(--tw-content);
}

.after\:text-green-500\/70:after {
  color: rgba(67, 184, 6, 0.7);
  content: var(--tw-content);
}

.after\:text-green-500\/75:after {
  color: rgba(67, 184, 6, 0.75);
  content: var(--tw-content);
}

.after\:text-green-500\/80:after {
  color: rgba(67, 184, 6, 0.8);
  content: var(--tw-content);
}

.after\:text-green-500\/90:after {
  color: rgba(67, 184, 6, 0.9);
  content: var(--tw-content);
}

.after\:text-green-500\/95:after {
  color: rgba(67, 184, 6, 0.95);
  content: var(--tw-content);
}

.after\:text-green-500\/100:after {
  color: #43b806;
  content: var(--tw-content);
}

.after\:text-green-600\/0:after {
  color: rgba(48, 132, 6, 0);
  content: var(--tw-content);
}

.after\:text-green-600\/5:after {
  color: rgba(48, 132, 6, 0.05);
  content: var(--tw-content);
}

.after\:text-green-600\/10:after {
  color: rgba(48, 132, 6, 0.1);
  content: var(--tw-content);
}

.after\:text-green-600\/20:after {
  color: rgba(48, 132, 6, 0.2);
  content: var(--tw-content);
}

.after\:text-green-600\/25:after {
  color: rgba(48, 132, 6, 0.25);
  content: var(--tw-content);
}

.after\:text-green-600\/30:after {
  color: rgba(48, 132, 6, 0.3);
  content: var(--tw-content);
}

.after\:text-green-600\/40:after {
  color: rgba(48, 132, 6, 0.4);
  content: var(--tw-content);
}

.after\:text-green-600\/50:after {
  color: rgba(48, 132, 6, 0.5);
  content: var(--tw-content);
}

.after\:text-green-600\/60:after {
  color: rgba(48, 132, 6, 0.6);
  content: var(--tw-content);
}

.after\:text-green-600\/70:after {
  color: rgba(48, 132, 6, 0.7);
  content: var(--tw-content);
}

.after\:text-green-600\/75:after {
  color: rgba(48, 132, 6, 0.75);
  content: var(--tw-content);
}

.after\:text-green-600\/80:after {
  color: rgba(48, 132, 6, 0.8);
  content: var(--tw-content);
}

.after\:text-green-600\/90:after {
  color: rgba(48, 132, 6, 0.9);
  content: var(--tw-content);
}

.after\:text-green-600\/95:after {
  color: rgba(48, 132, 6, 0.95);
  content: var(--tw-content);
}

.after\:text-green-600\/100:after {
  color: #308406;
  content: var(--tw-content);
}

.after\:text-green-700\/0:after {
  color: rgba(39, 202, 64, 0);
  content: var(--tw-content);
}

.after\:text-green-700\/5:after {
  color: rgba(39, 202, 64, 0.05);
  content: var(--tw-content);
}

.after\:text-green-700\/10:after {
  color: rgba(39, 202, 64, 0.1);
  content: var(--tw-content);
}

.after\:text-green-700\/20:after {
  color: rgba(39, 202, 64, 0.2);
  content: var(--tw-content);
}

.after\:text-green-700\/25:after {
  color: rgba(39, 202, 64, 0.25);
  content: var(--tw-content);
}

.after\:text-green-700\/30:after {
  color: rgba(39, 202, 64, 0.3);
  content: var(--tw-content);
}

.after\:text-green-700\/40:after {
  color: rgba(39, 202, 64, 0.4);
  content: var(--tw-content);
}

.after\:text-green-700\/50:after {
  color: rgba(39, 202, 64, 0.5);
  content: var(--tw-content);
}

.after\:text-green-700\/60:after {
  color: rgba(39, 202, 64, 0.6);
  content: var(--tw-content);
}

.after\:text-green-700\/70:after {
  color: rgba(39, 202, 64, 0.7);
  content: var(--tw-content);
}

.after\:text-green-700\/75:after {
  color: rgba(39, 202, 64, 0.75);
  content: var(--tw-content);
}

.after\:text-green-700\/80:after {
  color: rgba(39, 202, 64, 0.8);
  content: var(--tw-content);
}

.after\:text-green-700\/90:after {
  color: rgba(39, 202, 64, 0.9);
  content: var(--tw-content);
}

.after\:text-green-700\/95:after {
  color: rgba(39, 202, 64, 0.95);
  content: var(--tw-content);
}

.after\:text-green-700\/100:after {
  color: #27ca40;
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/0:after {
  color: rgba(95, 99, 104, 0);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/5:after {
  color: rgba(95, 99, 104, 0.05);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/10:after {
  color: rgba(95, 99, 104, 0.1);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/20:after {
  color: rgba(95, 99, 104, 0.2);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/25:after {
  color: rgba(95, 99, 104, 0.25);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/30:after {
  color: rgba(95, 99, 104, 0.3);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/40:after {
  color: rgba(95, 99, 104, 0.4);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/50:after {
  color: rgba(95, 99, 104, 0.5);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/60:after {
  color: rgba(95, 99, 104, 0.6);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/70:after {
  color: rgba(95, 99, 104, 0.7);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/75:after {
  color: rgba(95, 99, 104, 0.75);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/80:after {
  color: rgba(95, 99, 104, 0.8);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/90:after {
  color: rgba(95, 99, 104, 0.9);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/95:after {
  color: rgba(95, 99, 104, 0.95);
  content: var(--tw-content);
}

.after\:text-grey-blue-500\/100:after {
  color: #5f6368;
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/0:after {
  color: rgba(54, 91, 114, 0);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/5:after {
  color: rgba(54, 91, 114, 0.05);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/10:after {
  color: rgba(54, 91, 114, 0.1);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/20:after {
  color: rgba(54, 91, 114, 0.2);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/25:after {
  color: rgba(54, 91, 114, 0.25);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/30:after {
  color: rgba(54, 91, 114, 0.3);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/40:after {
  color: rgba(54, 91, 114, 0.4);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/50:after {
  color: rgba(54, 91, 114, 0.5);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/60:after {
  color: rgba(54, 91, 114, 0.6);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/70:after {
  color: rgba(54, 91, 114, 0.7);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/75:after {
  color: rgba(54, 91, 114, 0.75);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/80:after {
  color: rgba(54, 91, 114, 0.8);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/90:after {
  color: rgba(54, 91, 114, 0.9);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/95:after {
  color: rgba(54, 91, 114, 0.95);
  content: var(--tw-content);
}

.after\:text-grey-blue-600\/100:after {
  color: #365b72;
  content: var(--tw-content);
}

.after\:text-grey-green-500\/0:after {
  color: rgba(86, 94, 82, 0);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/5:after {
  color: rgba(86, 94, 82, 0.05);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/10:after {
  color: rgba(86, 94, 82, 0.1);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/20:after {
  color: rgba(86, 94, 82, 0.2);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/25:after {
  color: rgba(86, 94, 82, 0.25);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/30:after {
  color: rgba(86, 94, 82, 0.3);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/40:after {
  color: rgba(86, 94, 82, 0.4);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/50:after {
  color: rgba(86, 94, 82, 0.5);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/60:after {
  color: rgba(86, 94, 82, 0.6);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/70:after {
  color: rgba(86, 94, 82, 0.7);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/75:after {
  color: rgba(86, 94, 82, 0.75);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/80:after {
  color: rgba(86, 94, 82, 0.8);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/90:after {
  color: rgba(86, 94, 82, 0.9);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/95:after {
  color: rgba(86, 94, 82, 0.95);
  content: var(--tw-content);
}

.after\:text-grey-green-500\/100:after {
  color: #565e52;
  content: var(--tw-content);
}

.after\:text-red-500\/0:after {
  color: rgba(231, 8, 60, 0);
  content: var(--tw-content);
}

.after\:text-red-500\/5:after {
  color: rgba(231, 8, 60, 0.05);
  content: var(--tw-content);
}

.after\:text-red-500\/10:after {
  color: rgba(231, 8, 60, 0.1);
  content: var(--tw-content);
}

.after\:text-red-500\/20:after {
  color: rgba(231, 8, 60, 0.2);
  content: var(--tw-content);
}

.after\:text-red-500\/25:after {
  color: rgba(231, 8, 60, 0.25);
  content: var(--tw-content);
}

.after\:text-red-500\/30:after {
  color: rgba(231, 8, 60, 0.3);
  content: var(--tw-content);
}

.after\:text-red-500\/40:after {
  color: rgba(231, 8, 60, 0.4);
  content: var(--tw-content);
}

.after\:text-red-500\/50:after {
  color: rgba(231, 8, 60, 0.5);
  content: var(--tw-content);
}

.after\:text-red-500\/60:after {
  color: rgba(231, 8, 60, 0.6);
  content: var(--tw-content);
}

.after\:text-red-500\/70:after {
  color: rgba(231, 8, 60, 0.7);
  content: var(--tw-content);
}

.after\:text-red-500\/75:after {
  color: rgba(231, 8, 60, 0.75);
  content: var(--tw-content);
}

.after\:text-red-500\/80:after {
  color: rgba(231, 8, 60, 0.8);
  content: var(--tw-content);
}

.after\:text-red-500\/90:after {
  color: rgba(231, 8, 60, 0.9);
  content: var(--tw-content);
}

.after\:text-red-500\/95:after {
  color: rgba(231, 8, 60, 0.95);
  content: var(--tw-content);
}

.after\:text-red-500\/100:after {
  color: #e7083c;
  content: var(--tw-content);
}

.after\:bg-blend-normal:after {
  background-blend-mode: normal;
  content: var(--tw-content);
}

.after\:bg-blend-multiply:after {
  background-blend-mode: multiply;
  content: var(--tw-content);
}

.after\:bg-blend-screen:after {
  background-blend-mode: screen;
  content: var(--tw-content);
}

.after\:bg-blend-overlay:after {
  background-blend-mode: overlay;
  content: var(--tw-content);
}

.after\:bg-blend-darken:after {
  background-blend-mode: darken;
  content: var(--tw-content);
}

.after\:bg-blend-lighten:after {
  background-blend-mode: lighten;
  content: var(--tw-content);
}

.after\:bg-blend-color-dodge:after {
  background-blend-mode: color-dodge;
  content: var(--tw-content);
}

.after\:bg-blend-color-burn:after {
  background-blend-mode: color-burn;
  content: var(--tw-content);
}

.after\:bg-blend-hard-light:after {
  background-blend-mode: hard-light;
  content: var(--tw-content);
}

.after\:bg-blend-soft-light:after {
  background-blend-mode: soft-light;
  content: var(--tw-content);
}

.after\:bg-blend-difference:after {
  background-blend-mode: difference;
  content: var(--tw-content);
}

.after\:bg-blend-exclusion:after {
  background-blend-mode: exclusion;
  content: var(--tw-content);
}

.after\:bg-blend-hue:after {
  background-blend-mode: hue;
  content: var(--tw-content);
}

.after\:bg-blend-saturation:after {
  background-blend-mode: saturation;
  content: var(--tw-content);
}

.after\:bg-blend-color:after {
  background-blend-mode: color;
  content: var(--tw-content);
}

.after\:bg-blend-luminosity:after {
  background-blend-mode: luminosity;
  content: var(--tw-content);
}

.after\:shadow-sm:after {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
}

.after\:shadow-md:after,
.after\:shadow-sm:after {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.after\:shadow-md:after {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
}

.after\:shadow-lg:after {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
}

.after\:shadow-lg:after,
.after\:shadow-xl:after {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.after\:shadow-xl:after {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
    0 8px 10px -6px var(--tw-shadow-color);
}

.after\:shadow-2xl:after {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
}

.after\:shadow-2xl:after,
.after\:shadow-inner:after {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.after\:shadow-inner:after {
  --tw-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
}

.after\:shadow-none:after {
  --tw-shadow: 0 0 transparent;
  --tw-shadow-colored: 0 0 transparent;
}

.after\:shadow-none:after,
.after\:shadow-top-left:after {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.after\:shadow-top-left:after {
  --tw-shadow: 0 -80px 0 0 transparent;
  --tw-shadow-colored: 0 -80px 0 0 var(--tw-shadow-color);
}

.after\:shadow-bottom-right:after {
  --tw-shadow: 0 80px 0 0 transparent;
  --tw-shadow-colored: 0 80px 0 0 var(--tw-shadow-color);
}

.after\:shadow-bottom-right:after,
.after\:shadow-solid:after {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.after\:shadow-solid:after {
  --tw-shadow: -8px 8px 0 0 transparent;
  --tw-shadow-colored: -8px 8px 0 0 var(--tw-shadow-color);
}

.after\:shadow-below:after {
  --tw-shadow: 0 4px 0 transparent;
  --tw-shadow-colored: 0 4px 0 var(--tw-shadow-color);
}

.after\:shadow-below-header:after,
.after\:shadow-below:after {
  box-shadow: 0 0 transparent, 0 0 transparent, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
    var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
  content: var(--tw-content);
}

.after\:shadow-below-header:after {
  --tw-shadow: 0 10px 0 transparent;
  --tw-shadow-colored: 0 10px 0 var(--tw-shadow-color);
}

.after\:shadow-inherit:after {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-current:after {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent:after {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white:after {
  --tw-shadow-color: #fafcfc;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black:after {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100:after {
  --tw-shadow-color: #dfedf4;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300:after {
  --tw-shadow-color: #b4d9ed;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500:after {
  --tw-shadow-color: #7cd0ff;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600:after {
  --tw-shadow-color: #6ab3db;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700:after {
  --tw-shadow-color: #335669;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800:after {
  --tw-shadow-color: #203642;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900:after {
  --tw-shadow-color: #192a33;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50:after {
  --tw-shadow-color: #eef3f5;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100:after {
  --tw-shadow-color: #e9ebec;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300:after {
  --tw-shadow-color: #d3d7da;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700:after {
  --tw-shadow-color: #919191;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200:after {
  --tw-shadow-color: #d8eccd;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400:after {
  --tw-shadow-color: #51de07;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500:after {
  --tw-shadow-color: #43b806;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600:after {
  --tw-shadow-color: #308406;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700:after {
  --tw-shadow-color: #27ca40;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500:after {
  --tw-shadow-color: #5f6368;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600:after {
  --tw-shadow-color: #365b72;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500:after {
  --tw-shadow-color: #565e52;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500:after {
  --tw-shadow-color: #e7083c;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/0:after {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/5:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/10:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/20:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/25:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/30:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/40:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/50:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/60:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/70:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/75:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/80:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/90:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/95:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-transparent\/100:after {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/0:after {
  --tw-shadow-color: rgba(250, 252, 252, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/5:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/10:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/20:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/25:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/30:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/40:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/50:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/60:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/70:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/75:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/80:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/90:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/95:after {
  --tw-shadow-color: rgba(250, 252, 252, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-white\/100:after {
  --tw-shadow-color: #fafcfc;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/0:after {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/5:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/10:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/20:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/25:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/30:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/40:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/50:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/60:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/70:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/75:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/80:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/90:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/95:after {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-black\/100:after {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/0:after {
  --tw-shadow-color: rgba(223, 237, 244, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/5:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/10:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/20:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/25:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/30:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/40:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/50:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/60:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/70:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/75:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/80:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/90:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/95:after {
  --tw-shadow-color: rgba(223, 237, 244, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-100\/100:after {
  --tw-shadow-color: #dfedf4;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/0:after {
  --tw-shadow-color: rgba(180, 217, 237, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/5:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/10:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/20:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/25:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/30:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/40:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/50:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/60:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/70:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/75:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/80:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/90:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/95:after {
  --tw-shadow-color: rgba(180, 217, 237, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-300\/100:after {
  --tw-shadow-color: #b4d9ed;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/0:after {
  --tw-shadow-color: rgba(124, 208, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/5:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/10:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/20:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/25:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/30:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/40:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/50:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/60:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/70:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/75:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/80:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/90:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/95:after {
  --tw-shadow-color: rgba(124, 208, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-500\/100:after {
  --tw-shadow-color: #7cd0ff;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/0:after {
  --tw-shadow-color: rgba(106, 179, 219, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/5:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/10:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/20:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/25:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/30:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/40:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/50:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/60:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/70:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/75:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/80:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/90:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/95:after {
  --tw-shadow-color: rgba(106, 179, 219, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-600\/100:after {
  --tw-shadow-color: #6ab3db;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/0:after {
  --tw-shadow-color: rgba(51, 86, 105, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/5:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/10:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/20:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/25:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/30:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/40:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/50:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/60:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/70:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/75:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/80:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/90:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/95:after {
  --tw-shadow-color: rgba(51, 86, 105, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-700\/100:after {
  --tw-shadow-color: #335669;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/0:after {
  --tw-shadow-color: rgba(32, 54, 66, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/5:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/10:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/20:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/25:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/30:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/40:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/50:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/60:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/70:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/75:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/80:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/90:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/95:after {
  --tw-shadow-color: rgba(32, 54, 66, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-800\/100:after {
  --tw-shadow-color: #203642;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/0:after {
  --tw-shadow-color: rgba(25, 42, 51, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/5:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/10:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/20:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/25:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/30:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/40:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/50:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/60:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/70:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/75:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/80:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/90:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/95:after {
  --tw-shadow-color: rgba(25, 42, 51, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-blue-900\/100:after {
  --tw-shadow-color: #192a33;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/0:after {
  --tw-shadow-color: rgba(238, 243, 245, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/5:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/10:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/20:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/25:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/30:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/40:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/50:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/60:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/70:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/75:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/80:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/90:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/95:after {
  --tw-shadow-color: rgba(238, 243, 245, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-50\/100:after {
  --tw-shadow-color: #eef3f5;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/0:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/5:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/10:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/20:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/25:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/30:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/40:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/50:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/60:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/70:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/75:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/80:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/90:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/95:after {
  --tw-shadow-color: hsla(200, 7%, 92%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-100\/100:after {
  --tw-shadow-color: #e9ebec;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/0:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/5:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/10:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/20:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/25:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/30:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/40:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/50:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/60:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/70:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/75:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/80:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/90:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/95:after {
  --tw-shadow-color: hsla(206, 9%, 84%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-300\/100:after {
  --tw-shadow-color: #d3d7da;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/0:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/5:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/10:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/20:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/25:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/30:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/40:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/50:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/60:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/70:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/75:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/80:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/90:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/95:after {
  --tw-shadow-color: hsla(0, 0%, 57%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-700\/100:after {
  --tw-shadow-color: #919191;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/0:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/5:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/10:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/20:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/25:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/30:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/40:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/50:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/60:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/70:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/75:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/80:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/90:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/95:after {
  --tw-shadow-color: hsla(99, 45%, 86%, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-200\/100:after {
  --tw-shadow-color: #d8eccd;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/0:after {
  --tw-shadow-color: rgba(81, 222, 7, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/5:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/10:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/20:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/25:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/30:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/40:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/50:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/60:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/70:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/75:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/80:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/90:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/95:after {
  --tw-shadow-color: rgba(81, 222, 7, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-400\/100:after {
  --tw-shadow-color: #51de07;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/0:after {
  --tw-shadow-color: rgba(67, 184, 6, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/5:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/10:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/20:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/25:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/30:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/40:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/50:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/60:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/70:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/75:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/80:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/90:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/95:after {
  --tw-shadow-color: rgba(67, 184, 6, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-500\/100:after {
  --tw-shadow-color: #43b806;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/0:after {
  --tw-shadow-color: rgba(48, 132, 6, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/5:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/10:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/20:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/25:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/30:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/40:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/50:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/60:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/70:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/75:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/80:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/90:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/95:after {
  --tw-shadow-color: rgba(48, 132, 6, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-600\/100:after {
  --tw-shadow-color: #308406;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/0:after {
  --tw-shadow-color: rgba(39, 202, 64, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/5:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/10:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/20:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/25:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/30:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/40:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/50:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/60:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/70:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/75:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/80:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/90:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/95:after {
  --tw-shadow-color: rgba(39, 202, 64, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-green-700\/100:after {
  --tw-shadow-color: #27ca40;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/0:after {
  --tw-shadow-color: rgba(95, 99, 104, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/5:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/10:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/20:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/25:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/30:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/40:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/50:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/60:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/70:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/75:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/80:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/90:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/95:after {
  --tw-shadow-color: rgba(95, 99, 104, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-500\/100:after {
  --tw-shadow-color: #5f6368;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/0:after {
  --tw-shadow-color: rgba(54, 91, 114, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/5:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/10:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/20:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/25:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/30:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/40:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/50:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/60:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/70:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/75:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/80:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/90:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/95:after {
  --tw-shadow-color: rgba(54, 91, 114, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-blue-600\/100:after {
  --tw-shadow-color: #365b72;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/0:after {
  --tw-shadow-color: rgba(86, 94, 82, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/5:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/10:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/20:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/25:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/30:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/40:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/50:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/60:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/70:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/75:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/80:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/90:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/95:after {
  --tw-shadow-color: rgba(86, 94, 82, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-grey-green-500\/100:after {
  --tw-shadow-color: #565e52;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/0:after {
  --tw-shadow-color: rgba(231, 8, 60, 0);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/5:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/10:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/20:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/25:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/30:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/40:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/50:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/60:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/70:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/75:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/80:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/90:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/95:after {
  --tw-shadow-color: rgba(231, 8, 60, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:shadow-red-500\/100:after {
  --tw-shadow-color: #e7083c;
  --tw-shadow: var(--tw-shadow-colored);
  content: var(--tw-content);
}

.after\:drop-shadow-sm:after {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.05));
}

.after\:drop-shadow-md:after,
.after\:drop-shadow-sm:after {
  content: var(--tw-content);
  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);
}

.after\:drop-shadow-md:after {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07))
    drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.after\:drop-shadow-lg:after {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04))
    drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.after\:drop-shadow-lg:after,
.after\:drop-shadow-xl:after {
  content: var(--tw-content);
  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);
}

.after\:drop-shadow-xl:after {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03))
    drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}

.after\:drop-shadow-2xl:after {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.after\:drop-shadow-2xl:after,
.after\:drop-shadow-none:after {
  content: var(--tw-content);
  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);
}

.after\:drop-shadow-none:after {
  --tw-drop-shadow: drop-shadow(0 0 transparent);
}

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

.hover\:bg-green-500:hover {
  background-color: #43b806;
}

.hover\:bg-green-200:hover {
  background-color: #d8eccd;
}

.hover\:bg-blue-300:hover {
  background-color: #b4d9ed;
}

.hover\:text-white:hover {
  color: #fafcfc;
}

.hover\:text-green-600:hover {
  color: #308406;
}

.hover\:text-green-500:hover {
  color: #43b806;
}

.hover\:text-blue-800:hover {
  color: #203642;
}

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

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

.focus\:fixed:focus {
  position: fixed;
}

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

.focus\:text-white:focus {
  color: #fafcfc;
}

.group:hover .group-hover\:border-green-600 {
  border-color: #308406;
}

.group:hover .group-hover\:text-white {
  color: #fafcfc;
}

.group:hover .group-hover\:text-green-600 {
  color: #308406;
}

.group:hover .group-hover\:text-green-500 {
  color: #43b806;
}

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

.group:hover .group-hover\:after\:absolute:after {
  content: var(--tw-content);
  position: absolute;
}

.group:hover .group-hover\:after\:inset-0:after {
  bottom: 0;
  content: var(--tw-content);
  left: 0;
  right: 0;
  top: 0;
}

.group:hover .group-hover\:hover\:border-green-600:hover {
  border-color: #308406;
}

.peer:checked ~ .peer-checked\:bg-green-200 {
  background-color: #d8eccd;
}

.peer:checked ~ .peer-checked\:text-blue-800 {
  color: #203642;
}

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

.peer:focus ~ .peer-focus\:border-2 {
  border-width: 2px;
}

.peer:focus ~ .peer-focus\:border-green-600 {
  border-color: #308406;
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:max-w-none {
    max-width: none;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-\[72px\] {
    height: 72px;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-96 {
    width: 24rem;
  }
  .md\:w-\[calc\(50\%_-_16px\)\] {
    width: calc(50% - 16px);
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-72 {
    width: 18rem;
  }
  .md\:w-64 {
    width: 16rem;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-\[210px\] {
    width: 210px;
  }
  .md\:w-\[calc\(100\%_-_40px\)\] {
    width: calc(100% - 40px);
  }
  .md\:w-\[350px\] {
    width: 350px;
  }
  .md\:max-w-xl {
    max-width: 36rem;
  }
  .md\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .md\:max-w-\[400px\] {
    max-width: 400px;
  }
  .md\:max-w-\[370px\] {
    max-width: 370px;
  }
  .md\:flex-1 {
    flex: 1 1 0%;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .md\:list-outside {
    list-style-position: outside;
  }
  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:rounded-l-2xl {
    border-bottom-left-radius: 1rem;
    border-top-left-radius: 1rem;
  }
  .md\:object-contain {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .md\:object-bottom {
    -o-object-position: bottom;
    object-position: bottom;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:pr-md {
    padding-right: 4rem;
  }
  .md\:pl-md {
    padding-left: 4rem;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pr-0 {
    padding-right: 0;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-\[40px\] {
    font-size: 40px;
  }
  .md\:marker\:absolute ::marker {
    position: absolute;
  }
  .md\:marker\:-translate-x-full ::marker {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .md\:marker\:absolute::marker {
    position: absolute;
  }
  .md\:marker\:-translate-x-full::marker {
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
      rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
      scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-20 {
    top: 5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:w-\[520px\] {
    width: 520px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-\[calc\(100\%_-_70px\)\] {
    width: calc(100% - 70px);
  }
  .lg\:w-\[420px\] {
    width: 420px;
  }
  .lg\:max-w-\[650px\] {
    max-width: 650px;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:max-w-\[870px\] {
    max-width: 870px;
  }
  .lg\:flex-1 {
    flex: 1 1 0%;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:columns-2 {
    -moz-columns: 2;
    column-count: 2;
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:border-l {
    border-left-width: 1px;
  }
  .lg\:border-grey-50 {
    border-color: #eef3f5;
  }
  .lg\:py-lg {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .lg\:pl-sm {
    padding-left: 2rem;
  }
}

@media (min-width: 1280px) {
  .xl\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xl\:w-\[500px\] {
    width: 500px;
  }
  .xl\:max-w-\[30rem\] {
    max-width: 30rem;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:gap-16 {
    gap: 4rem;
  }
  .xl\:p-12 {
    padding: 3rem;
  }
  .xl\:after\:w-\[210px\]:after {
    content: var(--tw-content);
    width: 210px;
  }
  .xl\:after\:flex-shrink-0:after {
    content: var(--tw-content);
    flex-shrink: 0;
  }
}

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